-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 George Wright wrote: > Thanks David > Yes I am using web2 0.1 - I won't any more. > I did see references to later versions but I don't know about svn. > I do have Smartsvn 1.1 but I hadn't learnt how to use it yet. > However I followed my nose and used the address you gave me and it seems > to have downloaded the stuff. > How do I install it? There is no installer > Do I just copy contents into the web2 folder at > /Library/Python/2.3/site-packages/twisted/web2/ after trashing previous > contents? > Or maybe something else?
cd Twisted/ && python twisted/web2/topfiles/setup.py install or just copy the twisted directory to /Library/Python/2.3/site-packages/twisted or just add the location of your checkout (for example ~/projects/Twisted/) to PYTHONPATH export PYTHONPATH=$HOME/projects/Twisted:$PYTHONPATH All of these things will work. - -David - -- "Usually the protocol is this: I appoint someone for a task, which they are not qualified to do. Then, they have to fight a bear if they don't want to do it." -- Glyph Lefkowitz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (Darwin) iD8DBQFEfbD2rsrO6aeULcgRAmB4AJ491jTyleFCPloQVa/xswsbdxfPuQCeP7p+ G8czRR2b9x/YdWi87G0jqCI= =bL87 -----END PGP SIGNATURE----- _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
