Ed Leafe wrote:


Can you give me your relevant directory structure, along with your sys.path info? I want to set up something similar here so that I can play around to make sure that the files run correctly even when in other locations than the Designer?


The daboide is in:

C:\Nightly tarball release\daboide

The generated code is in:

D:\ProgrammingProjects\PythonProjects\dabotesting

this is the sys.path when run from the dabotesting folder:

D:\ProgrammingProjects\PythonProjects\dabotesting>python
Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path
['', 'D:\\DonsDocuments\\IdlePlay\\TSE-Nikkei', 'D:\\DonsDocuments\\YahooGroupSt ripper\\ygscode', 'C:\\WINDOWS\\system32\\python24.zip', 'D:\\ProgrammingProject s\\PythonProjects\\dabotesting', 'C:\\PYTHON24\\DLLs', 'C:\\PYTHON24\\lib', 'C:\ \PYTHON24\\lib\\plat-win', 'C:\\PYTHON24\\lib\\lib-tk', 'C:\\PYTHON24', 'C:\\PYT HON24\\lib\\site-packages', 'C:\\PYTHON24\\Lib\\site-packages\\setuptools-0.5a13 -py2.4.egg', 'C:\\PYTHON24\\Lib\\site-packages\\Dabo-0.5-py2.4.egg', 'C:\\PYTHON
24\\lib\\site-packages\\wx-2.6-msw-ansi']
>>>

and this is the sys.path when taken from the dShell:

['C:\\Nightly tarball release\\daboide', 'D:\\DonsDocuments\\IdlePlay\\TSE-Nikkei', 'D:\\DonsDocuments\\YahooGroupStripper\\ygscode', 'C:\\WINDOWS\\system32\\python24.zip', 'C:\\Nightly tarball release\\daboide', 'C:\\Python24\\DLLs', 'C:\\Python24\\lib', 'C:\\Python24\\lib\\plat-win', 'C:\\Python24\\lib\\lib-tk', 'C:\\Python24', 'C:\\Python24\\lib\\site-packages', 'C:\\PYTHON24\\Lib\\site-packages\\setuptools-0.5a13-py2.4.egg', 'C:\\PYTHON24\\Lib\\site-packages\\Dabo-0.5-py2.4.egg', 'C:\\Python24\\lib\\site-packages\\wx-2.6-msw-ansi']

Don.


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to