looks like pyglet api docs used epydoc
this is a good one | http://pylonsbook.com/en/1.0/documentation.html
make sure /Library/Frameworks/Python.framework/Versions/2.5/bin is in the shell path
cd /c/clients/srl/
notes for downloading and installing python packages offline have been scattered. creating a new file in topics for these notes:
from /c/system/startup.txt
cd /directory/for/sources sudo easy_install -zmaxd . pylons #sudo easy_install -zmaxd . simplejson
then on offline machine, use: sudo easy_install -f . Pylons
cd /downloads/python/ mkdir sphinx cd /downloads/python/sphinx/ sudo easy_install -zmaxd . sphinx sudo easy_install -f . Sphinx
note that pyroom is a linux only application that uses GTK for its UI layer from: | http://pyroom.org/download.html | Requirements
PyRoom doesn't need much to operate. All you need is a fairly recent version of Python (2.4 2.5 and 2.6 have been tested), GTK bindings for python and XDG bindings. Gconf-Bindings for Python (python-gconf) are recommended. Those dependencies are available in most major Linux distributions.
for full screen terminal on mac os x see iTerm
see also new_module.txt
see also package-new.txt
requested [2009.08.07 12:06:30] multi-line text entry is there one in simplui? generalize all pyglet gui notes extract to new topic.
/c/python/topics/gui.txt /c/python/pyglet/gui.txt /c/media/design/gui.txt
gui notes are spread out: /c/python/topics/gui.txt /c/python/pyglet/gui.txt /c/media/design/gui.txt