Benny, Good to hear from you. Did you try "python setup.py develop"? This allows you to develop on an installed version of a python package. No need to mess with PYTHONPATH.
Cheers, Daniel On Thu, Jun 19, 2014 at 8:56 AM, Benny Malengier <[email protected]> wrote: > Hi, > > If I run from the build directory, I obtain a > File "/home/benny/git/fipy/fipy/viewers/__init__.py", line 133, in Viewer > raise ImportError, "No viewers found. Run `python setup.py egg_info` or > similar." > > It seems it is needed to do > > python setup.py build egg_info It is a bit odd that the viewers need that, but "python setup.py develop" should deal with any issues like that if you are hacking FiPy. -- Daniel Wheeler _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
