[python-win32] converting a python program into a windows executable (.exe) file

Rasjid Wilcox rasjidw at openminddev.net
Sat May 1 06:38:39 EDT 2004


On Monday 03 May 2004 13:38, Azizur Rahman wrote:
> HELLO EVERYONE.
>
> I use Python for solving almost all of my programming problems. I work in
> Windows platform. Unfortunately, Python is not installed on other machines
> (all windows platform)
> where I work (Python is only installed on my home computer) and it is not
> possible to install Python on those machines. So I cannot run my python
> program on those machines.
>
> Is there any way by which I can convert my existing Python code into an
> .exe (windows executable file) without any modification of the original
> code (i.e. without any embedding and extending?)

Look at py2exe.

Cheers,

Rasjid.

-- 
Rasjid Wilcox
Canberra, Australia (UTC +10 hrs)
http://www.openminddev.net




More information about the Python-win32 mailing list