For those of you who are interested in setting up a WingIDE project file
for debugging Chandler, I've attached the settings I use for each of the
platforms.
John
Linux Release:
-------------
Python executable:
/home/john/osaf/chandler/release/bin/python
Add to environment:
LD_LIBRARY_PATH=/home/john/osaf/chandler/release/lib:/home/john/osaf/chandler/release/db/lib:/home/john/osaf/chandler/release/icu/lib
Linux Debug:
-----------
Python executable:
/home/john/osaf/chandler/debug/bin/python_d
Add to environment:
LD_LIBRARY_PATH=/home/john/osaf/chandler/debug/lib:/home/john/osaf/chandler/debug/db/lib:/home/john/osaf/chandler/debug/icu/lib
Mac Release:
-----------
Python executable:
/Users/john/osaf/chandler/release/Library/Frameworks/Python.framework/Versions/Current/Resources/Python.app/Contents/MacOS/Python
Add to environment:
DYLD_LIBRARY_PATH=/Users/john/osaf/chandler/release/lib:/Users/john/osaf/chandler/release/db/lib:/Users/john/osaf/chandler/release/icu/lib
DYLD_FRAMEWORK_PATH=/Users/john/osaf/chandler/release/Library/Frameworks
Mac Debug:
---------
Python executable:
/Users/john/osaf/chandler/debug/Library/Frameworks/Python.framework/Versions/Current/Resources/Python.app/Contents/MacOS/Python
Add to environment:
DYLD_LIBRARY_PATH=/Users/john/osaf/chandler/debug/lib:/Users/john/osaf/chandler/debug/db/lib:/Users/john/osaf/chandler/debug/icu/lib
DYLD_FRAMEWORK_PATH=/Users/john/osaf/chandler/debug/Library/Frameworks
Windows Release:
---------------
Python executable:
d:\John\osaf\chandler\Chandler\release\bin\python.exe
Add to environment:
PATH=d:\John\osaf\chandler\Chandler\release\bin
Windows Debug:
-------------
Python executable:
d:\John\osaf\chandler\debug\bin\python_d.exe
Add to environment:
PATH=d:\John\osaf\chandler\debug\bin
Wing preferences:
#my changes
gui.auto-save-before-action=true
debug.exception-mode='never'
#testing changes: make sure logfile exists
#debug.passive-listen=true
#debug.verbose=true
#debug.logfile="logfile"
#debug.persist-console=true
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Open Source Applications Foundation "Dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/dev