On Tue, 2007-09-18 at 08:10 -0500, Brian Snipes wrote:
> On Tue, 2007-09-18 at 07:12 -0400, Ed Leafe wrote:
> > On Sep 17, 2007, at 10:49 PM, johnf wrote:
> > 
> > > The best advise I would think would be to install 2.8.  It will  
> > > prevent errors
> > > of this nature in the future.  On the other hand if you are like me  
> > > and can't
> > > get 2.8 to compile then I suggest that you either change the code  
> > > (for now)
> > > or wait until Ed or Paul fix the code to support 2.6.
> > 
> >     This should be fixed with the latest commit, although I don't have a  
> > 2.6 system to test.
> > 
> 
> Nope.  I don't have a problem with upgrading to 2.8 or I can setup ssh
> access for you (Ed) to my laptop.  Let me know which you prefer.
> 
> Brian

Forgot the traceback...

Dabo Info Log: Tue Sep 18 08:05:42 2007: 0 database connection
definition(s) loaded.
Dabo Info Log: Tue Sep 18 08:05:45 2007: User interface set to 'wx' by
dApp.
Dabo Info Log: Tue Sep 18 08:05:45 2007: wxPython Version: 2.6.3.2 wxGTK
(unicode) (gtk2)
Dabo Info Log: Tue Sep 18 08:05:46 2007: WARNING: No BasePrefKey has
been set for this application.
Traceback (most recent call last):
  File "/home/bsnipes/dabo/dabo/dabo/ui/uiwx/dControlMixin.py", line 21,
in _onWxHit
    self.raiseEvent(dEvents.Hit, evt, *args, **kwargs)
  File "/home/bsnipes/dabo/dabo/dabo/ui/uiwx/dPemMixin.py", line 843, in
raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
**kwargs)
  File "dabo/lib/eventMixin.py", line 92, in raiseEvent
  File "/tmp/tmpdTBzBs.py", line 234, in onHit
    path = dabo.ui.getFile("jpg", multiple=True)
  File "/home/bsnipes/dabo/dabo/dabo/ui/uiwx/__init__.py", line 875, in
getFile
    return _getPath(dFileDialog, wildcard=wc, **kwargs)[0]
  File "/home/bsnipes/dabo/dabo/dabo/ui/uiwx/__init__.py", line 849, in
_getPath
    fd = cls(parent=_getActiveForm(), wildcard=wildcard, **kwargs)
  File "/home/bsnipes/dabo/dabo/dabo/ui/uiwx/dFileDialog.py", line 101,
in __init__
    multStyle = {True: wx.FD_MULTIPLE, False: wx.MULTIPLE}[wx.VERSION >=
(2, 7)]
AttributeError: 'module' object has no attribute 'FD_MULTIPLE'

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]

Reply via email to