What is wrong with this SimPy installation?

Posted by dmindreader on Stack Overflow See other posts from Stack Overflow or by dmindreader
Published on 2009-05-03T02:36:53Z Indexed on 2010/05/31 23:23 UTC
Read the original article Hit count: 223

Filed under:
|
|
|

Alright, I have tried a bunch of times the

python setup.py install

command from my command prompt, and this is what I'm getting:

SCREEN

And when trying this:

from SimPy.Simulation import *

on Idle, I get this:

Traceback (most recent call last):
  File "C:/Python30/pruebas/prueba1", line 1, in <module>
    from SimPy.Simulation import *
  File "C:\Python30\SimPy\Simulation.py", line 320
    print 'SimPy.Simulation %s' %__version__,
                              ^
SyntaxError: invalid syntax
>>>

© Stack Overflow or respective owner

Related posts about python

Related posts about Windows