python program deleted

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Thu Mar 27 18:36:02 EDT 2008


En Thu, 27 Mar 2008 19:08:05 -0300, jim-on-linux <inq1ltd at inqvista.com>  
escribió:

> I developed a python program and used py2exe
> to create the exe.
>
> I zip the entire package and email it to my
> clients.
>
> Some clients get the zip file, unzip the
> package and everything works fine.
>
> And some clients get my email with an icon
> attached which has the correct filename but
> the size is 8k when it should be about 5 mb.
>
> I've renamed the file without the zip ext.
> and tried other renaming schemes without
> success.
>
> Has anyone had this experience?  Any ideas on
> how to solve this problem.

Yes: don't send the program by email :)
Put it somewhere for your customers to download. Use some authorization  
scheme (user/password) if needed.

-- 
Gabriel Genellina




More information about the Python-list mailing list