Re: Python Appications on the Mac?

2013-04-19 Thread Teresa Cochran
Sound RTS is a real-time strategy game written in the Python programming language. This doesn't work out of the box on a Mac, so you have to download various files to make it work. Hth, Teresa On Apr 18, 2013, at 5:36 PM, Jessica Moss wrote: > Ok, what's sound rts/python files? Now you all ha

Re: Python Appications on the Mac?

2013-04-18 Thread Jessica Moss
Ok, what's sound rts/python files? Now you all have me curious. On Apr 16, 2013, at 12:38 AM, Nicholas Parsons wrote: > Hi Teresa, > > I had this exact same problem with SoundRTS on my Mac. I eventually got it to > work. I ended up buying Take Control of Terminal specifically to learn how to >

Re: Python Appications on the Mac?

2013-04-15 Thread Nicholas Parsons
Hi Teresa, I had this exact same problem with SoundRTS on my Mac. I eventually got it to work. I ended up buying Take Control of Terminal specifically to learn how to launch that file in Python. I can't now remember what the exact syntax was that I used in Terminal. I remember I needed to play

Re: python development on the mac

2012-09-27 Thread Bejarano, Rafael P.
I use TextEdit, although my programs are relatively simple, so I haven't really had a need for a full-fledged editor. I haven't found an easy-to-use python GUI solution for the Mac, so if you know of one, please let me know what it is. Rafael Bejarano On Sep 27, 2012, at 7:54 AM, Mauricio Almei

Re: python development on the mac

2012-09-27 Thread Mauricio Almeida
hi! thank you so much. I will definitely give this a try! Mauricio On 9/27/12, rashantha de silva wrote: > The premiere editor for programmers is TextMate and now they have released > the source as well. > > http://macromates.com/ > > If you use this you will never use anything else. > > Rashan

Re: python development on the mac

2012-09-27 Thread rashantha de silva
The premiere editor for programmers is TextMate and now they have released the source as well. http://macromates.com/ If you use this you will never use anything else. Rashantha De Silva Mac Consultant http://facebook.com/quocomputer On Sep 27, 2012, at 5:54 AM, Mauricio Almeida wrote: > hell

Re: Python

2010-07-02 Thread Larry Skutchan
ith Python in Linux? If so, it >>> would be worth loading Linux onto my Mac. >>> >>> Cordially, >>> >>> Rafael >>> >>> From: macvisionaries@googlegroups.com [macvisionar...@googlegroups.com] On >>> Behalf Of Keith Watson [tkwatso

Re: Python

2010-07-01 Thread Yvonne Thomson
On 01/07/2010, at 7:25 PM, Larry Skutchan wrote: > You can write them either for Linux or the Mac GUI. I would sure love to see > some of you talented coders at work on some great Mac applications. > I am still new to the Mac, but it looks like a pretty easy job to use wx > widgets and Python.

Re: Python

2010-07-01 Thread Scott Howell
gt; From: macvisionaries@googlegroups.com [macvisionar...@googlegroups.com] On >> Behalf Of Keith Watson [tkwatso...@gmail.com] >> Sent: Wednesday, June 30, 2010 8:24 PM >> To: macvisionaries@googlegroups.com >> Subject: Re: Python >> >> Hi, >> >> I have

Re: Python

2010-07-01 Thread Larry Skutchan
.@googlegroups.com] On > Behalf Of Keith Watson [tkwatso...@gmail.com] > Sent: Wednesday, June 30, 2010 8:24 PM > To: macvisionaries@googlegroups.com > Subject: Re: Python > > Hi, > > I have not found a good python editor for the MAC yet. I cheat. I have a > GNU/Linux

Re: Python

2010-07-01 Thread Larry Skutchan
It is, indeed, easy to write accessible GUI applications on the Mac in Python. One way to do it is with WX Widgets. This provides your program standard Mac controls that are accessible just like you see them in other programs. Check out the WX Widgets page at python.org. On Jun 30, 2010, at 8:2

RE: Python

