Hi all, today is friday 17
I'm not superstitious but well just a few ours ago I realized that wx.lib.pubsub used as v1 stopped working on my py2exe compiled wxpython 2.8.12.1 application without giving any visible sign of not working (well apart the fact that it didn't work), it still worked on non-frozed version of my app.
Could be that I upgraded to 2.8.12.1 version without noticing this before.
I switched to installing plain pubsub and migrating to v3, I don't have a clue of what the problem might have been but just wanted to alert the list.
Marco
Sorry to hear that. With the wxPython Project Phoenix shaping up, I’m removing support for v1 from pubsub: it complicates the package import significantly.
The source at pubsub.sf.net will have this very shortly; if you’ll plunk pubsubroot/src/pubsub in wx.lib and setup for arg1 messaging, it should work. I’m curious to see if your py2exe’d app has any issues then, it shouldn’t. Note that AFAIK some have successfully py2exe’d their wxPython app but I don’t have any details (version, etc).
Note that pubsub v3 uses the “kwargs” messaging protocol by default, but supports the “arg1” protocol which is likely to require only one line modification in your entire app. See the examples in source dist. Let me know if you have any problems.
Oliver
···
On Fri, May 17, 2013 at 11:44 AM, Marco De Felice m.defel@gmail.com wrote:
Hi all, today is friday 17
I’m not superstitious but well just a few ours ago I realized that wx.lib.pubsub used as v1 stopped working on my py2exe compiled wxpython 2.8.12.1 application without giving any visible sign of not working (well apart the fact that it didn’t work), it still worked on non-frozed version of my app.
Could be that I upgraded to 2.8.12.1 version without noticing this before.
I switched to installing plain pubsub and migrating to v3, I don’t have a clue of what the problem might have been but just wanted to alert the list.
Marco
–
You received this message because you are subscribed to the Google Groups “wxPython-users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.