Hi,
In the FontDialog demo this error happens:
Traceback (most recent call last):
File "FontDialog.py", line 86, in OnSelectFont
data.EnableEffects(True)
TypeError: 'bool' object is not callable
Murat
Hi,
In the FontDialog demo this error happens:
Traceback (most recent call last):
File "FontDialog.py", line 86, in OnSelectFont
data.EnableEffects(True)
TypeError: 'bool' object is not callable
Murat
Murat Erten wrote:
Hi,
In the FontDialog demo this error happens:
Traceback (most recent call last):
File "FontDialog.py", line 86, in OnSelectFont
data.EnableEffects(True)
TypeError: 'bool' object is not callable
Thanks.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!