Py2Exe and Multiprocessing

So I never forget: If you need to use multiprocessing within an app bundled with Py2Exe, you need to use multiprocessing.freeze_support().

Posted: August 06, 2010 / 0 comments

Tickly

A command-line issue tracker

I was looking for a little command line issue tracker to use on small projects. I found Tracker, but received an error when I tried to install it. I work mostly in Python when I can, so I thought I'd hack one together quickly and remove the Ruby dependency for myself.

You can download it from the bitbucket repository. Unpack, cd into the directory and run: sudo python setup.py install

Check out the README for examples

Posted: July 09, 2010 / 0 comments