I have had this problem before. You just need Dabo in the site packages so don't worry about the others right now. The way I fixed this was by putting the dabo folder in the site-packages directory and changing the path in dabo.pth to be relative. I hate the quirks of Windows. If you are using a nix you can just create a symbolic link in the site-packages directory....
On 3/1/07, Douglas Kennedy <[EMAIL PROTECTED]> wrote: > Hi Dabo Users, > > Earlier this morning (6:15AM PST) I sent of another request for help > regarding > connection problem while trying to download the SVN trunk. > > No more then two or three minute latter I tried again and that time > > I left off the "dabo" at the end of the URL statement. As you already > know it worked. Thanks for the help. > > The problem is when I do an import at the python cmd line. > > It says ImportError: No module named dabo. > > I looked inside of the directory c:\ptyhon24\lib\site-packages for the > file dabo.pth it is there. > > the path is c:\projects\... > > Dabo is located c:\projects\dabo, > \daboide, > \dabodemo, > > while still at the python cmd line I can import wx, so I know that the > site-packages python directory can be seen because the wx.pth is located > there. > > My question when I downloaded the SVN trunk using TortoiseSVN client > version 1.4.3 > into c:\projects... Do I have to check them out into another dabo work > directory? > > I am not sure why I get the ImportError: No module named dabo... > > I am using python 2.4.4 on windows XP-Pro sp2... > > I appreciate all who have helped... it is appreciated. > > Thanks, > > Doug > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
