it still gives me the same error:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\system32>python
Python 3.2.2 (default, Sep 4 2011, 09:51:08) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()
C:\Windows\system32>cd ..
C:\Windows>cd ..
C:\>cd Users
C:\Users>cd robertop
C:\Users\robertop>cd Desktop
C:\Users\robertop\Desktop>cd SimPy-2.3
>>python setup.py install
running install
running build
running build_py
running install_lib
creating C:\PROGRA~2\Python32\Lib\site-packages\SimPy
copying build\lib\SimPy\Globals.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
copying build\lib\SimPy\GUIDebug.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
copying build\lib\SimPy\Lib.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
copying build\lib\SimPy\Lister.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
copying build\lib\SimPy\Recording.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
copying build\lib\SimPy\SimGUI.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
copying build\lib\SimPy\SimPlot.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
copying build\lib\SimPy\Simulation.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
copying build\lib\SimPy\SimulationGUIDebug.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
copying build\lib\SimPy\SimulationRT.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
copying build\lib\SimPy\SimulationStep.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
copying build\lib\SimPy\SimulationTrace.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
copying build\lib\SimPy\stepping.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
creating C:\PROGRA~2\Python32\Lib\site-packages\SimPy\test
copying build\lib\SimPy\test\support.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy\test
copying build\lib\SimPy\test\test_monitor.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy\test
copying build\lib\SimPy\test\test_rt_behavior.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy\test
copying build\lib\SimPy\test\test_simident.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy\test
copying build\lib\SimPy\test\test_simpy.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy\test
copying build\lib\SimPy\test\__init__.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy\test
copying build\lib\SimPy\tkconsole.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
copying build\lib\SimPy\tkprogressbar.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
copying build\lib\SimPy\__init__.py -> C:\PROGRA~2\Python32\Lib\site-packages\SimPy
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\Globals.py to Globals.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\GUIDebug.py to GUIDebug.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\Lib.py to Lib.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\Lister.py to Lister.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\Recording.py to Recording.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\SimGUI.py to SimGUI.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\SimPlot.py to SimPlot.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\Simulation.py to Simulation.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\SimulationGUIDebug.py to SimulationGUIDebug.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\SimulationRT.py to SimulationRT.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\SimulationStep.py to SimulationStep.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\SimulationTrace.py to SimulationTrace.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\stepping.py to stepping.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\test\support.py to support.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\test\test_monitor.py to test_monitor.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\test\test_rt_behavior.py to test_rt_behavior.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\test\test_simident.py to test_simident.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\test\test_simpy.py to test_simpy.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\test\__init__.py to __init__.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\tkconsole.py to tkconsole.pyc
File "C:\PROGRA~2\Python32\Lib\site-packages\SimPy\tkconsole.py", line 137
raise KeyError, 'no such configuration option \'%s\'' % key
^
SyntaxError: invalid syntax
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\tkprogressbar.py to tkprogressbar.pyc
byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\__init__.py to __init__.pyc
running install_egg_info
Writing C:\PROGRA~2\Python32\Lib\site-packages\SimPy-2.3-py3.2.egg-info
On Sat, Jan 28, 2012 at 6:03 PM, Roberto
<roberto.pagliari <at> gmail.com> wrote:
Thank you very much!!!
On Sat, Jan 28, 2012 at 1:46 AM, Stefan Scherfke
<stefan <at> sofa-rockers.org> wrote:
I just uploaded SimPy 2.3.1 which should fix you problem. Sorry for the inconvenience.
regards,
Stefan
Am 2012-01-28 um 10:23 schrieb Stefan Scherfke:
> You need "distribute" for that. You should also install the package manager "pip". You can find both on PyPI.
>
> cheers,
> stefan
>
>
> Am 2012-01-27 um 23:32 schrieb Roberto:
>
>> I am not quite familiar with building libs in python
>>
>> python setup.py develop
>>
>> tells me that 'develop' option does not exist.
>>
>> On Fri, Jan 27, 2012 at 2:28 PM, Roberto <
roberto.pagliari <at> gmail.com> wrote:
>> I am not quite familiar with building libs in python
>>
>> python setup.py develop
>>
>> tells me that 'develop' option does not exist.
>>
>>
>>
>> On Fri, Jan 27, 2012 at 2:24 PM, Stefan Scherfke <
stefan <at> sofa-rockers.org> wrote:
>> Am 2012-01-27 um 23:18 schrieb Roberto Pagliari:
>>
>>> Hi,
>>> I'm getting this error while installing SimPy 2.3.
>>>
>>>>> python setup.py install
>>> running install
>>> running build
>>> running build_py
>>> running install_lib
>>> byte-compiling C:\PROGRA~2\Python32\Lib\site-packages\SimPy\tkconsole.py to tkconsole.pyc
>>> File "C:\PROGRA~2\Python32\Lib\site-packages\SimPy\tkconsole.py", line 137
>>> raise KeyError, 'no such configuration option \'%s\'' % key
>>> ^
>>> SyntaxError: invalid syntax
>>>
>>> running install_egg_info
>>> Removing C:\PROGRA~2\Python32\Lib\site-packages\SimPy-2.3-py3.2.egg-info
>>> Writing C:\PROGRA~2\Python32\Lib\site-packages\SimPy-2.3-py3.2.egg-info
>>>
>>> do you know what the proglem might be?
>>
>> Yes, and it’s my fault. We didn’t make the GUI stuff Python 3 compatible, because we’re planning to remove it in the next version. However, I wasn’t aware that the GUI modules would produce SyntaxErrors when you install SimPy. I’ll fix this as soon as possible.
>>
>> As a work-around, you can install SimPy in development mode via "python setup.py develop" or "pip install -e ." (from the directory that contains the setup.py)
>>
>> Regards,
>> Stefan
>>
>>
>>> ------------------------------------------------------------------------------
>>> Try before you buy = See our experts in action!
>>> The most comprehensive online learning library for Microsoft developers
>>> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
>>> Metro Style Apps, more. Free future releases when you subscribe now!
>>>
http://p.sf.net/sfu/learndevnow-dev2_______________________________________________
>>> Simpy-users mailing list
>>>
Simpy-users <at> lists.sourceforge.net
>>>
https://lists.sourceforge.net/lists/listinfo/simpy-users
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Try before you buy = See our experts in action!
>> The most comprehensive online learning library for Microsoft developers
>> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
>> Metro Style Apps, more. Free future releases when you subscribe now!
>>
http://p.sf.net/sfu/learndevnow-dev2_______________________________________________
>> Simpy-users mailing list
>>
Simpy-users <at> lists.sourceforge.net
>>
https://lists.sourceforge.net/lists/listinfo/simpy-users
>
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
>
http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> Simpy-users mailing list
>
Simpy-users <at> lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/simpy-users
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Simpy-users mailing list
Simpy-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/simpy-users