*2008.12.16 16:12:09 python email imap
*2008.12.16 16:11:39 python pylons mako ajax
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)

 

*2008.12.16 16:11:28 python pylons mako
mako template global include - Google Search
Mako Problems
View templates Chapter (Pylons Book)
Mako Documentation - The Mako Runtime Environment

 

*2008.12.14 13:53:59 python package management discussion
*2008.12.10 10:00:49 python testing links
*2008.12.09 11:14:16 python testing

in pylons project directory, should just be able to run nosetests

 

*2008.12.09 08:39:56 python testing

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!

 

*2008.12.01 02:05:50 python pylons references

currently reading pylons_book here may want to point pylons-book.txt here