Py2Exe and Threading

Lad export at hope.cz
Mon Aug 23 16:16:15 EDT 2004


Does anyone use Py2exe for a script that uses threading modul.
In have a main thread and another in which I use smtplib to send email
while the main thread is running.
Under Python it works well but after compilation into exe it hangs(
freezes) in the thread where I send email with smtplib.
Lad



More information about the Python-list mailing list