I used py2app to convert my mac python/PyQt script to a mac app. Everything
works except for cache/display of jpg images.
I confirmed with diagnostic code:
- QImage(path to jpg) returns null image
- 'jpg','jpeg' are not in list returned by QImageReader.supportedImageFormats()
The jpgs ARE cach
Hi all,
I am pleased to announce the release of Python appscript 0.20.0:
http://pypi.python.org/pypi/appscript
Py-appscript 0.20.0 adds support for Python 3.0 and fixes several bugs.
Enjoy,
has
--
Control AppleScriptable applications from Python, Ruby and ObjC:
http://appscript.sourceforge.ne
Let me first say thank you. This is my first time playing with appscript,
and it has been a joy to work with. It took me about a half hour of
figuring out a few commands that I was trying to do. Then, all of a sudden,
I was writing it almost as if I had known it for years. It scared me a bit
at
On a whim I tried the 0.20.0 version that was released today. To my
surprise, export() has grown a new keyword... timeout!
Look like it's solved my problem so far...
Talk about luck. Thanks.
~Sean
On Fri, Jun 26, 2009 at 4:57 PM, Sean DiZazzo wrote:
> Let me first say thank you. This is my fi