yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #04584
Re: [Question #159902]: Reinforced Concrete Beam
Question #159902 on Yade changed:
https://answers.launchpad.net/yade/+question/159902
Mark S. Bentley posted a new comment:
> and in /usr/local/lib/python2.6/dist-packages/gengeo, there are 7 files,
> GenGeo.la, GenGeo.so, GenGeo.so.0, GenGeo.so.0.0.0, __init__.py, __init__.pyc, __init__.pyo.
> But in __init__.py, there is only one code line "from GenGeo import *" and after it is empty...
This all sounds fine. just make sure that your PYTHONPATH includes
/usr/local/lib/python2.6/dist-packages/gengeo
e.g. export PYTHONPATH=/usr/local/lib/python2.6/dist-
packages/gengeo/:$PYTHONPATH
and then run python and check that
>>> import gengeo
gives no errors.
Cheers, Mark
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.