[Bug 540193] Re: webrick crashes processing NotModified response in lucid

2010-06-04 Thread Leberwurscht
This bug seems to be serious, it shows up on every new rails site created on an up to date Lucid Lynx: rails test cd test scripts/server Now if I open http://localhost:3000/ the first time, it works. But from then on, I only get Internal Server errors as "private method `gsub!' called for #". Ch

[Bug 438366] Re: software-center crashed with AttributeError: 'module' object has no attribute 'Element'

2009-12-28 Thread Leberwurscht
python -c "import gst" gives me AttributeError: 'module' object has no attribute 'Element' for all user, not only for root. I get the bug only with python-dev installed, without it the problem doesn't occur. -- software-center crashed with AttributeError: 'module' object has no attribute 'Ele

[Bug 344885] [NEW] italc-launcher sets LANG=C

2009-03-18 Thread Leberwurscht
Public bug reported: If italc is launched by italc-launcher, the LANG variable is set to C, so localisation is disabled. To fix the bug, change in italc-launcher: def getLocalIPs(): "Scan ifconfig output for local IPV4 addresses" os.environ["LANG"]="C" # Set environ LANG to C