This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Julien Verger
Recipients Julien Verger, pitrou
Date 2017-06-14.14:58:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497452299.54.0.670164692329.issue30563@psf.upfronthosting.co.za>
In-reply-to
Content
Hello Antoine,

I've installed python throught the cygwin.exe installer.
I've tried to add many pythons libs without more success.
I didn't know that cygwin was an unsupported platform.
Unfortunately, my goal is to develop an automation tool based on pexpect package which does not work the same on windows build (e.g. pexpect.spawn instruction wich is not compatible on windows).
I thought that i could bypass this by using pexpect on cygwin that works great but i would like to launch multiple pexpect thread in parallel by using multithread package in my cygwin environment.

Julien
History
Date User Action Args
2017-06-14 14:58:19Julien Vergersetrecipients: + Julien Verger, pitrou
2017-06-14 14:58:19Julien Vergersetmessageid: <1497452299.54.0.670164692329.issue30563@psf.upfronthosting.co.za>
2017-06-14 14:58:19Julien Vergerlinkissue30563 messages
2017-06-14 14:58:19Julien Vergercreate