From: Jakub W. <jak...@gm...> - 2015-04-02 10:53:12
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 While working on the Let's Encrypt [1] client we have hit the following python2-pythondialog bug [2] on Debian squeeze (tested on digitalocean droplet): (venv)root@le-squeeze:/tmp# pip install python2-pythondialog Downloading/unpacking python2-pythondialog Downloading python2-pythondialog-3.0.1.tar.bz2 (76Kb): 76Kb downloaded Running setup.py egg_info for package python2-pythondialog No .git directory, using the 'ChangeLog' file as is. Installing collected packages: python2-pythondialog Running setup.py install for python2-pythondialog No .git directory, using the 'ChangeLog' file as is. Successfully installed python2-pythondialog Cleaning up... (venv)root@le-squeeze:/tmp# python -c 'import dialog; dialog.Dialog()' Version: 1.1-20100428 Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/venv/lib/python2.6/site-packages/dialog.py", line 1366, in __init__ self.backend_version()) File "/tmp/venv/lib/python2.6/site-packages/dialog.py", line 2028, in backend_version "{1!r}".format(self._dialog_prg, output)) dialog.UnableToRetrieveBackendVersion Please note that the version string is printed on the terminal. I have checked (using pdb) that "output" on line 2028 is set to empty string: ''. More debug output: (venv)root@le-squeeze:/tmp# dialog --print-version 2>/dev/null Version: 1.1-20100428 We don't have this problem on neither Debian wheezy nor Ubuntu 14.04 nor Ubuntu 14.10. BTW I wanted to use sourceforge bug tracker [3] to report this problem, but it says: "To create a new ticket, you must be authorized by the project admin.". [1] https://letsencrypt.org [2] https://github.com/letsencrypt/lets-encrypt-preview/issues/280 [3] http://sourceforge.net/p/pythondialog/bugs/ - -- Your's virtually, Jakub Warmuz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJVHR90XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGMzBGQ0QzNkIzOTBBOTMwODc1OTAzREYy QTdCQUQzQTQ4OUI1MkVBAAoJECp7rTpIm1LqSBIP/34LRqVn0Ij9Ieml07zYvpB/ ocVVCRMF/j7ghH/u1zDARNXstmPH3zN/teQW+GJpml6LTe248r519/6AJq/PcR8v lIdODhrISp78ULuaNU12mvVkFABB5yiVUu9d8WH5wKL/30jn5vUBnp+ej59Ywfx9 7OTk8EcFhRLNBNCJHyxEMTLYuQqzkXxhHZE03o8B7JsK1NzCHwPB9XoDaOE0Nj3q Zs3yVfHMiPIbUJDmXREgFdg7tqf2LC6DJYC9IhvIWFllJ0zfMvBNqarG9b1NGQha q9H8Bsp+QFKRPOZhxmPrSuUFMvGNoKAMJh98kSLO4itq6TVEQ/KIm2t+6RAdKvwb 9jPZpSgJkqlLPbifQ4XNPp/jeDBzbPYsTB7Bzw6QZTA2mmRHjQKm+YDhAHuGvqix X26qOXd9hua7gHzihQukldHBLzW7L13rLWZJsig6lv/oBlKKfQfb7OseUboqrZt1 SfFT8z00nS6bL6Jz2KU80efcF8Roq3Rv0DqQKjjzeTJA9CMl0gXB2zryFDv258le qTZ+kFkz7W9cn8z3GSlIipXVNwj6nxEy3Biz3Hg9Rrb+c4Ma7fabvhssDeT/C5jd mN0JhaB3VYcrYu2tqHamf2oTnfru9fYhlaAx1gWhYtoxj9b498CMkuKP/wvJZGn2 mqtB5o/h2YOQxX2YUMOn =EHS8 -----END PGP SIGNATURE----- |