Hi, I followed the instructions here: http://dabodev.com/wiki/InstallationOnWindows The order of installation: Python 2.5.4 Done wxPython Done SQLite3 Part of Python 2.5 PySQLite 2 Part of Python 2.5 ReportLab Done Python Imaging Library (PIL) Done MySQLdb (optional) Skipped psycopg2 (optional) Skipped kinterbasdb (optional) Skipped TortoiseSVN (optional) Skipped dabodev Done Versions: python-2.5.4.msi wxPython2.8-win32-unicode-2.8.10.1-py25.exe reportlab-2.3.win32-py2.5.exe PIL-1.1.6.win32-py2.5.exe I am using MS Sql Server so I skipped the database modules. Dabo install: I downloaded dabo-0.9.2-win.zip and put it in this folder: D:\Sw\_PythonSw\DaboDev_Python3TierFramework\dabo I then unzipped the file and then ran a CMD prompt and changed the directory to D:\Sw\_PythonSw\DaboDev_Python3TierFramework\dabo I then ran from that command prompt: python setup.py install The installation seemed to go well and finished gracefully. However in the IDLE editor I then typed import dabo To which I received: Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> import dabo ImportError: No module named dabo I checked my C:\Python25\Lib\site-packages directory and the following now exists: C:\Python25\Lib\site-packages\Dabo-0.9.2-py2.5.egg C:\Python25\Lib\site-packages\Dabo-0.9.2-py2.5.egg\dabo C:\Python25\Lib\site-packages\Dabo-0.9.2-py2.5.egg\daboserver C:\Python25\Lib\site-packages\Dabo-0.9.2-py2.5.egg\EGG-INFO Any ideas why the import is not working? Thanks Paul
--- 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/[email protected]
