thegooglecodearchive / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

dependence on matplotlib #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Does sfepy depend on matplotlib?

$ ./schroedinger.py --help
matplotlib import failed!
Traceback (most recent call last):
  File "./schroedinger.py", line 41, in <module>
    from sfe.homogenization.phono import processOptions
  File "/home/ondra/sfepy/sfe/homogenization/phono.py", line 1, in <module>
    import pylab
ImportError: No module named pylab

I think the exact set of dependencies should be in the documentation.

Original issue reported on code.google.com by ondrej.c...@gmail.com on 11 Jun 2008 at 3:20

GoogleCodeExporter commented 9 years ago
Some stuff does depend, for example 'eigen.py -p' which plots the results. On 
the
other hand, schroedinger.py does not plot anything, so I fixed the dependence.

Try it please!

Original comment by robert.c...@gmail.com on 12 Jun 2008 at 11:54

GoogleCodeExporter commented 9 years ago
Works well, thanks!

Original comment by ondrej.c...@gmail.com on 12 Jun 2008 at 1:30

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/42

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:24