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().
So I never forget: If you need to use multiprocessing within an app bundled with Py2Exe, you need to use multiprocessing.freeze_support().
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