[Tutor] psyco 1.3 is out, with support for Python 2.4

Kent Johnson kent37 at tds.net
Mon Dec 6 13:55:14 CET 2004


Dick Moores wrote:
> Here's what I learned from Kent about installing psyco (for Windows):
> Download psyco from http://psyco.sourceforge.net. Unzip the zip file. 
> Copy the folder psyco-1.3/psyco into Python24/Lib/site-packages. (Create 
> site-packages if you don't already have it.) Should be good to go then.

Then to actually _use_ psyco, the simplest thing is just to add these two lines to your main program:

import psyco
psyco.full()

Kent


More information about the Tutor mailing list