Keyun Ruan | 2 Jun 12:55
Picon
Favicon

Installation problem with SimPy 2.0.1

Hey all,

 

I’m trying to install SimPy 2.0.1 under Windows system with Python 2.3.5. I follow the instructions in the SimPy README but nothing happened after I run setup.py. The SimPy folder is under Lib/site-packages and the error is:

 

Traceback (most recent call last):

  File "C:\Python23\Lib\site-packages\SimPy-2.0.1\setup.py", line 64, in ?

    classifiers = [

  File "C:\Python23\lib\distutils\core.py", line 137, in setup

    raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg

SystemExit: usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]

   or: setup.py --help [cmd1 cmd2 ...]

   or: setup.py --help-commands

   or: setup.py cmd --help

 

error: no commands supplied

 

Anybody can help me with this? Thanks a million in advance!

 

 

Regards,

Keyun Ruan

Room A0.07

School of Computer Science and Informatics

University College Dublin

Belfield Dublin 4

Ireland

 

Tel: +353 1 716 2405

Email: keyun.ruan <at> ucd.ie

 

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Simpy-users mailing list
Simpy-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/simpy-users
Stefan Scherfke | 3 Jun 10:50
Picon

Re: Installation problem with SimPy 2.0.1

Hello,

have you just typed "python setup.py"? Try "python setup.py install".

Cheers,
Stefan

Am 2009-06-02 um 12:55 schrieb Keyun Ruan:

> Hey all,
>
> I’m trying to install SimPy 2.0.1 under Windows system with Python  
> 2.3.5. I follow the instructions in the SimPy README but nothing  
> happened after I run setup.py. The SimPy folder is under Lib/site- 
> packages and the error is:
>
> Traceback (most recent call last):
>   File "C:\Python23\Lib\site-packages\SimPy-2.0.1\setup.py", line  
> 64, in ?
>     classifiers = [
>   File "C:\Python23\lib\distutils\core.py", line 137, in setup
>     raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" %  
> msg
> SystemExit: usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2  
> [cmd2_opts] ...]
>    or: setup.py --help [cmd1 cmd2 ...]
>    or: setup.py --help-commands
>    or: setup.py cmd --help
>
> error: no commands supplied
>
> Anybody can help me with this? Thanks a million in advance!
>
>
> Regards,
> <image001.jpg>
> Keyun Ruan
> Room A0.07
> School of Computer Science and Informatics
> University College Dublin
> Belfield Dublin 4
> Ireland
>
> Tel: +353 1 716 2405
> Email: keyun.ruan <at> ucd.ie
>
> ------------------------------------------------------------------------------
> OpenSolaris 2009.06 is a cutting edge operating system for enterprises
> looking to deploy the next generation of Solaris that includes the  
> latest
> innovations from Sun and the OpenSource community. Download a copy and
> enjoy capabilities such as Networking, Storage and Virtualization.
> Go to: http://p.sf.net/sfu/opensolaris-get_______________________________________________
> Simpy-users mailing list
> Simpy-users <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/simpy-users

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get

Gmane