2010-06-30 Thread Bejarano, Rafael P.
...@gmail.com] Sent: Wednesday, June 30, 2010 8:24 PM To: macvisionaries@googlegroups.com Subject: Re: Python Hi, I have not found a good python editor for the MAC yet. I cheat. I have a GNU/Linux VM that I use to edit my code with. I am more comfortable with VI anyway. Keith On Jun 30, 2010, at 8

Re: Python

2010-06-30 Thread Keith Watson
Hi, I have not found a good python editor for the MAC yet. I cheat. I have a GNU/Linux VM that I use to edit my code with. I am more comfortable with VI anyway. Keith On Jun 30, 2010, at 8:28 PM, Bejarano, Rafael P. wrote: > Hi, > > I've had some limited success with Python for Mac. I've g

RE: Python

2010-06-30 Thread Bejarano, Rafael P.
Hi, I've had some limited success with Python for Mac. I've gotten my programs to run by writing them in a text editing file and then importing the code into terminal. As far as I know, however, It's not possible to write accessible GUIs in Python for Mac. Rafael Bejarano _

RE: Python programming on OSX

2009-03-28 Thread Bejarano, Rafael P.
Thanks. Rafael -Original Message- From: macvisionaries@googlegroups.com on behalf of E.J. Zufelt Sent: Sat 3/28/2009 5:27 PM To: macvisionaries@googlegroups.com Subject: Re: Python programming on OSX Good evening, I have found out that xcode supports pyObjC bindings. Which means

Re: Python programming on OSX

2009-03-28 Thread E.J. Zufelt
n > Sent: Fri 3/27/2009 7:42 PM > To: macvisionaries@googlegroups.com > Subject: Re: Python programming on OSX > > > > On 27/03/2009, at 8:13 PM, E.J. Zufelt wrote: > >> >> Good morning, >> >> If there are any Mac python developers on the list I'd

Re: Python programming on OSX

2009-03-28 Thread E.J. Zufelt
Original Message- > From: macvisionaries@googlegroups.com on behalf of Yvonne Thomson > Sent: Fri 3/27/2009 7:42 PM > To: macvisionaries@googlegroups.com > Subject: Re: Python programming on OSX > > > > On 27/03/2009, at 8:13 PM, E.J. Zufelt wrote: > >> >> Good morning

RE: Python programming on OSX

2009-03-28 Thread Bejarano, Rafael P.
e GUI. Thanks. Rafael Bejarano -Original Message- From: macvisionaries@googlegroups.com on behalf of Yvonne Thomson Sent: Fri 3/27/2009 7:42 PM To: macvisionaries@googlegroups.com Subject: Re: Python programming on OSX On 27/03/2009, at 8:13 PM, E.J. Zufelt wrote: > > Good morn

Re: Python programming on OSX

2009-03-27 Thread Yvonne Thomson
On 27/03/2009, at 8:13 PM, E.J. Zufelt wrote: > > Good morning, > > If there are any Mac python developers on the list I'd love to hear > what editor you use and how you handle pythons indentation > requirements. > > Thanks, > Everett Hi. I've done quite a bit of programming Python on OSX, bu

RE: Python programming on OSX

2009-03-27 Thread Bejarano, Rafael P.
I've done a little programming in python, using smultron as my editor. I indent by using tabs. It's easy once you get used to it. Rafael Bejarano -Original Message- From: macvisionaries@googlegroups.com on behalf of E.J. Zufelt Sent: Fri 3/27/2009 4:13 AM To: macvisionaries@googlegroups

RE: Python programming on OSX

2009-03-27 Thread Bejarano, Rafael P.
Hello, What is Eclipse? Also, have you tried programming a GUI in python? If so, how? Cordially, Rafael Bejarano -Original Message- From: macvisionaries@googlegroups.com on behalf of Jonathan Chacón Sent: Fri 3/27/2009 5:14 AM To: macvisionaries@googlegroups.com Subject: RE: Python

RE: Python programming on OSX

2009-03-27 Thread Jonathan Chacón
-Mensaje original- De: macvisionaries@googlegroups.com [mailto:macvisionar...@googlegroups.com] En nombre de E.J. Zufelt Enviado el: viernes, 27 de marzo de 2009 10:14 Para: macvisionaries@googlegroups.com Asunto: Python programming on OSX >Good morning, Hello >If there are any Mac py