[Bug 132583] Re: python-uno can't be imported

2008-01-23 Thread Steve Langasek
confirmed, this module imports fine; marking as "fix released" in hardy. ** Changed in: openoffice.org (Ubuntu Hardy) Status: In Progress => Fix Released -- python-uno can't be imported https://bugs.launchpad.net/bugs/132583 You received this bug notification because you are a member of U

[Bug 132583] Re: python-uno can't be imported

2008-01-23 Thread Pedro Villavicencio
This is fixed for me with python-uno 1:2.3.1-3ubuntu2, can someone else confirm? -- python-uno can't be imported https://bugs.launchpad.net/bugs/132583 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ub

[Bug 132583] Re: python-uno can't be imported

2008-01-22 Thread Kit
Confirming this error on latest Hardy: /$ python -c "import uno" Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.5/site-packages/uno.py", line 37, in import pyuno SystemError: dynamic module not initialized properly /$ python -V Python 2.5.2a0 /$ dpkg -l | g

[Bug 132583] Re: python-uno can't be imported

2008-01-11 Thread Martin Pitt
Chris, please ensure that his gets fixed ASAP in hardy, too. Or is it already fixed in the current source? Then it just needs to build on amd64 eventually. Bumping priority since this is a fixed SRU which is not yet fixed in Hardy, and thus violating SRU policy. ** Changed in: openoffice.org (Ubu

[Bug 132583] Re: python-uno can't be imported

2007-12-05 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Status: Confirmed => In Progress Target: hardy-alpha-1 => None -- python-uno can't be imported https://bugs.launchpad.net/bugs/132583 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubunt

[Bug 132583] Re: python-uno can't be imported

2007-12-04 Thread Martin Pitt
Copied to gutsy-updates. ** Changed in: openoffice.org (Ubuntu Gutsy) Status: Fix Committed => Fix Released -- python-uno can't be imported https://bugs.launchpad.net/bugs/132583 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubunt

[Bug 132583] Re: python-uno can't be imported

2007-11-30 Thread Pedro Villavicencio
Verification done: Test with openoffice.org 1:2.3.0-1ubuntu5 the python -c "import uno" fails. Tested with openoffice.org 1:2.3.0-1ubuntu5.3 the python -c "import uno" works fine. thanks, ** Tags added: verification-done ** Tags removed: verification-needed -- python-uno can't be imported ht

[Bug 132583] Re: python-uno can't be imported

2007-11-26 Thread Martin Pitt
Accepted into gutsy-proposed, please test: openoffice.org (1:2.3.0-1ubuntu5.2) gutsy-proposed; urgency=low * debian/rules: Rename intro.bmp to openintro_ubuntu.bmp. Closes LP: #155125 * debian/rules move libdba680lx.so from openoffice.org-base to openoffice.org-core. Closes LP: #2

[Bug 132583] Re: python-uno can't be imported

2007-11-26 Thread Chris Cheney
** Description changed: Binary package hint: python-uno ~$ python -c "import uno" Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.5/site-packages/uno.py", line 37, in import pyuno SystemError: dynamic module not initialized properly

[Bug 132583] Re: python-uno can't be imported

2007-11-18 Thread Vincenzo Ciancia
My impression is that the fix is just to put the two lines below in /etc/ld.so.conf.d/python-uno.conf #python-uno configuration /usr/lib/openoffice/program and launch ldconfig after installing the package. If so, could the fix be committed as soon as possible? -- python-uno can't be imported h

[Bug 132583] Re: python-uno can't be imported

2007-11-14 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Importance: Undecided => Low Status: New => Confirmed Target: None => hardy-alpha-1 -- python-uno can't be imported https://bugs.launchpad.net/bugs/132583 You received this bug notification because you are a member of Ubuntu Bugs, which is t

[Bug 132583] Re: python-uno can't be imported

2007-10-24 Thread pmartino
It seems to be a ldconfig problem. As said in bug 139077 > ldconfig /usr/lib/openoffice/program solve the bug -- python-uno can't be imported https://bugs.launchpad.net/bugs/132583 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 132583] Re: python-uno can't be imported

2007-10-23 Thread pmartino
I just installed Gutsy and I confirm this bug or at least this change. The problem is that before Gutsy, the path to the Openoffice library was set in the pyuno.so and it is no more the case. I don't know if it is a change in the policy in debian or a bug. To use python-uno in Gutsy you must first

[Bug 132583] Re: python-uno can't be imported

2007-09-29 Thread Douglas Peter Sculley
I can confirm this error for Gutsy ~$ python -c "import uno" Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.5/site-packages/uno.py", line 37, in import pyuno SystemError: dynamic module not initialized properly ~$ python -V Python 2.5.1 ~$ dpkg -l | grep py