On more thing, I was poking around with lsbom and installer Receipts. I am not sure if this is a pyglet installer bug or not, but Archive.bom is a symlink to a non-existent file:
[EMAIL PROTECTED]:/Library/Receipts/pyglet-syspy2.5.pkg/Contents$ ls -l total 12 lrwxr-xr-x 1 steve wheel 20 Dec 9 12:12 Archive.bom -> ../../../ Archive.bom -rw-rw-r-- 1 root admin 2568 Dec 9 12:12 Info.plist -rw-rw-r-- 1 root admin 8 Dec 8 21:03 PkgInfo drwxrwxr-x 8 root admin 272 Dec 9 12:12 Resources [EMAIL PROTECTED]:/Library/Receipts/pyglet-syspy2.5.pkg/Contents$ ls ../../../Archive.bom gls: cannot access ../../../Archive.bom: No such file or directory [EMAIL PROTECTED]:/Library/Receipts/pyglet-syspy2.5.pkg/Contents$ Same for pyglet-macpython too: [EMAIL PROTECTED]:/Library/Receipts/pyglet-macports-py2.5.pkg/Contents$ ls -l total 12 lrwxr-xr-x 1 steve wheel 20 Dec 9 12:12 Archive.bom -> ../../../ Archive.bom -rw-rw-r-- 1 root admin 2467 Dec 9 12:12 Info.plist -rw-rw-r-- 1 root admin 8 Dec 8 21:03 PkgInfo drwxrwxr-x 8 root admin 272 Dec 9 12:12 Resources [EMAIL PROTECTED]:/Library/Receipts/pyglet-macports-py2.5.pkg/Contents$ Other Archive.bom in are files which can be read using lsbom. Cheers, Steve On 08/12/2007, at 9:31 PM, Alex Holkner wrote: > > Looky here, another Beta! It awaits your collection at http://www.pyglet.org > > The major changes in this Beta release are: > > * Font rendering on Windows uses a completely new implementation that > fixes antialiasing issues. > * The Mac OS X installer now works with more Python distributions. > > The following minor API changes were introduced, for future > compatibility: > > * The Window() constructor no longer accepts width and height > parameters if fullscreen=True. > * The tex_coords attributes of pyglet.image.Texture and > pyglet.font.base.Glyph are now flattened tuples. > > There are also quite other fixes detailed in the CHANGELOG at > http://pyglet.googlecode.com/svn/tags/pyglet-1.0beta3/CHANGELOG. > > As usual, please report any problems found to the tracker at > http://code.google.com/p/pyglet/issues, or just post them here if you > don't have a Gmail account. > > Cheers and thanks for all the helpful feedback so far, > Alex. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
