Discuss Are Python programs possible on Macs? in the Python Programming forum on Dev Shed. Are Python programs possible on Macs? Python Programming forum discussing coding techniques, tips and tricks, and Zope related information. Python was designed from the ground up to be a completely object-oriented programming language.
Posts: 560
Time spent in forums: 10 h 3 m 58 sec
Reputation Power: 29
Are Python programs possible on Macs?
I know that Python scripts can be compiled on Macs using MacPython, but can you develop a Python program that runs on a Mac w/out Python (like you can on Windows using py2exe)? I tried searching for an answer on Yahoo, but only found sites relating to installing Python on Macs. Thanks!
Posts: 560
Time spent in forums: 10 h 3 m 58 sec
Reputation Power: 29
Actually, I'm asking about Python scripted programs that can run on Macs w/out the Python interpreter (forgot to mention that--sorry). In Windows, you can accomplish this by compiling your scripts into an .exe file using py2exe. Is there something similar for Macs?