At 09:56 PM 10/8/2001 +0200, Vincent Wagelaar wrote:
>Traceback (most recent call last):
>   File "WebKit/Application.py", line 341, in dispatchRequest
>     self.handleGoodURL(transaction)
>   File "WebKit/Application.py", line 489, in handleGoodURL
>     self.respond(transaction)
>   File "WebKit/Application.py", line 610, in respond
>     transaction.respond()
>   File "WebKit\Transaction.py", line 93, in respond
>     self._servlet.respond(self)
>   File "D:\Webware\WebKit\Examples\Colorize.py", line 31, in respond
>     from WebKit.DocSupport import py2html
>ImportError: No module named DocSupport

I experienced this before releasing and then fixed it before the 
announcement, so I'm surprised to see you have this problem. I just tried 
again: I downloaded 0.6a1, installed it and went to Examples where I viewed 
source.

We used to get this problem with __init__.py files that were zero bytes in 
length because WinZip wouldn't unpack them. However, one in DocSupport/ has 
# and a newline.

My question to you: Do you have an __init__.py in DocSupport/? If so, how 
many bytes is it and what are the contents?

Is there any chance you grabbed 0.6a1 before it was announced on the list? 
(Perhaps you were browsing the "mirror downloads" at .../python/webware/?)


-Chuck


_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to