-------------- Original message ----------------------
From: Ed Leafe <[EMAIL PROTECTED]>
> On Dec 3, 2007, at 3:52 PM, Adrian Klaver wrote:
> 
> >   File "/usr/lib/python2.5/site-packages/Dabo-0.8.2-py2.5.egg/dabo/ 
> > dApp.py",
> > line 455, in _updateFramework
> >     os.mkdirs(localPath)
> > AttributeError: 'module' object has no attribute 'mkdirs'
> >
> > I guess os has either mkdir or makedirs. I didn't study the code to  
> > see which
> > one you intend.
> 
>       Just patched that one this morning! Of course, since you need to run  
> this code to get the patch, there's a bit of a catch-22.
> 
>       To fix this, open up the dApp.py file in any text editor. The  
> location should be: usr/lib/python2.5/site-packages/Dabo-0.8.2- 
> py2.5.egg/dabo/dApp.py. Change that line 455 to read:
>       os.makedirs(localPath)
> 
> Save the change, and you should be good to go after that.
> 
> -- Ed Leafe
> -- http://leafe.com

Actually yes and no. The update succeeded but when I went to open an 
application I got:
raceback (most recent call last):
  File "dabo_test.py", line 38, in <module>
    app.start()
  File "/usr/lib/python2.5/site-packages/Dabo-0.8.2-py2.5.egg/dabo/dApp.py", 
line 284, in start
    self.setup()
  File "/usr/lib/python2.5/site-packages/Dabo-0.8.2-py2.5.egg/dabo/dApp.py", 
line 248, in setup
    self.uiApp = dabo.ui.getUiApp(self, callback=None)
  File 
"/usr/lib/python2.5/site-packages/Dabo-0.8.2-py2.5.egg/dabo/ui/uiwx/__init__.py",
 line 190, in getUiApp
    ret = uiApp(app, callback)
  File 
"/usr/lib/python2.5/site-packages/Dabo-0.8.2-py2.5.egg/dabo/ui/uiwx/uiApp.py", 
line 108, in __init__
    wx.App.__init__(self, 0, *args)
  File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 
7836, in __init__
    self._BootstrapApp()
  File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 
7433, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File 
"/usr/lib/python2.5/site-packages/Dabo-0.8.2-py2.5.egg/dabo/ui/uiwx/uiApp.py", 
line 168, in OnInit
    return self.checkForUpdates()
  File 
"/usr/lib/python2.5/site-packages/Dabo-0.8.2-py2.5.egg/dabo/ui/uiwx/uiApp.py", 
line 174, in checkForUpdates
    isFirst, updAvail = self.dApp._checkForUpdates(force=force)
  File "/usr/lib/python2.5/site-packages/Dabo-0.8.2-py2.5.egg/dabo/dApp.py", 
line 391, in _checkForUpdates
    update = dabo.settings.checkForWebUpdates
AttributeError: 'module' object has no attribute 'checkForWebUpdates'

--
Adrian Klaver
[EMAIL PROTECTED]


_______________________________________________
Post Messages to: Dabo-users@leafe.com
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