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
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
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
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
** 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
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
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
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
** 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
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
** 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
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.
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
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
14 matches
Mail list logo