On Feb 20, 2007, at 12:35 PM, Rich Shepard wrote:

>    OK. I took daboide out of site-packages.
>
>    When I look at the .pth files there all I see is the name of the
> application. So, do I create a one-line file daboide.pth that contains
> 'daboide?'

        Only dabo is a Python module; the demo and ide directories contain  
applications written in Dabo. You will never have to write 'import  
ide' in your code.

        Only the main dabo module needs to be in site-packages, either by  
actually being copied there, or, as Paul suggested, by having a  
dabo.pth file that points to the actual location.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to