[SE|PY-macdev] New error at SEPY startup on OS X
Brought to you by:
sephiroth_tmm
|
From: valley <va...@ic...> - 2004-07-30 18:30:04
|
Hi there,
i got a new error message when using Python2.3.4 and the newest wxPython
version
(2.5.2.3p.20040723) on OS X Panther (10.3.4) when starting SEPY:
[Debug] 20:14:29: Unrecognized accel key 'CAPSLOCK', accel string ignored.
[Debug] 20:14:29: Unrecognized accel key 'CAPSLOCK', accel string ignored.
Traceback (most recent call last):
File "/Users/valley/Desktop/SEPY/SciTE/SEPY.py", line 139, in Notify
frame = main_window(parent=None, id=wx.NewId(), title=About_title,
dialog = self.dialog)
File "/Users/valley/Desktop/SEPY/SciTE/SEPY.py", line 258, in __init__
self.__set_properties()
File "/Users/valley/Desktop/SEPY/SciTE/SEPY.py", line 946, in
__set_properties
imagelist_1.Add(images.getp_charBitmap()) # Characters
File "//Library/Python/2.3/wx/_gdi.py", line 4359, in Add
return _gdi_.ImageList_Add(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "bitmap.GetWidth() == m_width &&
bitmap.GetHeight() == m_height" failed in
/tmp/BUILD/wxPythonSrc-2.5.2.3p.20040723/src/generic/imaglist.cpp(74):
invalid bitmap size in wxImageList: this might work on this platform but
definitely won't under Windows.
i'm not sure but didn't someone else also once discovered a bitmap error
on os x ?
hope this helps a little bit further ;-)
valley
|