I have a huge problem getting my wxpython app compiled with py2exe. I
found a lot of stuff on google and the main message is..go back to an
older version ie 2.8.11.0.
Can anyone tell me where to get that version of wxpython ?
btw I've tried everything to get my app running...right now the error
is
I have a huge problem getting my wxpython app compiled with py2exe. I
found a lot of stuff on google and the main message is..go back to an
older version ie 2.8.11.0.
Can anyone tell me where to get that version of wxpython ?
Same place you get the current one, sourceforge, but don't think that
is the solution to your issue.
btw I've tried everything to get my app running...right now the error
is
I have a huge problem getting my wxpython app compiled with py2exe. I
found a lot of stuff on google and the main message is..go back to an
older version ie 2.8.11.0.
Can anyone tell me where to get that version of wxpython ?
btw I've tried everything to get my app running...right now the error
is
There were some problems with pubsub and 2.8.11.0 and py2exe, at the time I got it to work by doing the following:
1. add an empty __init__.py to the folder wx.lib.pubsub.pubsub1 - should not be needed with more recent versions of wxPython
2. add 'wx.lib.pubsub' to "packages" within your setup.py.
As Cody pointed out you also have a problem with your subscribe/sendMessage calls.