On Sep 14, 2009, at 7:15 PM, Jeff Johnson wrote:

> Why is it running the egg?  I have a dabo.pth that has
> c:\pythonprojects\dabo\dabo in it.


        Why do you have an egg installed if you are using a separate copy, as  
referenced by your dabo.pth file?

        Also, it looks like the .pth file is incorrect: it should be the path  
to the folder that contains the dabo module, not the path to the  
module. IOW, find the path that contains dApp.py: that's the module  
path. Your .pth file should be the folder in which the module sits.  
E.g.: if you have

c:\pythonprojects\dabo\dabo\dApp.py

... your dabo.pth file should read:

c:\pythonprojects\dabo

        After you fix that, delete the egg, and then open the  
easy_install.pth file in the site-packages directory, and delete the  
line for the dabo egg.


-- Ed Leafe





_______________________________________________
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/a7d407b6-3fc2-4cbf-9e9f-3ad92aabb...@leafe.com

Reply via email to