[Bug 299381] Re: importing matplotlib gives warning

2008-12-16 Thread michael, liao
It's turned out that this issue is caused by outdated *.pyc files. I have the same issue after upgrading from Hardy to Inprepid. But, after running python in root (sudo python -c 'import matplotlib'), which will regenerate *.pyc files after checking timestamp, the problem disappear. - Michael --

[Bug 299381] Re: importing matplotlib gives warning

2008-12-17 Thread michael, liao
yeah, I confirmed this on another machine upgraded from Hardy to Intrepid. The warning is caused by outdated *.pyc files. It seems that the current manner to install/remove python libraries has potential issue, especially during system upgrading. Since some python packages' *.pyc files are generat

[Bug 281991] Re: Python: importing pytz triggers warning

2008-12-17 Thread michael, liao
look this thread https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/299381/comments/5, this issue has workaround or temporary fixing method. -- Python: importing pytz triggers warning https://bugs.launchpad.net/bugs/281991 You received this bug notification because you are a member of Ubun

[Bug 283267] Re: cannot get it working on 8.10 intebid ibex (beta)

2008-12-17 Thread michael, liao
it seems this issue isn't solved fundamentally. Look this https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/299381/comments/5. The issue should be caused by an incomplete cleanup. -- cannot get it working on 8.10 intebid ibex (beta) https://bugs.launchpad.net/bugs/283267 You received this

[Bug 1579196] Re: HTTPError not being caught when module cannot be found

2017-03-23 Thread Michael Liao
I am experiencing the same issue, but with python-pip instead of python- pip3. Also on Ubuntu 16.04 and have python-pip 8.1.1-2 installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579196 Title:

[Bug 712199] Re: -emit-llvm makes invalid bytecode

2011-10-21 Thread michael, liao
It's because that plugin (dragonegg) is built against 4.5.3,which mismatches the gcc version (4.5.4). Just rebuild dragonegg on 11.10 solve this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/712

[Bug 712199] Re: -emit-llvm makes invalid bytecode

2011-10-21 Thread michael, liao
ignore the last post, it just remove the warning "Potential incompatible plugin version. GCC: 4.5.3. Expected: 4.5.4" but still cannot emit bc file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/712199

[Bug 712199] Re: -emit-llvm makes invalid bytecode

2011-10-21 Thread michael, liao
ok, I see the difference, it's not bug at all. as dragonegg uses different option to trigger LLVM IR generation. You need use '-flto' to generate LLVM IR instead of the previous '-emit-llvm'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu