Bob Mathias - Sysero llc Dev wrote: > I am running Winpdb 1.4.0 with Dabo: > Ubuntu 8.04 > Dabo > Platform: GTK > Python Version: 2.5.2 on linux2 > Dabo Version: Version 0.8.4; Revision ~4111 > UI Version: 2.8.7.1 on wxGTK (gtk2) > > When I run Winpdb I launch my .py file then select go I get at the > warning message: > > The modules: pdb, bdb, which are incompatible > with the debugger were detected and can possibly > cause the debugger to fail. > > I am able to run the debugger without problems but once in a while the > winpdb will end without any reason. Any ideals about the incompatible > with the debugger. > > Also I like to not that in Dabo Frequently Asked Questions under > Does Dabo come with its own Debugger? in the Link WinPDB Web Page that > _winpdb.py is located in winpdb-1.4.0/build/scripts-2.5 folder. The > python script name is winpdb.
I have used winpdb without problems. pdb, bdb belong to the debugger which comes with the python distribution. There are no incompatibilities as long as you do not use the python debugger capabilities. See: http://winpdb.org/docs/requirements/ I have fixed the wiki page. Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
