python - What is wrong with this SimPy installation? -


OK, I've tried many times

  python setup.py install   

command, and this is what I'm getting:

And when it is trying:

  

/ Python30 / pruebas / prueba1", line 1, & lt; Module & gt; From SimPy Simulation Import * File "C: \ Python30 \ SimPy \ Simulation.py", line 320 print 'SimPy. Simulation% s'% __ version__, ^ Syntax Error: Invalid syntax & gt; & Gt; & Gt;

Each module does not support Python 3 - In fact, 90% or more modules Now for 2.x

You should use 2.5 or 2.6 for this module, or you should find a sympext that is compatible with 3.0.

You can run 2-> 3 to upgrade the script to modify your Simpi source, but I do not suggest doing this.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -