cfirsten wrote: > I have the same problem on a winxp box even though I created the dabo.pth > file in the site-packages dir. > > ######################################################### > Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] > on > win32 > Type "help", "copyright", "credits" or "license" for more information. >>>> import dabo > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named dabo > ########################################################## > [EMAIL PROTECTED] /cygdrive/c/Program Files/Dabo Runtime] pwd > /cygdrive/c/Program Files/Dabo Runtime > [EMAIL PROTECTED] /cygdrive/c/Program Files/Dabo Runtime] ls -l > total 33M > drwx------+ 2 user None 0 Feb 14 23:34 Common/ > -rwx------+ 1 user None 3.1K Nov 12 15:36 README.txt* > drwx------+ 8 user None 0 Feb 15 09:19 dabo/ > -rwx------+ 1 user None 23K Nov 13 11:30 daborun.exe* > drwx------+ 4 user None 0 Feb 15 21:46 demo/ > -rwx------+ 1 user None 24K Feb 15 22:07 error.log* > drwx------+ 3 user None 0 Feb 15 21:22 ide/ > -rwx------+ 1 user None 32M Nov 13 11:30 library.zip* > -rwx------+ 1 user None 340K Mar 16 2006 msvcr71.dll* > -rwx------+ 1 user None 64K Feb 14 23:34 unins000.dat* > -rwx------+ 1 user None 663K Feb 14 23:34 unins000.exe* > -rwx------+ 1 user None 4.5K Apr 18 2007 w9xpopen.exe* > [EMAIL PROTECTED] /cygdrive/c/Program Files/Dabo Runtime] > ########################################### > [EMAIL PROTECTED] /cygdrive/c/Python25/lib/site-packages] ls -l > total 2.0K > -rwxrwx---+ 1 Administrators SYSTEM 121 Oct 28 2005 README.txt* > -rwx------+ 1 Shoreline None 36 Feb 15 21:37 dabo.pth* > [EMAIL PROTECTED] /cygdrive/c/Python25/lib/site-packages] > [EMAIL PROTECTED] /cygdrive/c/Python25/lib/site-packages] cat dabo.pth > "C:\Program Files\Dabo Runtime\" > ########################################### > At first I thought that it's because of cygwin but it doesn't work in a > command > prompt either so any ideas would be apreciated.
I do not use the dabo runtime, but i think you mixed things up. The Dabo runtime inszallation isn't meant to work with your existing python installation. It should be self contained. If you want to use your existing python installation, you should get dabo via subversion as explained at: http://dabodev.com/wiki/InstallationOnWindows Uwe _______________________________________________ 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]
