[Bug 554464] Review Request: python-pebl - Python Environment for Bayesian Learning

bugzilla at redhat.com bugzilla at redhat.com
Tue Jun 15 14:46:10 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=554464

--- Comment #13 from Toshio Ernie Kuratomi <a.badger at gmail.com> 2010-06-15 10:46:05 EDT ---
There's a conf.py file that configures sphinx.  In that file, set sys.path to
include the directory that has the pebl module in it.

I think this should::

vim docs/src/conf.py

 import sys, os
+
+ sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', '..'))

# If your extensions are in another directory, add it here.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list