Link to home
Start Free TrialLog in
Avatar of iNc0g
iNc0gFlag for Israel

asked on

convert python script to exe

Hi All,

I'll start by saying that i'm not a programmer and have very minimal knowledge of programming.

I've read about and downloaded py2exe and PyInstall and seen examples how to compile py scripts but I am missing something/not understanding programming basics.

I have a .py script which uses the import of os, time, stat (does it even matter?)
I would like to convert it to .exe , I have already downloaded py2exe and PyInstaller.

Can someone please describe step by step EXACTLY what I am supposed to do ?
Please consider that I do not know python or programming so what might be obvious to you will not necessarily be obvious to me :-)

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Meir Rivkin
Meir Rivkin
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial