Hi, installations from python 2.7,wxpyhon 2.8 and drpython 3.11.3 are sucessfully. At the start of drpython the following error is detected:
Mon Aug 13 17:45:17 2012: Traceback (most recent call last): File "C:\Python27\lib\site-packages\wx-2.9.4-msw\wx\_core.py", line 16776, in <lambda> lambda event: event.callable(*event.args, **event.kw) ) File "X:\Python\Install\32\DrPython_3.11.3\DrPython\drpython.py", line 3576, in ShowSourceBrowser self.SourceBrowser = drSourceBrowserPanel(target, -1, self.prefs.sourcebrowserpanel, i) File "D:\DrPython_3.11.3\DrPython\drSourceBrowser.py", line 166, in __init__ self.classtree = drTree(self, -1, wx.Point(0, 0), (400, 200), wx.TR_DEFAULT_STYLE|wx.TR_HIDE_ROOT, self.parent) File "D:\DrPython_3.11.3\DrPython\drSourceBrowser.py", line 71, in __init__ w = wx.Font(yarrr, wx.NORMAL, wx.NORMAL, wx.NORMAL, yarrr) File "C:\Python27\lib\site-packages\wx-2.9.4-msw\wx\_gdi.py", line 2253, in __init__ _gdi_.Font_swiginit(self,_gdi_.new_Font(*args, **kwargs)) wx._corePyAssertionError: C++ assertion "ff_family != (0<<4)" failed at ..\..\src\msw\font.cpp(651) in wxNativeFontInfo::SetFamily(): unknown wxFontFamily
I´ve tried to change the font of win7 but nothing happend. Pease, have anybody an idea? Thanks
Stefan
Log in to post a comment.
Hi,
installations from python 2.7,wxpyhon 2.8 and drpython 3.11.3 are sucessfully.
At the start of drpython the following error is detected:
Mon Aug 13 17:45:17 2012:
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\wx-2.9.4-msw\wx\_core.py", line 16776, in <lambda>
lambda event: event.callable(*event.args, **event.kw) )
File "X:\Python\Install\32\DrPython_3.11.3\DrPython\drpython.py", line 3576, in ShowSourceBrowser
self.SourceBrowser = drSourceBrowserPanel(target, -1, self.prefs.sourcebrowserpanel, i)
File "D:\DrPython_3.11.3\DrPython\drSourceBrowser.py", line 166, in __init__
self.classtree = drTree(self, -1, wx.Point(0, 0), (400, 200), wx.TR_DEFAULT_STYLE|wx.TR_HIDE_ROOT, self.parent)
File "D:\DrPython_3.11.3\DrPython\drSourceBrowser.py", line 71, in __init__
w = wx.Font(yarrr, wx.NORMAL, wx.NORMAL, wx.NORMAL, yarrr)
File "C:\Python27\lib\site-packages\wx-2.9.4-msw\wx\_gdi.py", line 2253, in __init__
_gdi_.Font_swiginit(self,_gdi_.new_Font(*args, **kwargs))
wx._corePyAssertionError: C++ assertion "ff_family != (0<<4)" failed at ..\..\src\msw\font.cpp(651) in wxNativeFontInfo::SetFamily(): unknown wxFontFamily
I´ve tried to change the font of win7 but nothing happend.
Pease, have anybody an idea? Thanks
Stefan