Re: [Pythonmac-SIG] No module named appscript

2006-07-07 Thread Jani H Lahtinen
Jordan Breeding wrote: > On Jul 07, 2006, at 06:12 , Jani Lahtinen wrote: > >> Hello, >> >> I just installed the AppScript to my PPC mac from the dmg-file, but when >> I try to import appscript I get: >> > from appscript import * >> Traceback (most recent call last): >> File "", line 1, in ?

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-07 Thread Michael Glassford
Bob Ippolito wrote: > On Jul 7, 2006, at 10:44 AM, Michael Glassford wrote: > >> When I try to build Python 2.4.3 on OSX 10.3.9, I get the following >> error: >> >> """ >> gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I

Re: [Pythonmac-SIG] Question about 2.5 beta

2006-07-07 Thread Christopher Barker
Ronald Oussoren wrote: > The installer is a mpkg, when you customize the installation you can > avoid installing the profile changes and unix tools. The package > names should be fairly obvious. Also, python2.3 python2.4 python2.5 should still be available. That's why I like to put: #!/usr/b

Re: [Pythonmac-SIG] Pythonw 2.3.5 error on OSX 10.3.9

2006-07-07 Thread Michael Glassford
Kevin Walzer wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Michael Glassford wrote: >> When I try to run /usr/local/bin/pythonw2.3, I get the error: >> >> """ >> /usr/local/bin/pythonw2.3: line 2: >> /Library/Frameworks/Python.framework/Versions/2.3/Resources/Python.app/Contents/Ma

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-07 Thread Bob Ippolito
On Jul 7, 2006, at 10:44 AM, Michael Glassford wrote: > When I try to build Python 2.4.3 on OSX 10.3.9, I get the following > error: > > """ > gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. > -I./Include -DPy_BUILD_C

[Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-07 Thread Michael Glassford
When I try to build Python 2.4.3 on OSX 10.3.9, I get the following error: """ gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DPy_BUILD_CORE -DPYTHONPATH='":plat-darwin:plat-mac:plat-mac/lib-scriptpackages

Re: [Pythonmac-SIG] Pythonw 2.3.5 error on OSX 10.3.9

2006-07-07 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Glassford wrote: > When I try to run /usr/local/bin/pythonw2.3, I get the error: > > """ > /usr/local/bin/pythonw2.3: line 2: > /Library/Frameworks/Python.framework/Versions/2.3/Resources/Python.app/Contents/MacOS/Python: > > No such file o

[Pythonmac-SIG] Pythonw 2.3.5 error on OSX 10.3.9

2006-07-07 Thread Michael Glassford
When I try to run /usr/local/bin/pythonw2.3, I get the error: """ /usr/local/bin/pythonw2.3: line 2: /Library/Frameworks/Python.framework/Versions/2.3/Resources/Python.app/Contents/MacOS/Python: No such file or directory /usr/local/bin/pythonw2.3: line 2: exec: /Library/Frameworks/Python.frame

Re: [Pythonmac-SIG] Using SWIG, C++, and OS X - and Boost.Python

2006-07-07 Thread Siddartha Krishnan
Hi, Thanks for your help. I can now build the module and import and use it in Python (using SWIG)! Regarding Boost.Python, I am unable to run bjam successfully. I get the following error: user409:~/boosttest siddarthakrishnan$ ls Jamfile Jamruleshello.cpp user409:~/boosttest si

Re: [Pythonmac-SIG] Question about 2.5 beta

2006-07-07 Thread Ronald Oussoren
On Friday, July 07, 2006, at 04:17PM, Kevin Walzer <[EMAIL PROTECTED]> wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >I'm interested in playing with the beta version of 2.5, but only if it >will not conflict with my current installation of 2.4.3/universal. Is >there a way to safely in

[Pythonmac-SIG] Question about 2.5 beta

2006-07-07 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm interested in playing with the beta version of 2.5, but only if it will not conflict with my current installation of 2.4.3/universal. Is there a way to safely install the beta without nuking my current installation? If the beta installs the same wa

[Pythonmac-SIG] No module named appscript

2006-07-07 Thread Jani Lahtinen
Hello, I just installed the AppScript to my PPC mac from the dmg-file, but when I try to import appscript I get: >>> from appscript import * Traceback (most recent call last): File "", line 1, in ? ImportError: No module named appscript I tried both the 2.3 and 2.4 but the module is not load

Re: [Pythonmac-SIG] build matplotlib on 10.3.9 without a bus error?

2006-07-07 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Ippolito wrote: > > It really shouldn't be looking at .a files, that's a bug. There's at > least a few other bugs in the universal branch of py2app, it's really > not ready yet. It does seem to work for some apps, which is why I cut a > release.