ib/python2.7/setuptools/package_index.py",
line 145, in
urllib2.__version__, require('setuptools')[0].version
File "pkg_resources.pyc", line 666, in require
File "pkg_resources.pyc", line 565, in resolve
pkg_resources.DistributionNotFound: setuptools
}}}
An
Hi, all
We build a bundle with py2app and we would like to make it extensible so
users could install on demand other python packages into the python
framework included in the bundle, for example by running easy_install.
Is there a recommended way of doing that? I noticed that the site.py file
inc
Hi, Michael
I have built an application that includes numpy, scipy and matplotlib.
My script is very similar to yours and I tested your script files and
the app is built fine on my machine, so I guess the problem could be
with your installation of matplotlib.
I am running python 2.7.2 from python
Maybe your app is loading the wrong libs?
Try running from the terminal and printing the libs that are being
loaded:
$ cd /path/to/your/bundle.app/Contents/MacOS
$ DYLD_PRINT_LIBRARIES=1 ./your_app
Check if all the Qt and PyQt libraries loaded are in your bundle.
-- Emanuele.
On Dec 15, 200
Hi, Brian
I don't think python2.5 shipped with Snow Leopard is 64 bit.
If you want to build using pyhton 2.5 it will have to be 32bit.
-- Emanuele.
On Nov 11, 2009, at 5:28 PM, Brian Zambrano wrote:
Hi all,
Like many others before me, I'm banging my head against the wall
trying to get MySQ
Try using gcc 4.0, Snow Leopard is using gcc-4.2 by default.
export CC=/usr/bin/gcc-4.0
export CXX=/usr/bin/g++-4.0
-- Emanuele.
On Sep 16, 2009, at 7:31 AM, Jerry LeVan wrote:
Hi
I have the community version of Python 2.6.2 installed on my
MacBook Pro running 10.6.1.
I am trying to build p
Thanks, Ronald!
It is working now.
-- Emanuele.
On Sep 9, 2009, at 12:22 PM, Ronald Oussoren wrote:
On 9 Sep, 2009, at 6:29, Emanuele Santos wrote:
I am already using the latest versions of both macholib and py2app.
Could you try again? I've just checked in a patch for macholib
I am already using the latest versions of both macholib and py2app.
Thanks,
-- Emanuele.
On Sep 8, 2009, at 5:36 PM, Christopher Barker wrote:
Emanuele Santos wrote:
I am trying to create a bundle using py2app dev on snow leopard and
python 2.6 and I am getting the following error with
Hi,
I am trying to create a bundle using py2app dev on snow leopard and
python 2.6 and I am getting the following error with macholib:
ValueError: Unknown load command: 2147483682
Is there anything I can do to fix it?
Part of the stack trace is shown below.
Thanks,
...
copying /usr/local/
The problem with jpeg in Qt is that it's included as a plugin. I don't
know about the .dmg installation, as I built mine from source.
I remember that I didn't know how to fix py2app to handle this, so I
used this hack:
After running, py2app, I copied the contents of the Qt plugins
directory
oc.nrao.edu/~bwaters
>
>
>
> On Sep 19, 2007, at 12:15 PM, Ronald Oussoren wrote:
>
>>
>> On 19 Sep, 2007, at 7:14, Emanuele Santos wrote:
>>
>>> Hi,
>>>
>>> I am having problems to show jpeg images on my bundled application
>>>
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
Does anybody have a Python 2.5 PyOpenGL binary package available or
at least knows if the latest source release compiles on a mac?
Thanks,
-- Emanuele.
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/
13 matches
Mail list logo