[tahoe-dev] Installation issue
zooko
zooko at zooko.com
Fri Nov 16 14:43:28 PST 2007
On Nov 16, 2007, at 1:49 AM, Francesco Albanese wrote:
> Hi,
> I've found the libraries containing "Python.h" and by using your piece
> of suggestion I resolved the problem. I'm now waiting for the
> sysadmin, because twisted python appears not to be installed. However,
> the program runs smoothly at home on my Ubuntu Gutsy.
Great! Thanks for the reports!
It is also possible for you to install twisted python on the machine
at school without using root privileges. Download twisted from [1],
unpack it, and execute "./setup.py install --prefix=$SOMEDIRECTORY".
SOMEDIRECTORY must be a fully qualified path (i.e. it must begin with
a slash.) This will put a bunch of stuff into $SOMEDIRECTORY. Then
you need to add $SOMEDIRECTORY/lib/python2.5/site-packages to your
PYTHONPATH. (This is assuming that you are using Python version 2.5.)
Regards,
Zooko
[1] http://twistedmatrix.com/trac/
More information about the tahoe-dev
mailing list