Re: [Pythonmac-SIG] PythonLauncher replacement for Python 2.4.x universal builds?

2006-07-31 Thread Bob Ippolito
On Jul 31, 2006, at 3:42 PM, Kevin Altis wrote: > I'm thinking about finally moving over to the universal Python 2.4.x > build on my Intel duo iMac rather than using the Python 2.3.5 and > wxPython that it shipped with. One concern I have though is a > replacement for PythonLauncher which I still

[Pythonmac-SIG] PythonLauncher replacement for Python 2.4.x universal builds?

2006-07-31 Thread Kevin Altis
I'm thinking about finally moving over to the universal Python 2.4.x build on my Intel duo iMac rather than using the Python 2.3.5 and wxPython that it shipped with. One concern I have though is a replacement for PythonLauncher which I still use regularly to launch .py and .pyw wxPython and

Re: [Pythonmac-SIG] Getting Started Problem

2006-07-31 Thread Bob Ippolito
On Jul 31, 2006, at 3:01 PM, Dan Shafer wrote: > Been away from Python for a while, welcoming myself back home, but > running into a config or misunderstanding problem. > > OS X 10.4.7, Python 2.3.5, downloaded MacPython 2.3 yesterday. > Double-clicking on PythonIDE brings up a splasher which

[Pythonmac-SIG] Getting Started Problem

2006-07-31 Thread Dan Shafer
Been away from Python for a while, welcoming myself back home, but running into a config or misunderstanding problem.OS X 10.4.7, Python 2.3.5, downloaded MacPython 2.3 yesterday. Double-clicking on PythonIDE brings up a splasher which disappears and nothing appears to be running. IDLE runs fine. L

Re: [Pythonmac-SIG] poll() on OSX 10.3.9 with python2.5b2

2006-07-31 Thread Bob Ippolito
On Jul 31, 2006, at 10:18 AM, Dethe Elza wrote: > Norman Khine wrote: >> Hello, >> I need to use the 'select' module in python, but get an error on the: >> >> Python 2.5b2 (r25b2:50512, Jul 31 2006, 15:01:51) >> [GCC 3.3 20030304 (Apple Computer, Inc. build 1640)] on darwin >> Type "help", "copyr

Re: [Pythonmac-SIG] poll() on OSX 10.3.9 with python2.5b2

2006-07-31 Thread Dethe Elza
Norman Khine wrote: > Hello, > I need to use the 'select' module in python, but get an error on the: > > Python 2.5b2 (r25b2:50512, Jul 31 2006, 15:01:51) > [GCC 3.3 20030304 (Apple Computer, Inc. build 1640)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>

Re: [Pythonmac-SIG] poll() on OSX 10.3.9 with python2.5b2

2006-07-31 Thread Bob Ippolito
On Jul 31, 2006, at 8:59 AM, Norman Khine wrote: > Hello, > I need to use the 'select' module in python, but get an error on the: > > Python 2.5b2 (r25b2:50512, Jul 31 2006, 15:01:51) > [GCC 3.3 20030304 (Apple Computer, Inc. build 1640)] on darwin > Type "help", "copyright", "credits" or "licens

[Pythonmac-SIG] poll() on OSX 10.3.9 with python2.5b2

2006-07-31 Thread Norman Khine
Hello, I need to use the 'select' module in python, but get an error on the: Python 2.5b2 (r25b2:50512, Jul 31 2006, 15:01:51) [GCC 3.3 20030304 (Apple Computer, Inc. build 1640)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> >>> import select >>> >>> dir(se