On Mon, 2007-09-17 at 22:23 -0400, Ed Leafe wrote: > On Sep 17, 2007, at 9:48 PM, Brian Snipes wrote: > > > Seems like multiple=True no longer works for dabo.ui.getFile. Is this > > by design? > > > > Platform: GTK > > Python Version: 2.5.1 on linux2 > > Dabo Version: Version 0.9a; Revision 3375 > > UI Version: 2.6.3.2 on wxGTK (gtk2) > > > > Dabo IDE version: 0.9a (Revision 879) > > AttributeError: 'module' object has no attribute 'FD_MULTIPLE' > > This is working fine in wxPython 2.8.4.2. If open a Python session > and type: > > import wx > print wx.FD_MULTIPLE > > ....does it throw an error, or print '32'? >
Python 2.5.1 (r251:54863, May 2 2007, 16:56:35) [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import wx >>> print wx.FD_MULTIPLE Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'FD_MULTIPLE' I can install 'python-wxgtk2.8' if need be. I have 'python-wxgtk2.6' installed at the moment. Brian _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
