On Thu, Oct 28, 2010 at 6:51 AM, Mikael <[email protected]> wrote:

> When I do "python setup.py" in Terminal I get "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". I have the Python setuptools installed,
> so that should not be the problem.
>
>
in unix lke should be:
python setup.py install

and for windows
setup.py install

--
claudio

-- 
You received this message because you are subscribed to the Google Groups 
"cocos2d discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cocos-discuss?hl=en.

Reply via email to