On Oct 4, 2008, at 8:24 PM, Ricardo Aráoz wrote:

> IDLE 1.2.2
>>>> import distutils
>>>> from distutils import log
>
> Traceback (most recent call last):
>  File "<pyshell#1>", line 1, in <module>
>    from distutils import log
> ImportError: cannot import name log
>>>>

        OK, I was going to ask you to try the 'from distutils import log'  
line outside of the setup script, but it looks like that won't tell us  
anything new.

        Let's skip the distutils stuff; it isn't required. Find the site- 
packages directory; it's probably something like 'C:\Python25\Lib\site- 
packages'. In that directory, create a text file named 'dabo.pth', and  
set its contents to the path containing the framework base; in your  
case, it would be 'E:\Dabo'.

        Now fire up Python, and type 'import dabo'. If you don't get an  
error, you should be on your way. If you do get an error, post it  
here. Don't forget the instructions at 
http://dabodev.com/wiki/InstallationOnWindows

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