Re: [Pythonmac-SIG] Select module in 10.4

2005-08-09 Thread Bob Ippolito
On Aug 9, 2005, at 3:17 PM, Kris Kopicki wrote: > I've just installed a package that requires python on 10.4.2 Server > and notice that is crashes on calling select.poll(). > > I ran this on a 10.3 Server > import select dir(select) > ['POLLERR', 'POLLHUP', 'POLLIN', 'POLLNVAL', 'P

[Pythonmac-SIG] Select module in 10.4

2005-08-09 Thread Kris Kopicki
Hi, I've just installed a package that requires python on 10.4.2 Server and notice that is crashes on calling select.poll(). I ran this on a 10.3 Server >>> import select >>> dir(select) ['POLLERR', 'POLLHUP', 'POLLIN', 'POLLNVAL', 'POLLOUT', 'POLLPRI', '__doc__', '__file__', '__name__', 'e

Re: [Pythonmac-SIG] Configuring Python for Tkinter. Please help me.

2005-08-09 Thread Bob Ippolito
On Aug 9, 2005, at 10:51 AM, Peter Bersch wrote: > I am a teacher, but with Python a Newbie. On the CD (for Windows) > encluded in the book "Python für Kids" by Gregor Lingl I found the > class > "turtle". > I would like to use the "turtle.py" in Python on my iMac with Mac OSX. > Without success

[Pythonmac-SIG] Configuring Python for Tkinter. Please help me.

2005-08-09 Thread Peter Bersch
Dear Jack Jansen, I am a teacher, but with Python a Newbie. On the CD (for Windows) encluded in the book "Python für Kids" by Gregor Lingl I found the class "turtle". I would like to use the "turtle.py" in Python on my iMac with Mac OSX. Without success, neither with PythonIDE(Standard) nor with Py

[Pythonmac-SIG] ANN: PyOXIDE 0.6.3 - Cocoa based Python IDE

2005-08-09 Thread Glenn Andreas
<>___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] [q] Help with choosing "right" python port

2005-08-09 Thread Bob Ippolito
On Aug 9, 2005, at 9:15 AM, Russell Finn wrote: > On 8/9/05, Bob Ippolito <[EMAIL PROTECTED]> wrote: > >> The framework-based Python on undefined.org is the same one you can >> download from python.org. >> > > Perhaps, but this is not obvious. The main download page >

Re: [Pythonmac-SIG] [q] Help with choosing "right" python port

2005-08-09 Thread Russell Finn
On 8/9/05, Bob Ippolito <[EMAIL PROTECTED]> wrote: > The framework-based Python on undefined.org is the same one you can > download from python.org. Perhaps, but this is not obvious. The main download page says: "_Python 2.3 OS X 10.2 installer_ (requires admin priv

Re: [Pythonmac-SIG] [q] Help with choosing "right" python port

2005-08-09 Thread Robert Valsjö
On 9 aug 2005, at 20.54, Sheila King wrote: > --On Tuesday, August 9, 2005 8:40 PM +0200 Robert Valsjö > <[EMAIL PROTECTED]> wrote: > > >> Bob's pages seems more updated. Is this the new "official" python for >> Mac (Framework based)? >> > > Where is "Bob's pages" ? Are these the ones at undefine

Re: [Pythonmac-SIG] [q] Help with choosing "right" python port

2005-08-09 Thread Bob Ippolito
On Aug 9, 2005, at 8:40 AM, Robert Valsjö wrote: > OK I'm a longtime Mac user and I really want to develop Python on > this platform (Mac OS X). > > I've read many mails on the most popular python mailling lists and I > can't really decide which IDE and also which python distribution I > should ch

Re: [Pythonmac-SIG] [q] Help with choosing "right" python port

2005-08-09 Thread Sheila King
--On Tuesday, August 9, 2005 8:40 PM +0200 Robert Valsjö <[EMAIL PROTECTED]> wrote: > Bob's pages seems more updated. Is this the new "official" python for > Mac (Framework based)? Where is "Bob's pages" ? Are these the ones at undefined.org? I've installed Bob's version of Python 2.4.1 recentl

Re: [Pythonmac-SIG] [q] Help with choosing "right" python port

2005-08-09 Thread Sheila King
--On Tuesday, August 9, 2005 8:40 PM +0200 Robert Valsjö <[EMAIL PROTECTED]> wrote: > I've looked at WingIDE, IDLE, Komodo (the new beta), SPE, Eric3. > > Komodo looks very interesting (someone testing this?). WingIDE > website is not updated (dead?). I'm not sure what makes you think the WingID

Re: [Pythonmac-SIG] Py2app Question...

2005-08-09 Thread Bob Ippolito
On Aug 9, 2005, at 5:46 AM, Schollnick, Benjamin wrote: > Bob, > > I just upgraded my development machine to Tiger... And something > weird is happening... > > The application is working fine from the command line, using > pythonw But if I py2app it > > I am using the Stock v

[Pythonmac-SIG] [q] Help with choosing "right" python port

2005-08-09 Thread Robert Valsjö
Hi all! This is my first mail to this mailing list. I'm just starting with Python. I've tried some PHP, Java, C and Pascal before, and of course Prograph from Pictorius ;-) OK I'm a longtime Mac user and I really want to develop Python on this platform (Mac OS X). I've read many mails on t

Re: [Pythonmac-SIG] Py2app Question...

2005-08-09 Thread Schollnick, Benjamin
Bob, I just upgraded my development machine to Tiger... And something weird is happening... The application is working fine from the command line, using pythonw But if I py2app it I am using the Stock v2.3.5 of Python, and have installed TigerFix... ---mac_build