I have same error with more then one python packages but I think
my locales are ok. I'm running this on live non chrooted system.
LC_ALL=C dpkg -i /var/cache/apt/archives/reportbug_3.25_all.deb
(Reading database ...
dpkg: serious warning: files list file for package `reportbug' missing,
assuming package has no files currently installed.
164968 files and directories currently installed.)
Preparing to replace reportbug 3.25 (using .../reportbug_3.25_all.deb) ...
Unpacking replacement reportbug ...
Setting up reportbug (3.25) ...
Traceback (most recent call last):
File "/usr/bin/pycentral", line 1325, in ?
main()
File "/usr/bin/pycentral", line 1319, in main
rv = action.run(global_options)
File "/usr/bin/pycentral", line 865, in run
self.options.exclude, byte_compile_default=True)
File "/usr/bin/pycentral", line 657, in install
self.default_runtime.byte_compile(self.private_files,
AttributeError: 'NoneType' object has no attribute 'byte_compile'
dpkg: error processing reportbug (--install):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
reportbug
Same is with my current locales:
$ locale
LANG=cs_CZ.UTF-8
LANGUAGE=cs_CZ.UTF-8
LC_CTYPE="cs_CZ.UTF-8"
LC_NUMERIC="cs_CZ.UTF-8"
LC_TIME="cs_CZ.UTF-8"
LC_COLLATE="cs_CZ.UTF-8"
LC_MONETARY="cs_CZ.UTF-8"
LC_MESSAGES="cs_CZ.UTF-8"
LC_PAPER="cs_CZ.UTF-8"
LC_NAME="cs_CZ.UTF-8"
LC_ADDRESS="cs_CZ.UTF-8"
LC_TELEPHONE="cs_CZ.UTF-8"
LC_MEASUREMENT="cs_CZ.UTF-8"
LC_IDENTIFICATION="cs_CZ.UTF-8"
LC_ALL=cs_CZ.UTF-8
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]