Hi all; I can see this has been discussed before in previous emails, but after reading them, I still cannot resolve this issue. I am trying to use pyinstaller to build a Windows executable - where code makes use of :
wx.lib.pubsub import Publisher ... allowing the model to notify the controller that a change has occurred. However, when the executable is run, I get a "ImportError: cannot import name Publisher" error. I've tried using all the different imports mentioned on various threads, most work from Python, but fail to import once run from a Windows executable built with pyinstaller Could someone please let me know - currently, what's the best work around for this issue? I'd really like to get this resolved. Many thanks for your help, Marc -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
