Python Help

Talk about your favorite PC games, Steam and building awesome custom rigs!

Moderator:Moderators

Post Reply
User avatar
ZN13
Posts:433
Joined:Thu Apr 05, 2007 8:53 pm
Steam ID:Z_Nelson13
Location:Texas
Contact:
Python Help

Post by ZN13 » Tue Jun 12, 2007 1:25 pm

Ive started programming python and I was wonderin if anybody new how to convert a Python program into a .exe.
Why is it that every time I post in a thread, it dies?
:lol:

User avatar
atari2600a
Posts:1330
Joined:Fri Jul 28, 2006 12:42 am
Location:Schwarzeneggerville, CA
Contact:

Post by atari2600a » Tue Jun 12, 2007 3:19 pm

...compile it?

User avatar
ZN13
Posts:433
Joined:Thu Apr 05, 2007 8:53 pm
Steam ID:Z_Nelson13
Location:Texas
Contact:

Post by ZN13 » Tue Jun 12, 2007 4:30 pm

Ok, i found a program called cx_freeze, for those who care.
Why is it that every time I post in a thread, it dies?
:lol:

User avatar
joevennix
Portablizer
Posts:999
Joined:Sat Jan 14, 2006 9:34 am
Location:On permanent vacation from reality.
Contact:

Post by joevennix » Tue Jun 12, 2007 9:10 pm

atari2600a wrote:...compile it?
Python is compiled into byte code, with a .pyc extension, to keep it multi-OS compatible. It's kinda like Java: you can't just make an .exe file from it, since that would be targeting a specific platform.
Image

Post Reply