python imap - Google Search
Python Email Libraries, part 2: IMAP
pylons render output from multiple controllers on one page - Google Search
techspot.zzzeek.org Blog Archive Ajax the Mako Way
View templates Chapter (Pylons Book)
Simplesite tutorial Chapter (Pylons Book)
mako template global include - Google Search
Mako Problems
View templates Chapter (Pylons Book)
Mako Documentation - The Mako Runtime Environment
python uninstall package - Google Search
Python Package Index : setuptools 0.6c9
Python package management — Martin Aspeli
Python Package Management Sucks
Martin Aspeli
Mock It!
in pylons project directory, should just be able to run
nosetests
if tests are not being run, be sure that the test_* files do not have the executable permission flag set on the filesystem
nose will IGNORE those!
#2008.12.09 08:38:33
sudo chmod -R 664 pose/tests/functional/*
make sure not to chmod the directory itself to 664...
that will prevent the system from being able to browse dir!
currently reading pylons_book here
may want to point pylons-book.txt here