Bug0014
- Description
RunTime modules for Yapps fails
After good Make and Make install, runtume ./pyflag fails
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/pyflag/FlagHTTPServer.py", line 35, in ?
import pyflag.HTMLUI as HTMLUI
File "/usr/local/lib/python2.4/site-packages/pyflag/HTMLUI.py", line 39, in ?
import pyflag.UI as UI
File "/usr/local/lib/python2.4/site-packages/pyflag/UI.py", line 39, in ?
import pyflag.parser as parser
File "/usr/local/lib/python2.4/site-packages/pyflag/parser.py", line 44, in ?
from yapps import runtime
ImportError: cannot import name runtime
.
- Logged
- 2007-03-08
- Logged By
- Assigned to
- Status
- Close
Get back to the BugIndex
Scudette: I fixed the build system to include YAPPS runtime in the install. In the meantime, manually copy the src/pyflag/yapps/ directory to the install directory /usr/local/lib/python2.4/site-packages/pyflag/.
I think this works now... let me know if there are any problems.
