|
From: Matt M. <mat...@ya...> - 2007-01-05 20:17:42
|
Sorry for the lack of information. I'm running XP with
Python 2.4, PyInstaller 1.3, py2exe 0.6.6, and
PythonCard 0.8.2. Here's what I get when I run
standaloneBuilder.rsrc.py in the Resource Editor:
C:\Python24\Lib\site-packages\PythonCard\tools\standaloneBuilder\standaloneBuild
er.py:40: DeprecationWarning: The wxPython
compatibility package is no longer au
tomatically generated or activly maintained. Please
switch to the wx package as
soon as possible.
from wxPython.html import wxHtmlEasyPrinting
Traceback (most recent call last):
File
"C:\Python24\Lib\site-packages\PythonCard\tools\standaloneBuilder\standal
oneBuilder.py", line 40, in ?
from wxPython.html import wxHtmlEasyPrinting
File
"C:\Python24\lib\site-packages\wx-2.7.2-msw-ansi\wxPython\html.py",
line
151, in ?
wxHtmlWindowEvent = wx.html.HtmlWindowEvent
AttributeError: 'module' object has no attribute
'HtmlWindowEvent'
>>>
Is there something up with my wxPython package? I had
assumed I DLed the latest version (It wasn't that long
ago). Thanks for your help!
- Matt
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|