Then I guess there's something in my setup that causes this. I'm going to try Wing IDE and see how that debugger works. But Wing IDE can't import packages (I don't think it's using __init__.py)! It's a slightly slow start on a new IDE.
I have the following structure for my program Main.py biz\__init__.py biz\myBiz.py __init__.py: >From myBiz import * Main.py: import biz #this does not work. Can't be found I'm about to update a wxPython application, and I'm going to port it to Dabo at the same time. I'm looking forward to this since Dabo is a really good framework! -Simen -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: 30. juni 2006 16:10 To: Dabo Users list Subject: Re: [dabo-users] Developing and debugging dabo applications On Jun 30, 2006, at 9:53 AM, Simen Haugen wrote: > Why are debuggers > crashing etc. with dabo? I have now tries several different debuggers, > and none work with dabo. I can't say. The ones that I've used work fine, so it's impossible to determine if it's something in your setup or something in the debuggers. As I've said, there is nothing but Python code in Dabo. We're not using any type of outside libraries or special C extensions or anything that is not normal Python and wxPython. I don't think that there is any reason for Dabo code to behave differently than any other Python code. -- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
