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. Douglas Kennedy wrote: > > Dabo user's, > > Help!!! > > While trying to setup Dabo for use I have watched the screencasts ad > they are helpful. I am trying to follow along with the appwizard > screencast. I am using windows XPpro. I think I have loaded everything I > have followed the wiki instructions on loading Dabo to a windows PC. > I get the following: > C:\daboide\wizards\appwizard>\python24\python appwizard.py > Taceback <most recent call last>: > File appwizard.py , line 6, in ? > import dabo > ImportError: No module named dabo > > I am sure that I am looking right at the problem, I still do not see it > though. > > I do appreciate what I have seen see in the screencasts and online > material. > Although, I would greatly appreciate some straight forward directions. > I have Googled the ImportError: No module named dabo and read a > discussion about being able to do it in four or five lines a discussion > that provided no direction for the problem I am having. > With most things new I can only be considered dangerous regarding Dabo > at this point. > Thanks, > > Doug > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > [excessive quoting removed by server] _______________________________________________ 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]
