Sphinx / sys.path

2012-10-27 Thread mining . facts
Hi, I figure out how it works with sphinx documentation. But I'm stucked in the sys.path issue? sys.path.insert(0, '/home/chris/projekte/dev/testmodule') /home/chris/projekte/dev/testmodule/doc/source/code.rst:4: WARNING: autodoc can't import/find module 'myproject', it reported error: "No mo

Re: Sphinx / sys.path

2012-10-27 Thread mining . facts
Got it spelling error! -- http://mail.python.org/mailman/listinfo/python-list

Re: Sphinx / sys.path

2012-10-27 Thread mining . facts
So now it works, but taking my project get some trouble. I use in MyData my ConfigParser Class for configuration issues. The project.ini file is in /project and has some entries. [Logging] my_data:MyData.py#/tmp/MyData.log#logging.WARN I guess Sphinx has trouble to load the ini-file!? Thanks