2014-06-19 16:44 GMT+02:00 Daniel Wheeler <[email protected]>:
> 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. > Thanks for the tip, was not aware of it. Benny > > -- > Daniel Wheeler > _______________________________________________ > fipy mailing list > [email protected] > http://www.ctcms.nist.gov/fipy > [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ] >
_______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
