Re: [Pythonmac-SIG] Hello.

2009-08-29 Thread Nathan
On Sat, Aug 29, 2009 at 8:46 PM, Lawrence Anderson wrote: > Hi, >       My name is Lawrence and Im an undergraduate at Indiana State > University. I always grew up loving technology and computers so I decided to > pursue my degree in Information Technology. Im taking my first Programming > class ev

[Pythonmac-SIG] Hello.

2009-08-29 Thread Lawrence Anderson
Hi, My name is Lawrence and Im an undergraduate at Indiana State University. I always grew up loving technology and computers so I decided to pursue my degree in Information Technology. Im taking my first Programming class ever. My goals are to own various web successful web businesses and to

Re: [Pythonmac-SIG] Hello World Cross Platform Problems

2008-10-06 Thread Ken Mankoff
OK I got the "Hello World" developed on 10.5 intel working on 10.4 PPC. On Mon, 6 Oct 2008, Christopher Barker wrote: Why compile yourself? Why not put in the standard place? (/Library/Frameworks...) Stubborn unixy-ness and a desire to keep things clean and separate so I can easily clean i

Re: [Pythonmac-SIG] Hello World Cross Platform Problems

2008-10-06 Thread Christopher Barker
Ken Mankoff wrote: This is not fink or macports but my python.org install that I just built got it -- the "opt" confused me. Why compile yourself? Why not put in the standard place? (/Library/Frameworks...) Though it doesn't look that's you problem at this point anyway. svn: Can't connect

Re: [Pythonmac-SIG] Hello World Cross Platform Problems

2008-10-06 Thread Ken Mankoff
On Mon, 6 Oct 2008, Christopher Barker wrote: Ken Mankoff wrote: I've cleaned out everything and will skip wxWidgets for now. I have the following python script. Is this the type of little app you refer to? #!/opt/python/2.5.2/bin/python def main(): print 'Hello World' if __name__ == '__

Re: [Pythonmac-SIG] Hello World Cross Platform Problems

2008-10-06 Thread Christopher Barker
Ken Mankoff wrote: That being said, thanks for being a pioneer! Thanks but no thanks! I'm going to try this again with python 2.5.2. Darn, I was hoping you'd figure this out for us... By the way, just to keep things clean, I'd try to py2app a little app that doesn't use wx first. I've c

Re: [Pythonmac-SIG] Hello World Cross Platform Problems

2008-10-06 Thread Ken Mankoff
Hi Chris On Fri, 3 Oct 2008, Christopher Barker wrote: Ken Mankoff wrote: I'm trying to get a Hello World application in wxWidgets as a stand-alone app running on multiple machines via py2app. Just so you know -- you are staying into a lot of new territory here. I don't think either of py2ap

Re: [Pythonmac-SIG] Hello World Cross Platform Problems

2008-10-03 Thread Christopher Barker
Ken Mankoff wrote: I'm trying to get a Hello World application in wxWidgets as a stand-alone app running on multiple machines via py2app. Just so you know -- you are staying into a lot of new territory here. I don't think either of py2app or wxPython have been tested with Python2.6 Do you re

[Pythonmac-SIG] Hello World Cross Platform Problems

2008-10-03 Thread Ken Mankoff
Hi PythonMac List, I'm new to python and wxPython/wxWidgets and this whole development environment, and I'm having some trouble I hope you all can help with. I'm trying to get a Hello World application in wxWidgets as a stand-alone app running on multiple machines via py2app. The second mac

Re: [Pythonmac-SIG] Hello, and Wiki vandalism

2006-12-30 Thread Uche Ogbuji
Bob Ippolito wrote: > On 12/29/06, Uche Ogbuji <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> I just switched to a MacBook Pro for my primary dev box, so I guess I'll >> be hanging out here. I was trying to get started and went to the WIki, >> the FAQ in particular >> >> http://pythonmac.org/wiki/FAQ

Re: [Pythonmac-SIG] Hello, and Wiki vandalism

2006-12-29 Thread Bob Ippolito
On 12/29/06, Uche Ogbuji <[EMAIL PROTECTED]> wrote: > Hi all, > > I just switched to a MacBook Pro for my primary dev box, so I guess I'll > be hanging out here. I was trying to get started and went to the WIki, > the FAQ in particular > > http://pythonmac.org/wiki/FAQ > > The page was spammed/van

Re: [Pythonmac-SIG] Hello, and Wiki vandalism

2006-12-29 Thread skip
Uche> http://pythonmac.org/wiki/FAQ Uche> The page was spammed/vandalized on the 18th. I checked recent Uche> changes and a lot of pages got this treatment in mid-December,. Uche> I'm surprised they haven't been fixed, considering the importance Uche> of these pages. I know

[Pythonmac-SIG] Hello, and Wiki vandalism

2006-12-29 Thread Uche Ogbuji
Hi all, I just switched to a MacBook Pro for my primary dev box, so I guess I'll be hanging out here. I was trying to get started and went to the WIki, the FAQ in particular http://pythonmac.org/wiki/FAQ The page was spammed/vandalized on the 18th. I checked recent changes and a lot of page

Re: [Pythonmac-SIG] Hello; F2PY

2005-07-28 Thread Robert Kern
Andreas Voellmy wrote: > Hello, I'm new to the list. > > I'm wondering if anyone on the list has any experience using f2py > (http://cens.ioc.ee/projects/f2py2e/) on the mac os x? I would like > to use it so that I can access functions written in fortran in > python. I'm having trouble getti

[Pythonmac-SIG] Hello; F2PY

2005-07-28 Thread Andreas Voellmy
Hello, I'm new to the list. I'm wondering if anyone on the list has any experience using f2py (http://cens.ioc.ee/projects/f2py2e/) on the mac os x? I would like to use it so that I can access functions written in fortran in python. I'm having trouble getting it working on tiger. I'm just

Re: [Pythonmac-SIG] hello and a first question for everyone...

2005-06-09 Thread Ronald Oussoren
On 8-jun-2005, at 20:52, David Cairns wrote: > hi all... at WWDC and i decided to join the SIG. > > also, i was wondering if anyone has gotten PyOpenGL and/or > OpenGLContext to work in tiger (albeit under X11). if not, then what > is the best way to go about establishing a context to associate

[Pythonmac-SIG] hello and a first question for everyone...

2005-06-08 Thread David Cairns
hi all... at WWDC and i decided to join the SIG. also, i was wondering if anyone has gotten PyOpenGL and/or OpenGLContext to work in tiger (albeit under X11). if not, then what is the best way to go about establishing a context to associate with python ? thanks in advance! -- david ___

[Pythonmac-SIG] 'Hello World' the OSA Way

2005-02-02 Thread has
Hey, Well, it works (with thanks to Jack and Bob for getting me this far;): #!/usr/local/bin/python from Carbon.Cm import OpenDefaultComponent from OSA.OSA import OSAComponentInstance from aem.types import Codecs c=Codecs() ascpt = ''' set s to "hello" & space & "world" say s using "Zarvox" return