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

2008-12-15 Thread Christopher Barker
Dav Clark wrote: It's easy to have two or three Python installations. They all sit in different directories and don't mess with each other. Not entirely true. For example, anything that compiles against python with a bare "-framework Python" flag will grab the (I think) Current dir from /Li

[Pythonmac-SIG] py2app with pyqt

2008-12-15 Thread Sarah Ring
Hello, I'm a student and I'm trying to get py2app to work with pyqt. I've fixed some errors it had locating files, but it says "ImportError: no module named sip". I do have sip installed though, because pyqt wouldn't work without it. For other errors I just copied the files it wanted and moved t

Re: [Pythonmac-SIG] py2app on UDF DVD

2008-12-15 Thread James Kelly
Hey Ned, The app bundle in question is actually an installer for a much larger, more complicated piece of software. :) Thanks for the suggestion though. Jim On 12/15/08 4:09 PM, "Ned Deily" wrote: > In article , > James Kelly wrote: >> We usually place our py2app created app bundles on DV

Re: [Pythonmac-SIG] py2app on UDF DVD

2008-12-15 Thread Ned Deily
In article , James Kelly wrote: > We usually place our py2app created app bundles on DVD using toast's hybrid > Mac and PC file-system setting. This works pretty well for us. > Unfortunately we have a need to place the same app bundle on a UDF DVD. > While this works great in testing, it seems t

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

2008-12-15 Thread Dav Clark
On Dec 15, 2008, at 7:50 AM, Conan C. Albrecht wrote: It's easy to have two or three Python installations. They all sit in different directories and don't mess with each other. Not entirely true. For example, anything that compiles against python with a bare "-framework Python" flag will

[Pythonmac-SIG] py2app on UDF DVD

2008-12-15 Thread James Kelly
Hello All, We usually place our py2app created app bundles on DVD using toast's hybrid Mac and PC file-system setting. This works pretty well for us. Unfortunately we have a need to place the same app bundle on a UDF DVD. While this works great in testing, it seems the Bundle.app/Contents/Resourc

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

2008-12-15 Thread Ken Mankoff
My technique is to not change the file system at all. I use PATH: export PATH=/opt/python/2.5.2/Framework/Python.framework/Versions/2.5/bin/python:$PATH And then invoke with #!/usr/bin/env python And now multiple people on the same system can use multiple versions, or I can have one Termina

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

2008-12-15 Thread Conan C. Albrecht
It's easy to have two or three Python installations. They all sit in different directories and don't mess with each other. The trick is to symlink the one you want to use in /usr/local/bin. You can actually look at where they are linked by typing "ls -l /usr/ local/bin/python*" at the term

[Pythonmac-SIG] mysql for leopard

2008-12-15 Thread Leo
Is there an easy solution to installing the mysql driver on Leopard? I'm new to Python and I'm trying to setup Django. I have MAMP installed - I'm a PHP/CakePHP user. I'm also relatively new to Macs. I'm trying to avoid downloading the Xcode package from Apple as my connection is volume limi

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

2008-12-15 Thread Ken Mankoff
On Mon, 15 Dec 2008, Nicholas Cole wrote: On Sun, Dec 14, 2008 at 4:36 PM, Kevin Walzer wrote: I'm curious who maintains the Mac builds of Python these days. It's not hard to build from source, of course, and that's what I do...but the binary installer is convenient for many people. I wan

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

2008-12-15 Thread Kevin Walzer
Nicholas Cole wrote: On Sun, Dec 14, 2008 at 4:36 PM, Kevin Walzer wrote: I'm curious who maintains the Mac builds of Python these days. It's not hard to build from source, of course, and that's what I do...but the binary installer is convenient for many people. I want to install 3.0 to expe

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

2008-12-15 Thread Nicholas Cole
On Sun, Dec 14, 2008 at 4:36 PM, Kevin Walzer wrote: > I'm curious who maintains the Mac builds of Python these days. It's not hard > to build from source, of course, and that's what I do...but the binary > installer is convenient for many people. I want to install 3.0 to experiment with all the