Package: monkeysign
Version: 2.x
Severity: minor

If the build_trans() function is not called during the normal build or 
installation process, but via `setup.py build_trans`, it fails with:

> distutils.errors.DistutilsGetoptError: invalid short option 'po/': must a 
> single character or None

This is because of:

> ('po-dir', 'po/', 'directory where .po files are stored, relative to the 
> current directory’)

in ‘translation.py'. 'po/' is probably intended to be a default value here, but 
that’s not how `user_options` works.
It looks like it really should be a short option token, see 
http://ilostmynotes.blogspot.de/2009/04/python-distutils-installer-and.html.

Regards,
Felix

--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to