I'm a newbie Webware user, and have set up a basic CGI installation. I was
working through the example site, only to find that the "View source of
examples" functionality isn't working. I have to figure it's something I've
done wrong during the install or perhaps something missing on my system,
since the WebKit was pretty much installed straight out of the tarball
according to the instructions.
Running behind Apache on a RedHat 7.2 system with Python 1.5.2. Traceback
is:
/var/www/html/Examples/View
Traceback (innermost last):
File "WebKit/Application.py", line 348, in dispatchRequest
self.handleGoodURL(transaction)
File "WebKit/Application.py", line 496, in handleGoodURL
self.respond(transaction)
File "WebKit/Application.py", line 624, in respond
transaction.respond()
File "WebKit/Transaction.py", line 93, in respond
self._servlet.respond(self)
File "/usr/local/Webware/WebKit/Examples/Colorize.py", line 32, in respond
from WebKit.DocSupport import PyFontify
ImportError: cannot import name PyFontify
I looked in the DocSupport directory, and PyFontify.py(c) exists. Can't
figure out what else to look for. Any ideas? Known issue?
--Josh
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss