[Bug 175770] Re: oggconvert breaks modules list in python's Interactive help

2008-01-19 Thread Launchpad Bug Tracker
This bug was fixed in the package oggconvert - 0.3.1-1ubuntu1 --- oggconvert (0.3.1-1ubuntu1) hardy; urgency=low * Merge from debian unstable. Fix LP: #175770 Remaining changes: - Suggest gstreamer multiverse plugins oggconvert (0.3.1-1) unstable; urgency=low * New

[Bug 175770] Re: oggconvert breaks modules list in python's Interactive help

2008-01-17 Thread Luca Falavigna
Thanks Tristan, I'll upload new version soon. ** Changed in: oggconvert (Ubuntu) Assignee: (unassigned) = Luca Falavigna (dktrkranz) Status: Confirmed = Fix Committed -- oggconvert breaks modules list in python's Interactive help https://bugs.launchpad.net/bugs/175770 You received

[Bug 175770] Re: oggconvert breaks modules list in python's Interactive help

2008-01-17 Thread Tristan Brindle
Fix released in 0.3.1 ** Changed in: oggconvert Status: Confirmed = Fix Released -- oggconvert breaks modules list in python's Interactive help https://bugs.launchpad.net/bugs/175770 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 175770] Re: oggconvert breaks modules list in python's Interactive help

2008-01-14 Thread Tristan Brindle
Well, I guess this is a lesson: don't initialise things in __init__.py! I can't actually recreate this myself (help modules has a problem with something else before it reaches OggConvert on my system), but I think I know what's going wrong and I'll fix it in the next version. ** Changed in:

[Bug 175770] Re: oggconvert breaks modules list in python's Interactive help

2007-12-13 Thread Luca Falavigna
** Also affects: oggconvert Importance: Undecided Status: New ** Changed in: oggconvert (Ubuntu) Importance: Undecided = Low Status: New = Confirmed -- oggconvert breaks modules list in python's Interactive help https://bugs.launchpad.net/bugs/175770 You received this bug

[Bug 175770] Re: oggconvert breaks modules list in python's Interactive help

2007-12-13 Thread ode
I commented out the below two lines in /usr/lib/python2.5/site- packages/pygst.py and the modules command then worked in the python shell. if sys.modules.has_key('gst'): raise RequiredVersionError, pygst.require() must be called before importing gst -- oggconvert breaks modules list in