When I try to add fields or methods to a class I get the
following error message:
Traceback (most recent call last):
File "/Users/bjoern/Desktop/pyut-1.3b1/
DlgEditClass2.py", line 714, in _onFieldAdd
field = PyutField()
File "/Users/bjoern/Desktop/pyut-1.3b1/PyutField.py",
line 38, in __init__
PyutParam.__init__(self, name, type, defaultValue)
File "/Users/bjoern/Desktop/pyut-1.3b1/PyutParam.py",
line 40, in __init__
self._type = getPyutType(type)
File "/Users/bjoern/Desktop/pyut-1.3b1/PyutType.py",
line 19, in getPyutType
return PyutType(name)
File "/Users/bjoern/Desktop/pyut-1.3b1/
FlyweightString.py", line 40, in __new__
ref = object.__new__(cls, name)
TypeError: default __new__ takes no parameters
I don't get this error on Windows with the same sources.
bjoern.zessack@tu-harburg.de
Logged In: YES
user_id=64541
I tried this on MacOSX, it seems that wxMacOSX doesn't
implement every features of wxPython, for example menus and
some dialog box.
I think that we must wait for a good version of wxMacOSX...