python compiler (psyco)

Jp Calderone exarkun at intarweb.us
Sat Jan 18 12:01:18 EST 2003


On Sat, Jan 18, 2003 at 07:52:48AM +0000, CIouded 0ne wrote:
> i couldnt get the compiler to be installed right i tryed running the python
> interpreter and typing 
> 
> 
> python setup.py install
> 

  A couple things.  Psyco is not the Python compiler.  It's a Python JIT
compiler, which is a special thing, and which you probably don't need.  The
Python compiler comes with the standard Python install and is invoked
transparently for you when necessary.  Second, you don't run this command in
the Python interpreter, you run it in a shell.  It is a command that invokes
the Python interpreter, causes it to run the code in 'setup.py', passing
'install' as the only command line argument.

  Jp

-- 
A sad spectacle.  If they be inhabited, what a scope for misery 
and folly.  If they be not inhabited, what a waste of space.
                -- Thomas Carlyle, looking at the stars
--
 12:00am up 33 days, 9:48, 4 users, load average: 0.08, 0.17, 0.17
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20030118/7e2dc68d/attachment.sig>


More information about the Python-list mailing list