Hey Has,
Thanks for all of your suggestions. (thanks to everyone else for
their suggestions too)
I am in the process of upgrading appscript per your post, but I have
noticed that installer 1.4.1 (which holds the individual appscript
0.16.2 installers) does not include documentation.
S
Hey All,
I recently hacked SIP and PyQt4 to build universal binaries and they
seem to be working well. However, when I attempt to package them
with py2app, it seems to find a circular dependency between QtCore
and QtGui and copies them over and over into the build directory. Is
there any
Hello All, I'm new here... and to dynamic libraries
I've compiled a 3rd party's dynamic library , libXXX.dylib , a Mach-
O dynamically linked shared library i386
and can't work out where to put it so that I can
>>> import XXX
is there a special place for such libraries?
I've tried a few thi
I'm getting acquainted with PyQt4 lately, to build a GPL'd app intended
to be used at least on OSX and Linux.
I ran into this problem when trying to use py2app r44 from
http://svn.pythonmac.org/py2app/py2app/trunk :
http://mail.python.org/pipermail/pythonmac-sig/2006-April/017325.html
Specific