Python bug during startup
Bug #517709 reported by
Jordan Bradley
on 2010-02-05
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Ubuntu Tweak |
Low
|
Ding Zhou |
Bug Description
I added the lucid repo to my Lubuntu install that I'm playing around with. Starting ubuntu-tweak from the terminal gives the following error:
jordanwb@
Traceback (most recent call last):
File "/usr/bin/
from ubuntutweak.
File "/usr/lib/
LANG = os.getenv(
AttributeError: 'NoneType' object has no attribute 'split'
Upgrading python related packages does not fix the error. I do not have this problem on my laptop running Ubuntu, so it may be something Lubuntu specific.
Ding Zhou (tualatrix) wrote : | #1 |
Changed in ubuntu-tweak: | |
status: | New → Confirmed |
importance: | Undecided → Low |
assignee: | nobody → TualatriX (tualatrix) |
milestone: | none → 0.5.2 |
Jordan Bradley (jordan-w-bradley) wrote : | #2 |
Setting the LANG variable as suggested fixes the "problem".
Ding Zhou (tualatrix)
on 2010-02-08
Changed in ubuntu-tweak: | |
status: | Confirmed → Fix Committed |
Ding Zhou (tualatrix)
on 2010-03-01
Changed in ubuntu-tweak: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Maybe the Lubuntu doesn't set the LANG variable.
Try to set it before run Ubuntu Tweak
export LANG=en_US.UTF-8 ( or other)
ubuntu-tweak