Re: [PyQt] Static Qt/PyQt on Mac OS X

2009-06-03 Thread Giovanni Bajo
On Wed, 03 Jun 2009 20:37:56 +0100, Jeremy Sanders wrote: > Are statically linked PyQt and Qt libraries supported on Mac OS X? If so, > is > there a guide to building them? > > I'm finding it a bit of a pain to get my application packaged with py2app > as > it leaves out the plugins and I have

Re: [PyQt] Static Qt/PyQt on Mac OS X

2009-06-03 Thread nenduvel
Jeremy, I'm not sure if I understand your question. But I'm using a mac with osx and pyqt is installed with me. I used darwinports and this installed pyqt with all needed dependencies. you can compare darwinports with the port system on bsd-variants and the package system at linux. hope it helps

[PyQt] Static Qt/PyQt on Mac OS X

2009-06-03 Thread Jeremy Sanders
Are statically linked PyQt and Qt libraries supported on Mac OS X? If so, is there a guide to building them? I'm finding it a bit of a pain to get my application packaged with py2app as it leaves out the plugins and I have to copy them in by hand and mess around with linking paths. It would be