From: Matthias B. <ba...@ir...> - 2006-12-16 10:16:35
|
Roses Roses wrote: > I'm want to install pyode in a Suse 10.0 but I have the next error message: > [...] > Reading ODE configuration "/usr/include/ode/config/user-settings"... ERROR: > [Errno 2] No such file or directory: '/usr/include/ode/config/user-settings' > Traceback (most recent call last): File "setup.py", line 153, in ? config = > readODEConfig() File "setup.py", line 59, in readODEConfig raise > RuntimeError RuntimeError Please use the latest version of PyODE from the cvs repository. The setup script has been updated not to use the user-settings file anymore as this file doesn't exist in ODE 0.7 anymore. - Matthias - |