Re: [Pythonmac-SIG] Status of Python 3.0 for Mac?

2008-12-16 Thread David Warde-Farley
On 16-Dec-08, at 3:13 PM, Dav Clark wrote: For completeness / clarity, you simply CAN'T build VTK bindings from the stock sources targeting the system python if you have ANY Frameworks installed. You can modify some of the build scripts and get a successful install, however. I would not b

[Pythonmac-SIG] appscript Python script preventing logout

2008-12-16 Thread Bill Janssen
I'm having a bit of a problem with a Python script I'm running. It sits in a loop and periodically asks "System Events" what's going on, via appscript. The use of appscript turns it into a "foreground process", in the terminology used in http://developer.apple.com/DOCUMENTATION/MacOSX/Conceptual/

Re: [Pythonmac-SIG] Status of Python 3.0 for Mac?

2008-12-16 Thread Dav Clark
For completeness / clarity, you simply CAN'T build VTK bindings from the stock sources targeting the system python if you have ANY Frameworks installed. You can modify some of the build scripts and get a successful install, however. I would not be surprised if this happened in other compl

Re: [Pythonmac-SIG] Status of Python 3.0 for Mac?

2008-12-16 Thread Conan C. Albrecht
You are all right in correcting me. Here's a revised version of what to have to make multiple versions work: If I type ls -l /usr/local/bin, I get the following in the list: lrwxr-xr-x 1 root wheel 72 Dec 16 10:05 python -> ../../../ Library/Frameworks/Python.framework/Versions/Curren