gresistor crashed with AttributeError in bindtextdomain()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gResistor |
New
|
Undecided
|
|||
gresistor (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: gresistor
It doesn't start
ProblemType: Crash
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/gresistor
InterpreterPath: /usr/bin/python2.5
NonfreeKernelMo
Package: gresistor 0.0.1-0ubuntu1
PackageArchitec
ProcCmdline: /usr/bin/python /usr/bin/gresistor
ProcEnviron:
PATH=(custom, user)
LANG=es_ES.UTF-8
SHELL=/bin/bash
PythonArgs: ['/usr/
SourcePackage: gresistor
Title: gresistor crashed with AttributeError in bindtextdomain()
Uname: Linux 2.6.28-8-generic x86_64
UserGroups: adm admin audio cdrom clamav dialout dip fax floppy flumotion fuse gnokii lpadmin netdev plugdev pulse pulse-access pulse-rt sambashare saned scanner tape users vdr video
visibility: | private → public |
This has to do something with special locale settings.
Locales and gettext are not supported by upstream (see #601196).
makolb@horatio:~$ locale "de_AT. utf8" "de_AT. utf8" "de_AT. utf8" "de_AT. utf8" "de_AT. utf8" "de_AT. utf8" "de_AT. utf8" "de_AT. utf8" "de_AT. utf8" "de_AT. utf8" "de_AT. utf8" ON="de_ AT.utf8"
LANG=de_AT.utf8
LC_CTYPE=
LC_NUMERIC=
LC_TIME=
LC_COLLATE=
LC_MONETARY=
LC_MESSAGES=
LC_PAPER=
LC_NAME=
LC_ADDRESS=
LC_TELEPHONE=
LC_MEASUREMENT=
LC_IDENTIFICATI
LC_ALL=
makolb@horatio:~$ LANG=C gresistor
makolb@horatio:~$ LANG=de gresistor
(process:12116): Gtk-WARNING **: Locale not supported by C library. gresistor" , line 26, in <module> ain(app_ name, locale_dir) python2. 6/dist- packages/ SimpleGladeApp. py", line 56, in bindtextdomain _.__dict_ _["_"] = lambda x : x
Using the fallback 'C' locale.
Warning gresistor unsupported locale setting
Traceback (most recent call last):
File "/usr/bin/
bindtextdom
File "/usr/lib/
__builtins_
AttributeError: 'dict' object has no attribute '__dict__'
makolb@horatio:~$ LANG=de_AT gresistor
(process:12117): Gtk-WARNING **: Locale not supported by C library. gresistor" , line 26, in <module> ain(app_ name, locale_dir) python2. 6/dist- packages/ SimpleGladeApp. py", line 56, in bindtextdomain _.__dict_ _["_"] = lambda x : x
Using the fallback 'C' locale.
Warning gresistor unsupported locale setting
Traceback (most recent call last):
File "/usr/bin/
bindtextdom
File "/usr/lib/
__builtins_
AttributeError: 'dict' object has no attribute '__dict__'
makolb@horatio:~$ LANG=de_AT.utf-8 gresistor
makolb@horatio:~$ LC_ALL=de gresistor
(process:12119): Gtk-WARNING **: Locale not supported by C library. gresistor" , line 26, in <module> ain(app_ name, locale_dir) python2. 6/dist- packages/ SimpleGladeApp. py", line 56, in bindtextdomain _.__dict_ _["_"] = lambda x : x
Using the fallback 'C' locale.
Warning gresistor unsupported locale setting
Traceback (most recent call last):
File "/usr/bin/
bindtextdom
File "/usr/lib/
__builtins_
AttributeError: 'dict' object has no attribute '__dict__'
makolb@horatio:~$ LC_ALL=C gresistor
makolb@horatio:~$