jwallen / PyDAS

A Python wrapper for the DASSL, DASPK, and DASKR differential algebraic system solvers
47 stars 8 forks source link

PyDAS problem #7

Closed ayramire closed 9 years ago

ayramire commented 11 years ago

Hello

I am installing the RMG for Windows

When I am installing the python setup.py install por the PyDAS

Some errors appear: file pydas.py (for module pydas) not found file pydas.py (for module pydas) not found

cc: error: dassl/daux.o: No such file or directory cc: error: dassl/ddassl.o: No such file or directory cc: error: dassl/dlinpk.o: No such file or directory error: command 'cc' failed with exit status 1

Then when I am running an example the process stops with the next error:

ImportError: No module named pydas

The other package PyDQED looks like working OK, but I dont know have idea what to do with the PyDAS Error.

I appraciate a lot any support that can you give for that Error

Thanks

Astrid Ramírez

jwallen commented 11 years ago

Based on the above I'm guessing you are using the Makefile and not the make.bat; either should work. I have just pushed an update to the Makefile that could help. Give it a try and let me know if anything changed.

ayramire commented 11 years ago

Thank you!!.. It works.