On Feb 16, 2010, at 5:18 PM, Mike wrote:

> Tried to run dShell.py and got this
> m...@linux:/usr/local/lib/python2.6/dist-packages/Dabo-0.9.2-py2.6.egg/dabo/ui/uiwx$
>  python dShell.py


        Ah, I forgot you're running from an egg. OK, you can get the same thing 
with any Command Window. In fact, the most basic Dabo app will do:

import dabo
app = dabo.dApp()
app.start()

        When the empty application window comes up, press Ctrl-D to activate 
the Command Window. Alternatively, you can run any basic Dabo app; those should 
also have Ctrl-D access to the Command Window.


-- 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