![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
|
Just got into Python
Having got my MacBook Pro about a week or two weeks ago, I wanted to be able to program it. So I quit the heavenly environment of Microsoft Visual Studio 2008 Beta 2 and decided to get going with some Python...
Anyways, I liked been able to create my .exe s in VS 2005/8 so can I create a .dmg in Python for my Mac? Can anyone please help? Thanks, Matt. Ireland |
|
|
|
|
|
#2 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
You might want to look at Py2app. However, Python wasn't really designed to be made into exes or dmgs, so YMMV.
|
|
|
|
|
|
#3 |
|
Hobbyist Programmer
|
OK thanks.
YMMV?????? That's a term I'm not farmiliar with - sorry - what does it mean? So if I wanted to distribute one of my applications in Python over the internet how would I do it? Would I have to say here's the python file? EDIT: the py2app looks really complicated. Do you know anywhere I can get a nice, friendly thing taking one through how to install it. Thx. Last edited by mattireland; Aug 24th, 2007 at 10:00 AM. |
|
|
|
|
|
#4 | |
|
Expert Programmer
|
Quote:
As for creating .app files from Python scripts, I suggest taking a look at Platypus. |
|
|
|
|
|
|
#5 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
|
|
|
|
|
|
#6 |
|
Professional Programmer
|
Also, in regards to your trouble with Py2app, you can also search RTFM. I haven't found a program yet without decent enough documentation to at least get you going.
__________________
Amateurs built the ark Professionals built the Titanic |
|
|
|
|
|
#7 | |
|
Caffeinated Neural Net
![]() Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,033
Rep Power: 5
![]() |
Quote:
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot. - Vaarsuvius, Order of the Stick |
|
|
|
|
|
|
#8 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
I generally get about 22 facts per RTFM. Sometimes, though, the M is an SUV.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#9 |
|
Hobbyist Programmer
|
Thanks very much guys! Your all really brilliant.
I'll give these suggestions a go when I get back from the internet cafe in about an hour. Thanks again, |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Beginers Python Tutorial | Beegie_B | Python | 15 | Jul 28th, 2006 11:43 AM |
| [tutorial] Python for programming beginners | coldDeath | Python | 30 | Dec 14th, 2005 11:35 AM |
| Convert Python script to C++ code | clanotheduck | Python | 17 | Sep 25th, 2005 8:55 AM |
| Advanced Python Tricks | Arevos | Python | 19 | Sep 24th, 2005 7:39 AM |
| Python - A Programmers Introduction | coldDeath | Python | 17 | Aug 19th, 2005 12:41 PM |