Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sheepopo39

macrumors 6502
Original poster
Sep 18, 2008
251
0
I have recently started programming in Python using the WingIDE 101 app and I am wondering if there is a way to compile the python scripts into applications.

P.S
Note that I am a total n00b at Python
 

Cromulent

macrumors 604
Oct 2, 2006
6,817
1,102
The Land of Hope and Glory
I have recently started programming in Python using the WingIDE 101 app and I am wondering if there is a way to compile the python scripts into applications.

P.S
Note that I am a total n00b at Python

Python is generally speaking an interpreted language. There are utilities like py2app and psyco that enable you to convert or package your Python code. Generally speaking though it is a waste of time. Why do you want to?
 

sheepopo39

macrumors 6502
Original poster
Sep 18, 2008
251
0
Guess I'm just curious and just playing around with python, I'll check out those utilities you listed.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.