[Tutor] Can I speed this up?

Kent Johnson kent_johnson at skillsoft.com
Thu Oct 14 17:15:42 CEST 2004


Unzip the zip file. Copy the folder psyco-1.2/psyco into 
Python23/Lib/site-packages. (Create site-packages if you don't already have 
it.) Should be good to go then.

Kent

At 07:38 AM 10/14/2004 -0700, Dick Moores wrote:
>Kent Johnson wrote at 05:32 10/12/2004:
>>Using psyco gives a small speedup - in my limited testing, about 15%.
>>
>>Install psyco from http://psyco.sourceforge.net, then put these two lines 
>>after the definition of factorsOfInteger:
>>import psyco
>>psyco.bind(factorsOfInteger)
>
>Sorry to be so dumb about these things, but I can't figure out how to 
>install Psyco. I now have psyco-1.2-win-2.3.zip in my C:\Python23 folder 
>(Win XP). I've poked around in the file but I don't see any instructions 
>as to what to next to install Psyco.  Also, 
><http://psyco.sourceforge.net/psycoguide/index.html> doesn't help this dummy.
>
>Help, please.
>
>Dick Moores
>rdm at rcblue.com
>
>



More information about the Tutor mailing list