dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #19927
[Bug 661888] [NEW] generate.py import error
Public bug reported:
I tried running 'generate.py' in dolfin/swig, but when I have DOLFIN
installed (and PYTHONPATH set), I get the below error. If I do 'unset
PYTHONPATH', then generate.py works as expected.
Traceback (most recent call last):
File "generate.py", line 83, in <module>
generate_docstrings()
File "/home/garth/code/fenics/dolfin.d/dolfin-all/dolfin/swig/documentation.py", line 133, in generate_docstrings
documentation, classnames = extract_doc_representation()
File "/home/garth/local/lib/python2.6/site-packages/dolfin_utils/documentation/extractdocumentation.py", line 172, in extract_doc_representation
f = open(os.path.join(dolfin_dir, "dolfin", "dolfin.h"))
IOError: [Errno 2] No such file or directory: '/home/garth/local/lib/python2.6/dolfin/dolfin.h'
** Affects: dolfin
Importance: Undecided
Status: New
--
generate.py import error
https://bugs.launchpad.net/bugs/661888
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
Status in DOLFIN: New
Bug description:
I tried running 'generate.py' in dolfin/swig, but when I have DOLFIN installed (and PYTHONPATH set), I get the below error. If I do 'unset PYTHONPATH', then generate.py works as expected.
Traceback (most recent call last):
File "generate.py", line 83, in <module>
generate_docstrings()
File "/home/garth/code/fenics/dolfin.d/dolfin-all/dolfin/swig/documentation.py", line 133, in generate_docstrings
documentation, classnames = extract_doc_representation()
File "/home/garth/local/lib/python2.6/site-packages/dolfin_utils/documentation/extractdocumentation.py", line 172, in extract_doc_representation
f = open(os.path.join(dolfin_dir, "dolfin", "dolfin.h"))
IOError: [Errno 2] No such file or directory: '/home/garth/local/lib/python2.6/dolfin/dolfin.h'
Follow ups
References