Python for Win32 Extensions for 1.6 and 2.0b1

Robin Becker robin at jessikat.fsnet.co.uk
Fri Sep 8 07:32:23 EDT 2000


In article <NYvihLAyfMu5EwNc at jessikat.fsnet.co.uk>, Robin Becker
<robin at jessikat.fsnet.co.uk> writes
>Win95 OSR2: 
>I get this running 134 with 2.0b1; I had to make one slight change to
>get win32ui.pyd to behave OK (ie I compiled without the reference to
>ToUnicodeEx), but I don't think that's the problem here. I reckon it
>must be a late change in the thread module which I saw stuffed in a few
>days ago!
>
>C:\Python20\win32com\test>..\..\python testall.py
>The Exchange Server tests can not be run...
>testStreams test generated 9 lines of output
>Fatal Python error: PyThreadState_Get: no current thread
>
>abnormal program termination
>
>C:\Python20\win32com\test>
>

this happens at 
    win32pipe.popen(sys.executable + " testPyComTest.py -q").read()

I've checked with the current os.popen and that seems to work ok so I
guess something must be amiss with win32pipe.
-- 
Robin Becker



More information about the Python-list mailing list