On 3 Feb, 2011, at 14:54, Gerhard Schmidt wrote:
> HI,
>
> I try to generate an MacOSX app from one of my wxPython projects. but I've
> run into some problems with py2app.
>
> when I run python setup.py py2app i get the following error
>
> running py2app
> creating /home/users/estartu/projekt
HI,
I try to generate an MacOSX app from one of my wxPython projects. but
I've run into some problems with py2app.
when I run python setup.py py2app i get the following error
running py2app
creating /home/users/estartu/projekte/acf/vereinsverwaltung/dist
*** filtering dependencies ***
242 tot
hi,
thanks for that excellent trick.
it sounds like this is a problem of py2app and its PyQt recipe. this conflict
is very dangerous since it could lead to frustrated users of your apps and
might give developers a hard time.
could that be included to py2app? also deleting the Qt.debug files fr
Brilliant...it turned out that the Qt libraries were being loaded *twice* –
once from inside the bundle and once from the libraries on my computer.
The hack fix was to create a qt.conf file inside Contents/Resources and give
it a bad path...this way only the libraries inside the bundle are being
l
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
It's a memory issue with Qt I think. The other interesting thing is, this
problem doesn't occur if I build the app in alias mode with the -A
flag...but of course that's not too useful if I want to distribute
applications.
Here's the issue I get:
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KE
On Dec 15, 2009, at 12:17 AM, aditya bhargava wrote:
> I'm getting some strange results running py2app on my machine. It works fine
> with most scripts, but any time I use it with a script that uses PyQt, the
> built application immediately quits and gives me an "unexpectedly quit"
> message. I
Hi python users,
I'm getting some strange results running py2app on my machine. It works fine
with most scripts, but any time I use it with a script that uses PyQt, the
built application immediately quits and gives me an "unexpectedly quit"
message. It's not the code, because I tried py2app with a
Okay, with the benefit of some sleep, I've been able to resolve this
problem. I'll recount what was wrong below for the benefit of others. To
clear up what was probably a confusing email based on Chris's response, I
was tring to use the python.org python, not the system python, but there
were som
Jim Kelly wrote:
So how do I make py2app ignore the system install version of wx completely?
The easiest way is to not use the system python at all -- use the
python.org build. Then py2app will bundle up all of that and what you've
installed.
If you want to distribute to 1.4 users, you'll n
I'm experiencing a bit of odd behavior with py2app and wx. The shared
object files from wx, when inspected with otool, are looking for:
/usr/lib/libwx_macud-2.8.0.dylib (compatibility version 2.6.0, current
version 2.8.4)
That is based on wx installed in the site-packages of the system python th
On 10/30/06, Bob Ippolito <[EMAIL PROTECTED]> wrote:
> On 10/29/06, Chris Van Bael <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I'm building an application on a PPC Mini in Python with PyGame.
> > When I run "python setup.py py2app" I get a .app file made that runs
> > on my (and other) PPC Macs. Bu
On 31 Oct 2006, at 06:09, Chris Van Bael wrote:
> Strange because I followed that manual exactly.
> But I'll try again...
>
If you check my mail from yesterday, I was also having problems with
this i386 biteswapping thing. I think my py2app script is stopping at
the
same place as yours. (I'm
Strange because I followed that manual exactly.
But I'll try again...
Thanks for the help
On 10/30/06, Bob Ippolito <[EMAIL PROTECTED]> wrote:
> On 10/29/06, Chris Van Bael <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I'm building an application on a PPC Mini in Python with PyGame.
> > When I run "
On 10/29/06, Chris Van Bael <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm building an application on a PPC Mini in Python with PyGame.
> When I run "python setup.py py2app" I get a .app file made that runs
> on my (and other) PPC Macs. But it fails on Intel Macs.
> I presume these last lines I get have
Hi,
I'm building an application on a PPC Mini in Python with PyGame.
When I run "python setup.py py2app" I get a .app file made that runs
on my (and other) PPC Macs. But it fails on Intel Macs.
I presume these last lines I get have something to do with it:
"
/usr/bin/strip: for architecture i386
16 matches
Mail list logo