L
Lad
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
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