Re: [Pythonmac-SIG] Please critique my first appscript - a fix for Palm sync of iCal Tasks (for kGTD)

2006-08-31 Thread Marcin Komorowski
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

[Pythonmac-SIG] Py2App + PyQt4 Universal

2006-08-31 Thread Cody Brocious
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

[Pythonmac-SIG] importing dynamic library on intelMac

2006-08-31 Thread David Worrall
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

[Pythonmac-SIG] Using pyqt4 with py2app trunk

2006-08-31 Thread Matthew Scott
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