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
-- http://dabodev.com




_______________________________________________
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