On Sunday 24 January 2010 09:35:30 am John wrote: > On Sunday 24 January 2010 09:33:14 am John wrote: > > On Sunday 24 January 2010 09:19:19 am Ed Leafe wrote: > > > On Jan 24, 2010, at 12:00 PM, John wrote: > > > > This is going to be difficult to track because nothing is reported > > > > until I enter app.start() > > > > > > Just add debug print statements at various points in the > > > uiwx.__init__.py, and see that all of the import statements are being > > > successfully run. In particular, put something after the line: > > > > > > from dSizer import dSizer > > > > > > ... to verify that that line gets executed. Or you could put the line: > > > > > > dabo.trace() > > > > > > ... at the beginning of the file and step through it. > > > > > > > > > -- Ed Leafe > > > > this is not good - I have stepped through every line in uiwx. __init__.py > > and I get no errors. > > > > Johnf > > Should I step into each import in the file uiwx.__init__.py? > > Johnf
To best of my knowledge uiwx.__init__.py is not producing any errors. I haven't been able to provide a test case either. There is something in my code that is causing the issue. I will continue to test. Johnf _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
