Re: [Pythonmac-SIG] relocatable Python framework?

2007-09-18 Thread Ronald Oussoren
On 19 Sep, 2007, at 6:31, Boyd Waters wrote: > Hello all! > > I maintain a scientific data-analysis application that my team has > ported to the Macintosh. It's a bunch of C++ strung together with > Python, and so far that's worked really well. > > I want to package this collection of C++ and Pyt

[Pythonmac-SIG] py2app and qt jpeg plugin

2007-09-18 Thread Emanuele Santos
Hi, I am having problems to show jpeg images on my bundled application using pyqt4. I know that the problem is with the qt plugins. How does py2app handle them? Because if try to run from my source tree it works fine. Thanks, -- Emanuele. ___ Py

[Pythonmac-SIG] relocatable Python framework?

2007-09-18 Thread Boyd Waters
Hello all! I maintain a scientific data-analysis application that my team has ported to the Macintosh. It's a bunch of C++ strung together with Python, and so far that's worked really well. I want to package this collection of C++ and Python into a Macintosh application. And I want the Pyth

Re: [Pythonmac-SIG] Macports and Django install problems

2007-09-18 Thread Ned Deily
In article <[EMAIL PROTECTED]>, Dave Everitt <[EMAIL PROTECTED]> wrote: > After reading about other OS X user's Django install problems, I'm > attempting to write up the simplest, clearest possible, completely > unambiguous, instructions for other OS X users here: > http:ecoconsulting.co.uk/py

Re: [Pythonmac-SIG] Workaround: XCode fails to see py2app

2007-09-18 Thread Christopher Barker
Wolfram Eifler wrote: > there has been the proposal to change the first line of setup.py from > #!/usr/bin/env python > to > #! > somwhere on the internet. That works but is *BAD* > Programming Style . Agreed, but: #!/usr/bin/env python2.5 Isn't so bad -- indeed, I li

Re: [Pythonmac-SIG] Macports and Django install problems

2007-09-18 Thread Brian Ray
I am glad your doing this, but... I wish Leopard would ship with Django or there was a tool to install. I know Ruby on Rails is there. Already for, Ruby on Rails, there is a program called Locomotive . Have not tried this, but, (you see where I am getting) we n

[Pythonmac-SIG] Macports and Django install problems

2007-09-18 Thread Dave Everitt
After reading about other OS X user's Django install problems, I'm attempting to write up the simplest, clearest possible, completely unambiguous, instructions for other OS X users here: http:ecoconsulting.co.uk/python/django-install.txt but obviously I need to get it right first, and... ...I'

[Pythonmac-SIG] Workaround: XCode fails to see py2app

2007-09-18 Thread Wolfram Eifler
The Problem: Building an python-project from xcode results in: ImportError: No module named py2app ImportError: No module named py2app maybe it arises only if more than one python-version are (or have been) installed on the mac where the building takes place. maybe o