Is it good to create a thread in a non gui thread?

2006-12-14 Thread Lialie - KingMax
Hi, I create a thread in a non gui thread, and it does well. But it seems strange. Somebody told me better not for it may cause something hard to imagine. Is there any different between them? THX -- http://mail.python.org/mailman/listinfo/python-list

how to read a list from python in C?

2006-05-19 Thread Lialie KingMax
Hi, all I am writing a C extension with .Net. Now I have a list of points, like [(0.0, 0.0), (2.0, 3.0), (random x, random y)]. Is there a better way to translate it to an array than doing it one by one? Thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: hyperthreading locks up sleeping threads

2006-05-09 Thread Lialie KingMax
I haven't try the files yet. But have got a similar problem before. The situation is nearly the same. Always at random time , it reported that the memory read or write violently.But I use Windows 2000(Python 2.3, wxPython 2.4). Windows issue says 2000 doesn't support HP, so I simply turn it off. I