I am getting the following error when I trird wxPython 2.5.5
Traceback (most recent call last):
File “docBoxApp.py”, line 4, in ?
File “wx_init_.pyc”, line 42, in ?
File “wx_core.pyc”, line 375, in ?
AttributeError: ‘module’ object has no attribute ‘STIPPLE_MASK’
This happening only when I create exe using py2exe . works fine otherwise.
I am kinda stuck here… with two versions giving me error…
any help
Thomas