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
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
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
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
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
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.
>
>>
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
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