On Jan 28, 2009, at 2:44 PM, Henning Hraban Ramm wrote:
>> I can't repro the error with my environment:
>>
>> wxPython 2.8.9.1 unicode
>> dabo latest svn
>> Python 2.5.4
>> OS X 10.4.11
>>
>> I can start DaboDemo and all my apps just fine.
>
> Me too - at home.
>
> OSX/Intel 10.5, Python 2.5.2, dabo latest svn
>
> Strange. Something's wrong on my work machine :-(
> Sorry for the noise.
Can you add the following line to your work machine's dPemMixin.py:
# Do the init:
if threeWayInit:
pre.Create(*args, **kwargs)
else:
if 'ItemID' in kwargs:
print "ITEM ID", kwargs["ItemID"]
del(kwargs['ItemID']) # delete ItemID
preClass.__init__(self, *args, **kwargs)
i'd like to know the offending menu item.
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]