And THAT fixed it. I re-named the directory with lower case dabo. Thanks ! Chuck
On 4/7/07, Chuck Flowers <[EMAIL PROTECTED]> wrote: > > I tried it both ways. The directory is named Dabo. > > > >>> import dabo > Traceback <most recent call last>: > File "<stdin>", line 1 in <module> > ImportError: no module named dabo > >>> > > I'll try re-naming the Directory dabo. > > > Chuck > > > On 4/7/07, Carl Karsten <[EMAIL PROTECTED]> wrote: > > > > Chuck Flowers wrote: > > > On W2K, and I think I have things configured correctly. Downloaded > > Dabo via > > > TortiseSVN. Have dabo.pth in place. > > > > > > I haven't downloaded Demo or IDE yet, if that matters. > > > > > > Get error message from Python: > > > > > >>>> import Dabo > > > Traceback (most recent call last): > > > File "<stdin>", line 1, in >module> > > > File "C:\Apps\Python\Python25\lib\site-packages\Dabo\__init__.py", > > line > > > 125, in <module> > > > from dabo.lib.logger import logger > > > ImportError: No module named dabo.import.logger > > > > you should have > > something/dabo/lib/logger.py > > > > Wondering if the case of Dabo vs dabo is important here? > > > > > > > > _______________________________________________ > > 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/dabo-users/[EMAIL PROTECTED] > > > > --- 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 Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
