hey guys wonder if you can help.
as you can proberly tell im extremely new to pyode and the ode.
i have downloaded and compiled the ode-0.11.1
and i have downloaded pyode and changed the directory in setup.py to find ode/ode.h
and when i try to run setup.py i get errors. here is what i get:
INFO: <ode/ode.h> found in C://ODE//include
INFO: ode_trimesh.c is up to date
INFO: ode_notrimesh.c is up to date
INFO: Installing with trimesh support.
Traceback (most recent call last):
File "C:\ODE\PyODE-1.2.0\setup.py", line 155, in <module>
extra_link_args=LINK_ARGS)
File "C:\Python26\lib\distutils\core.py", line 140, in setup
hey guys wonder if you can help.
as you can proberly tell im extremely new to pyode and the ode.
i have downloaded and compiled the ode-0.11.1
and i have downloaded pyode and changed the directory in setup.py to find ode/ode.h
and when i try to run setup.py i get errors. here is what i get:
INFO: <ode/ode.h> found in C://ODE//include
INFO: ode_trimesh.c is up to date
INFO: ode_notrimesh.c is up to date
INFO: Installing with trimesh support.
Traceback (most recent call last):
File "C:\ODE\PyODE-1.2.0\setup.py", line 155, in <module>
extra_link_args=LINK_ARGS)
File "C:\Python26\lib\distutils\core.py", line 140, in setup
raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg
SystemExit: usage: setup.py cmd1 [cmd2 …]
or: setup.py -help
or: setup.py -help-commands
or: setup.py cmd -help
error: no commands supplied `
<br>
it seems to be a problem with the "compile the module" section of the setup.py
thanks for any help