Subject says it all really. Did someone try already?
Thanks, Frank
Subject says it all really. Did someone try already?
wxPython was not found.wxPython 2.6 or higher is required to run the winpdb GUI.
Are you using the Python provided by Apple or the one from python.org?
I did some hackery to be able to get one wxPython install to work with
both Apple's Py26 and Python.org's Py26 on 10.5 and 10.6, but I would
not be surprised if Apple changed something in how they do their install
and import paths which causes my hackery to break. Try installing and
using Python.org's Python 2.7 instead. If you've already done that then
I'm not sure what the problem could be and will need more information to
be able to make my shots in the dark more accurate. (I don't have a
10.7 machine yet.)
--
Robin Dunn
Software Craftsman
http://wxPython.org
I installed Lion and Python 2.7 plus wxPython 2.8.12.0 work fine.
Thanks, Frank
I see that too while running the unittests for Task Coach. Funny thing
is that I see it only once, though we have over 4400 unittests. I'm
pretty sure we have more than one unittest that draws a TextCtrl :-)
Maybe some initialization issue?
Cheers, Frank