I used SetPyData() to associate an instance of a class with a node in
a wxTreeCtrl. When I did this Python aborted saying that there was not
a valid current thread.
Replacing with an int works fine.
BArry
I used SetPyData() to associate an instance of a class with a node in
a wxTreeCtrl. When I did this Python aborted saying that there was not
a valid current thread.
Replacing with an int works fine.
BArry
Robin,
Do you expect this to work?
BArry
-----Original Message-----
From: wxpython-users-admin@wxwindows.org
[mailto:wxpython-users-admin@wxwindows.org]On Behalf Of Barry Scott
Sent: 24 June 2000 15:38
To: Wxpython-Users
Subject: [wxPython] Crash in 2.1.16 in MSW using SetPyData()I used SetPyData() to associate an instance of a class with a node in
a wxTreeCtrl. When I did this Python aborted saying that there was not
a valid current thread.Replacing with an int works fine.
BArry
_______________________________________________
wxPython-users mailing list wxPython-users@wxwindows.org
http://wxwindows.org/mailman/listinfo/wxpython-users
Do you expect this to work?
Yes, I do. Can you reduce it down to a small sample and send it to me?
Thanks.
>
>
> I used SetPyData() to associate an instance of a class with a node in
> a wxTreeCtrl. When I did this Python aborted saying that there was not
> a valid current thread.
>
> Replacing with an int works fine.
>
> BArry
>
>
--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!