dabo Commit
Revision 2188
Date: 2006-05-31 18:15:06 -0700 (Wed, 31 May 2006)
Author: ed

Changed:
U   trunk/dabo/lib/DesignerXmlConverter.py

Log:
Debugging commit. Trying to figure out why the pathing isn't being set 
correctly in Windows.


Diff:
Modified: trunk/dabo/lib/DesignerXmlConverter.py
===================================================================
--- trunk/dabo/lib/DesignerXmlConverter.py      2006-05-31 23:20:28 UTC (rev 
2187)
+++ trunk/dabo/lib/DesignerXmlConverter.py      2006-06-01 01:15:06 UTC (rev 
2188)
@@ -80,8 +80,13 @@
 dabo.ui.loadUI("wx")
 import dabo.dEvents as dEvents
 import sys
+# debugging!
+print "SYS.PATH:", sys.path
 if "%s" not in sys.path:
+       print "APPENDING TO SYS.PATH"
        sys.path.append("%s")
+       print
+       print "NEW SYS.PATH:", sys.path
 import %s as %s
 %s
 




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

Reply via email to