On Jul 5, 2008, at 3:53 PM, Paul McNary wrote:

> Platform: GTK
> Python Version: 2.4.5 on sco_sv5
> Dabo Version: Version 0.8.4; Revision ~4111
> UI Version: 2.8.7.1 on wxGTK (gtk2)


        OK, I was looking at the code in dApp.py that does the import of the  
submodules, and it turns out that it requires Python 2.5 in order to  
do the automatic imports of the subdirectories. But I think that we  
can do this manually.

        Open main.py, and after the line that creates the app, add the lines  
to do the imports:

app = dabo.dApp()
import biz
app.biz = biz
import db
app.db = db
import ui
app.ui = ui

        Try this and let me know if it does the trick.

-- Ed Leafe





_______________________________________________
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/[EMAIL PROTECTED]

Reply via email to