pitz icon indicating copy to clipboard operation
pitz copied to clipboard

Sort of like a python implementation of ditz (http://ditz.rubyforge.org)

Results 5 pitz issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "setup.py", line 3, in from pitz import __version__ File ".../pitz/pitz/__init__.py", line 187 except OSError, ex: ^ SyntaxError: invalid syntax consider pls except OSError **as**...

What do you think about Travis? See https://travis-ci.org/mcepl/pitz for current results of my fork.

visible directories in a project are evil (see ./CVS|./RCS story).

I have a project on Windows for which I would like to use Pitz.: pitz-setup throws ImportError: No module named pwd On windows it should be getpass. I expect there...