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
export LOCALPATH=/c cd $LOCALPATH/code/python/moments/ sudo python setup.py develop
NOTE: these instructions are in currently reverse chronological order... start at the bottom (or reverse them)
notes for this are elsewhere but this is also a good time to install mercurial easy_install mercurial
on Mac OS X this does require Xcode to be up to date (can still download an executable for mac)
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
install python interpreter. (MacPython) /c/code/python/install.txt also [2009.02.11 13:40:49] add python applications to path: /Library/Frameworks/Python.framework/Versions/Current/bin/ (gets added to the account that installs python, but not to other accounts... be sure to add it to default (or install python from default)
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.