I didn't know this existed. Either way, it made me curious, so I fired
up a WinXP VM and tested it - and actually got TiddlyWeb working there!
The instructions are here:
http://tiddlyweb.peermore.com/wiki/#%5B%5BInstalling%20on%20Windows%5D%5D
(I wrote them up after the fact, so they might be incomplete - will
review that later, and also make some changes regarding tiddlywebconfig.py.)
Let us know how you get on.
-- F.
I'm not sure how or why this occurs. Could you:
a) Follow the instructions as described there, i.e. using C:\Portable.
This should help avoid any path confusion. (Since this is all portable,
you can move and rename the folder later on; it won't leave any traces
on your C drive.)
b) Copy and paste the command history (including output) so we can
analyze the problem.
-- F.
Actually, is it possible you're using Python 3?
Please use version 2.4, 2.5 or 2.6 instead.*
-- F.
* http://tiddlyweb.peermore.com/wiki/#%5B%5BInstalling%20TiddlyWeb%5D%5D
Well, one would still have to start the server, but that could be done
with a simple batch file using relative paths[1].
> Apart from copyright issues - would this make a vanila TiddlyWeb
> install as easy as it is to download a TiddlyWiki now?
While I doubt Chris wants to create a Windows-specific distribution that
contains PythonPortable, anyone in the community could provide this
service[2].
-- F.
[1] start.bat located in Portable\, which contains TiddlyWeb\ and Python\:
cd Tiddlyweb\MyInstance
..\..\Python\App\python.exe ..\core\twanager server localhost 8080
[2] provided, of course, this sort of redistribution is permitted under
PortablePython's licensing terms (given that Python itself uses a
BSD-style license, that's not necessarily the case - IANAL)
I'd tested v2.5.4 (works fine) and 3.0.1 (no good).
Will update the docs to recommend using the former.
-- F.
> if there are modules or python libraries you would like to see in
> the next release of PP please request them on the PP google group and
> I will see what I can do for the next version.
Since you're making easy_install available, I think that covers all our
needs (though it requires an internet connection for the initial setup,
of course).
-- F.