Premshree Pillai wrote: > PyAC 0.1.0 (http://sourceforge.net/projects/pyac/) > > * ignores non-image files > * optional arg is_ppt for ordering presentation images (eg., > Powerpoint files exported as images) > * misc fixes > > Package here: http://sourceforge.net/project/showfiles.php?group_id=106998&package_id=115396&release_id=309010
A few suggestions: Always include in the announcement a brief description of what the software does -- most people will not bother to track down the link to decide if the package is of interest to them. Also mention any dependencies not included in the standard installation, e.g. "requires PIL". You should probably look at the distutils (http://docs.python.org/dist/dist.html) module for a clean platform- independant way for users to install your module. Editing paths in the source code is not too cool ;-). And thanks for contributing to the python community! Have fun! -- http://mail.python.org/mailman/listinfo/python-list