From: Sean K. F. <skf...@gm...> - 2007-01-05 20:24:26
|
Hey, that's what I was getting on Vista. It's probably just an issue with the latest wxPython and not anything relating to Vista after all. You can comment line 40 out safely and you won't receive that warning/error any longer. That module does not appear to be used any longer in the standaloneBuilder that you're using, nor will it be present in the next release that Phil's baking up, based on feedback I've received from Phil this morning. (Thanks Phil!) -Sean On 1/5/07, Matt Minton <mat...@ya...> wrote: > > 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 > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > -- Thanks! Sean |