How to create an exe-file?

S

skanemupp

how do you create exe-files of your python-code?

is it different depending on what libraries, GUI-frameworks you use?

i want to create an exe-file of a pythonscript that uses Tkinter.
 
D

Diez B. Roggisch

ty.

a good thing about python is the portability though. but u cant make
an exe that can be used on mac too, ie one exe fpr both?

No. But you can use the same python-sources, without any or only a few
platform specific changes.
if i want to make an exe for mac, what do i need?


google py2app.

Diez
 
F

Fredrik Lundh

a good thing about python is the portability though. but u cant make
an exe that can be used on mac too, ie one exe fpr both?

you can create a portable python archive, but EXE files are windows only.
if i want to make an exe for mac, what do i need?

see the second link I posted for the answer.

</F>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top