local files do not work with copyAllUrls file:///c/python/pyglet/pyglet.txt file:///c/python/pyglet/doc/html/index.html file:///c/python/pyglet/doc/html/programming_guide/index.html file:///c/python/pyglet/doc/html/api/index.html
update to the latest xcode this provides compilers. | http://developer.apple.com/technology/Xcode.html
also [2009.12.15 16:01:14] xcode 3.2.1 only works with 10.6 3.1.4 is the last one that works with leopard 10.5 also [2009.12.15 16:53:36] Note that Xcode lives in: /Developer/Applications/Xcode (not in main Applications directory)
enable spaces (grouped with expose) 2 spaces Firfox, Thunderbird, iTunes on second one Emacs and Terminal on first one
Change "To switch between spaces:" to be Option - Arrow Keys Control Arrow Keys are used in Emacs
be sure to set up easy_install for the new python instance this can be done by running ez_setup.py available at: | http://peak.telecommunity.com/dist/ez_setup.py
curl http://peak.telecommunity.com/dist/ez_setup.py > ez_setup.py
for sprites in pyglet, just calling .delete() works
when playing back media on mac, make sure you are using a terminal associated with the currently logged in user!! using a different user will allow the video to show up
tessa was investigating different ways to plot graphs... thought I would at least mention matplotlib. :)
pygame developers strongly discourage using QT, wxWindows mixed with pygame... might be able to get away with it in pyglet, but still have the two event loop issues.
seems like multitouch may need it's own category... not sure where it should live yet.