Eric Lan wrote:
Hello, I am new to python and had just started using version 3.2
(stackless variant). I am using this snap shot
wxPython_Phoenix-2.9.5.81-r73837-win32-py3.2.tar.gz. by copying the wx
folder into <my_python_dir>\Lib\site-packages.
However when i fired up the examples it crashed, specifically it crash
after "import wx". I believe it crashed after trying to load up the
dlls. I wonder if i missed out any steps in setting it up to work, tried
to search can't seem to find anything related.
It's been a while since I paid attention to Stackless Python. Is it supposed to be able to work with binary extension modules made for stock Python out of the box or do they need to be rebuilt for Stackless?
Have you tried using Phoenix with stock Python 3.2?
···
--
Robin Dunn
Software Craftsman