The py2app version should be 0.1.8 or 0.1.9, pygame is 1.6
___
Pythonmac-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig
Thanks; I'll give this a try. Converting an Alias to a path isn't too
difficult, there's an example in one of the sample appscripts I
believe.
Niko
On May 7, 2005, at 1:00 AM, Bob Ippolito wrote:
> On May 6, 2005, at 6:31 PM, Niko Matsakis wrote:
>
>> I am working on a python program that ne
Hello,
since the format of plist files changed to binary by default on Tiger my
little program, which works on xml plists doesn't work anymore.
Is there a way to convert a binary plist to xml with Python or PyObjC?
I know this on the command line:
plutil -convert xml1 Bookmarks.plist
but I'm s
On May 7, 2005, at 12:13 PM, Florian Munz wrote:
> since the format of plist files changed to binary by default on
> Tiger my little program, which works on xml plists doesn't work
> anymore.
>
> Is there a way to convert a binary plist to xml with Python or PyObjC?
>
> I know this on the command
What is the best method to determine the current mount point of a CD/
DVD on OS X with Python?
Also, if possible, to get information about the disc (size, format,
etc) ? Is there an equivalent of os.statvfs() ?
Cheers,
Chris
--
Chris Miles
http://chrismiles.info/
On May 7, 2005, at 3:49 AM, Quentin DECAVEL wrote:
> The py2app version should be 0.1.8 or 0.1.9, pygame is 1.6
Try again with py2app 0.1.9 and pygame 1.7. Installers for both are
available at:
http://pythonmac.org/packages/
-bob
___
Pythonmac-S