Early Registration for PYCON in Atlanta Ends Jan 7

2009-12-19 Thread dartdog
See link for details https://us.pycon.org/2010/register/default/index -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANNOUNCE: awstats_reader 0.5

2009-12-19 Thread Joshua Kugler
ABOUT THE MODULE AwstatsReader is a pythonic interface to AWStats data cache files.  Using it, you can access year and month via dict-like subscripts, and and individual data points via both dict-like subscripts and attribute-like accessors. As of version 0.5, it includes a

cx_Freeze 4.1.1

2009-12-19 Thread Anthony Tuininga
What is cx_Freeze? cx_Freeze is a set of scripts and modules for freezing Python scripts into executables in much the same way that py2exe and py2app do. It requires Python 2.3 or higher since it makes use of the zip import facility which was introduced in that version. Where do I get it?

Checker 1.0 Released!

2009-12-19 Thread Chris Withers
I'm pleased to announce the first release of Checker. This is a cross-platform, pluggable tool for comparing the configuration of a machine with a known configuration stored in text files in a source control system all written in Python. For more information, please see: