[SciPy-user] Differential Algebraic Equation Solvers

Nils Wagner nwagner at iam.uni-stuttgart.de
Wed Jul 30 12:11:44 EDT 2008


On Wed, 30 Jul 2008 11:59:25 -0400
  "Rob Clewley" <rob.clewley at gmail.com> wrote:
> Erm... yes, there isn't one! I know it's a bit clunky 
>but I have been
> waiting to add a setup.py until the next major release 
>because I
> wanted to get some details right about pre-compiling the 
>C and Fortran
> extensions. Those issues have been ironed out so it 
>shouldn't be long
> now...
> 
> Anyway, it's still very easy. The instructions at
> http://www.cam.cornell.edu/~rclewley/cgi-bin/moin.cgi/GettingStarted
> will fill you in but you basically just put the unzipped 
>directory
> wherever you like and add it to your pythonpath. There 
>is currently no
> pre-compiling of the extensions, it will all be done 
>when you first
> invoke the compiler to build your Radau model. Let me 
>know if you have
> any other questions or if there's something I should add 
>to the
> documentation to make things more clear.
> 
> Cheers
> Rob
  
Hi Rob,

I think I followed all these instructions.

  echo $PYTHONPATH
/home/nwagner/:/home/nwagner/src/PyDSTool/:/home/nwagner/src/PyDSTool/tests/:/usr/lib/python2.4/site-packages/
nwagner at linux:~> /usr/bin/python -i 
src/PyDSTool/tests/DAE_example.py
Traceback (most recent call last):
   File "src/PyDSTool/tests/DAE_example.py", line 12, in ?
     from PyDSTool import *
ImportError: No module named PyDSTool

Am I missing something ?

Cheers,
           Nils




More information about the SciPy-User mailing list