[Pythonmac-SIG] Problem with a py2app bundle

2005-05-07 Thread Quentin DECAVEL
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

Re: [Pythonmac-SIG] "Trashing" a file

2005-05-07 Thread Niko Matsakis
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

[Pythonmac-SIG] convert binary plist to xml string

2005-05-07 Thread Florian Munz
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

Re: [Pythonmac-SIG] convert binary plist to xml string

2005-05-07 Thread Nicholas Riley
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

[Pythonmac-SIG] CD/DVD mount point info

2005-05-07 Thread Chris Miles
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/

Re: [Pythonmac-SIG] Problem with a py2app bundle

2005-05-07 Thread Bob Ippolito
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