Hi! List newbie here.
Is there a plan/time-frame for supporting
Phoenix?
(Kind of a "Catch-22" situation: I'd like to use winpdb in helping to port wx.lib, but when I try to import winpdb itself in Python3, I of course get:
Python 3.2.3 (default, Apr 11 2012, 07:15:24) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import winpdb
wxPython was not found.
wxPython 2.6 or higher is required to run the winpdb GUI.
I have a binary of Phoenix installed in my Python3 site-packages; is there a "naive" way to tell winpdb to try to use Phoenix, and then see where it "breaks" trying to do so?)
Thanks!
OlyDLG