I'll take another look at "setupv1" tonight, time permitting. I only worked on "setuparg1" and "setupkwargs".
On Tue, Dec 13, 2011 at 10:19 AM, Sebastian Hilbert < [email protected]> wrote: > On Tuesday, December 13, 2011 04:06:39 PM Sebastian Hilbert wrote: > > On Tuesday, December 13, 2011 03:53:03 PM Daniel Hyams wrote: > > > So GNUmed is explicitly using > > > > > > from wx.lib.pubsub import setupv1 > > > from wx.lib.pubsub import pub > > > > Got me there. Only using. > > > > from wx.lib.pubsub import Publisher > > > > which supposedly initiates version 1. > > > > Will try the other syntax now. > > if not hasattr(sys, 'frozen'): > import wxversion > wxversion.ensureMinimal('2.8-unicode', optionsRequired=True) > > try: > import wx > from wx.lib.pubsub import setupv1 > from wx.lib.pubsub import pub as Publisher > > Here it is: > > File "C:\workplace\gnumed- > client.1.1.6\build\pyi.win32\setup\outPYZ1.pyz/wx.li > b.pubsub.setupv1", line 16, in <module> > File "C:\workplace\gnumed- > client.1.1.6\build\pyi.win32\setup\outPYZ1.pyz/wx.li > b.pubsub.pubsubconf", line 16, in setVersion > File "C:\workplace\gnumed- > client.1.1.6\build\pyi.win32\setup\outPYZ1.pyz/wx.li > b.pubsub.pubsubconf", line 51, in setVersion > AssertionError > RC: -1 from gnumed > OK. > > > Regards, > Sebastian > > -- > 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. > > -- Daniel Hyams [email protected] -- 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.
