Bug#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-04-28 Thread Raphael Hertzog
I have the same error. Here are my notes.

On Tue, 31 Mar 2009, Rene Engelhard wrote:
 Hrm, but python-uno is there (was it before the install of -emailmerge, too?)
 and provides this (and in  contrast to 3.1.0 actually does work...
 
 And what you pasted was preinst. What happened during postinst?

Paramétrage de openoffice.org-emailmerge (1:3.0.1-11) ...
Adding extension /usr/lib/openoffice/basis3.0/program/mailmerge.py...Extension 
has already been added: org.openoffice.legacy.mailmerge.py
 done.

python-uno was also installed here. It looks like the extension got installed
once but that the upgrade can't remove it anymore.

I just ran the preinst by hand and it worked...

sudo sh -x /var/lib/dpkg/info/openoffice.org-emailmerge.preinst upgrade
[sudo] password for rhertzog: 
+ set -e
+ THIS_PACKAGE=openoffice.org-emailmerge
+ THIS_SCRIPT=preinst
+ LIBSUFFIX=lx
+ PLATFORMID=linux_x86_64
++ stty size
++ awk '{print $2}'
+ DEFCOLUMNS=84
+ expr 84 : '[[:digit:]]\+$'
+ VER=
+ case $1 in
+ remove_extension org.openoffice.legacy.mailmerge.py
+ /usr/lib/openoffice/program/unopkg list --shared 
org.openoffice.legacy.mailmerge.py
+ echo -n 'Removing extension org.openoffice.legacy.mailmerge.py...'
Removing extension org.openoffice.legacy.mailmerge.py...++ mktemp -d
+ INSTDIR=/tmp/tmp.6i3w85
+ /usr/lib/openoffice/program/unopkg remove --shared 
org.openoffice.legacy.mailmerge.py 
-env:UserInstallation=file:///tmp/tmp.6i3w85 
-env:UNO_JAVA_JFW_INSTALL_DATA=file:///var/lib/openoffice/javasettingsunopkginstall.xml
 -env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1
+ '[' -n /tmp/tmp.6i3w85 ']'
+ rm -rf /tmp/tmp.6i3w85
+ echo ' done.'
 done.
+ flush_unopkg_cache
+ /usr/lib/openoffice/program/unopkg list --shared
+ exit 0

Now postinst also works without displaying any error and reinstallation of the 
package is fine.

It's a bit weird. Paul, does aptitude reinstall
openoffice.org-emailmerge solve your problem ?

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-04-28 Thread Paul Menzel
Am Dienstag, den 28.04.2009, 09:28 +0200 schrieb Raphael Hertzog:
 I have the same error. Here are my notes.
 
 On Tue, 31 Mar 2009, Rene Engelhard wrote:
  Hrm, but python-uno is there (was it before the install of -emailmerge, 
  too?)
  and provides this (and in  contrast to 3.1.0 actually does work...
  
  And what you pasted was preinst. What happened during postinst?
 
 Paramétrage de openoffice.org-emailmerge (1:3.0.1-11) ...
 Adding extension 
 /usr/lib/openoffice/basis3.0/program/mailmerge.py...Extension has already 
 been added: org.openoffice.legacy.mailmerge.py
  done.
 
 python-uno was also installed here. It looks like the extension got installed
 once but that the upgrade can't remove it anymore.
 
 I just ran the preinst by hand and it worked...
 
 sudo sh -x /var/lib/dpkg/info/openoffice.org-emailmerge.preinst upgrade
 [sudo] password for rhertzog: 
 + set -e
 + THIS_PACKAGE=openoffice.org-emailmerge
 + THIS_SCRIPT=preinst
 + LIBSUFFIX=lx
 + PLATFORMID=linux_x86_64
 ++ stty size
 ++ awk '{print $2}'
 + DEFCOLUMNS=84
 + expr 84 : '[[:digit:]]\+$'
 + VER=
 + case $1 in
 + remove_extension org.openoffice.legacy.mailmerge.py
 + /usr/lib/openoffice/program/unopkg list --shared 
 org.openoffice.legacy.mailmerge.py
 + echo -n 'Removing extension org.openoffice.legacy.mailmerge.py...'
 Removing extension org.openoffice.legacy.mailmerge.py...++ mktemp -d
 + INSTDIR=/tmp/tmp.6i3w85
 + /usr/lib/openoffice/program/unopkg remove --shared 
 org.openoffice.legacy.mailmerge.py 
 -env:UserInstallation=file:///tmp/tmp.6i3w85 
 -env:UNO_JAVA_JFW_INSTALL_DATA=file:///var/lib/openoffice/javasettingsunopkginstall.xml
  -env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1
 + '[' -n /tmp/tmp.6i3w85 ']'
 + rm -rf /tmp/tmp.6i3w85
 + echo ' done.'
  done.
 + flush_unopkg_cache
 + /usr/lib/openoffice/program/unopkg list --shared
 + exit 0
 
 Now postinst also works without displaying any error and reinstallation of 
 the package is fine.
 
 It's a bit weird. Paul, does aptitude reinstall
 openoffice.org-emailmerge solve your problem ?

I forgot to write that I just saw this problem this one time. Afterward
each upgrade worked without any problems and I was not able to reproduce
it.

Or do you want me to try »aptitude reinstall openoffice.org-emailmerge«
for testing purposes?


Thanks,

Paul


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-04-28 Thread Paul Menzel
Am Dienstag, den 28.04.2009, 09:53 +0200 schrieb Paul Menzel:
 Am Dienstag, den 28.04.2009, 09:28 +0200 schrieb Raphael Hertzog:
  I have the same error. Here are my notes.
  
  On Tue, 31 Mar 2009, Rene Engelhard wrote:
   Hrm, but python-uno is there (was it before the install of -emailmerge, 
   too?)
   and provides this (and in  contrast to 3.1.0 actually does work...
   
   And what you pasted was preinst. What happened during postinst?
  
  Paramétrage de openoffice.org-emailmerge (1:3.0.1-11) ...
  Adding extension 
  /usr/lib/openoffice/basis3.0/program/mailmerge.py...Extension has already 
  been added: org.openoffice.legacy.mailmerge.py
   done.
  
  python-uno was also installed here. It looks like the extension got 
  installed
  once but that the upgrade can't remove it anymore.
  
  I just ran the preinst by hand and it worked...
  
  sudo sh -x /var/lib/dpkg/info/openoffice.org-emailmerge.preinst upgrade
  [sudo] password for rhertzog: 
  + set -e
  + THIS_PACKAGE=openoffice.org-emailmerge
  + THIS_SCRIPT=preinst
  + LIBSUFFIX=lx
  + PLATFORMID=linux_x86_64
  ++ stty size
  ++ awk '{print $2}'
  + DEFCOLUMNS=84
  + expr 84 : '[[:digit:]]\+$'
  + VER=
  + case $1 in
  + remove_extension org.openoffice.legacy.mailmerge.py
  + /usr/lib/openoffice/program/unopkg list --shared 
  org.openoffice.legacy.mailmerge.py
  + echo -n 'Removing extension org.openoffice.legacy.mailmerge.py...'
  Removing extension org.openoffice.legacy.mailmerge.py...++ mktemp -d
  + INSTDIR=/tmp/tmp.6i3w85
  + /usr/lib/openoffice/program/unopkg remove --shared 
  org.openoffice.legacy.mailmerge.py 
  -env:UserInstallation=file:///tmp/tmp.6i3w85 
  -env:UNO_JAVA_JFW_INSTALL_DATA=file:///var/lib/openoffice/javasettingsunopkginstall.xml
   -env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1
  + '[' -n /tmp/tmp.6i3w85 ']'
  + rm -rf /tmp/tmp.6i3w85
  + echo ' done.'
   done.
  + flush_unopkg_cache
  + /usr/lib/openoffice/program/unopkg list --shared
  + exit 0
  
  Now postinst also works without displaying any error and reinstallation of 
  the package is fine.
  
  It's a bit weird. Paul, does aptitude reinstall
  openoffice.org-emailmerge solve your problem ?
 
 I forgot to write that I just saw this problem this one time. Afterward
 each upgrade worked without any problems and I was not able to reproduce
 it.

Sorry, I must be blind. Doing aptitude update and aptitude safe-upgrade
today, the same error did occur again.

 Or do you want me to try »aptitude reinstall openoffice.org-emailmerge«
 for testing purposes?

I executed this command and it worked as expected.


Thanks,

Paul


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-04-28 Thread Rene Engelhard
Hi,

Raphael Hertzog wrote:
 So the problem only happens during upgrades. If python-uno is unpacked but
 not configured, it will not work, you can easily reproduce the problem
 by doing this:
 rhert...@rivendell:~$ sudo dpkg --unpack 
 /var/cache/apt/archives/python-uno_1%3a3.0.1-11_i386.deb 
 (Lecture de la base de données... 235909 fichiers et répertoires déjà 
 installés.)
 Préparation du remplacement de python-uno 1:3.0.1-11 (en utilisant 
 .../python-uno_1%3a3.0.1-11_i386.deb) ...
 Dépaquetage de la mise à jour de python-uno ...
 rhert...@rivendell:~$ sudo dpkg --unpack 
 /var/cache/apt/archives/openoffice.org-emailmerge_1%3a3.0.1-11_all.deb 
 (Lecture de la base de données... 235909 fichiers et répertoires déjà 
 installés.)
 Préparation du remplacement de openoffice.org-emailmerge 1:3.0.1-11 (en 
 utilisant .../openoffice.org-emailmerge_1%3a3.0.1-11_all.deb) ...
 Removing extension org.openoffice.legacy.mailmerge.py...
 ERROR: python-loader:type 'exceptions.ImportError': No module named 
 pythonloader, traceback follows
 no traceback available
 
 unopkg failed.
  done.
 Dépaquetage de la mise à jour de openoffice.org-emailmerge ...
 
 Either you pre-depend on python-uno or you ensure that python-uno is
 functional when simply unpacked (and not configured). Or you stop removing

Tell that our beloved new python policy guys with pycentral/pysupport, please.
Where the stuff is only there after the packages' postinst ran.

 the extension in the preinst and do everything in the postinst.

No, it has to be removed in the preinst, because the postinst registers the
*new* one, and the old one should be gone before the new one gets installed.
Otherwise you might get interesting effects..

Looks like I need a Pre-Depends: on python-uno. sigh.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-04-28 Thread Raphael Hertzog
tag 522022 - moreinfo unreproducible
thanks

So the problem only happens during upgrades. If python-uno is unpacked but
not configured, it will not work, you can easily reproduce the problem
by doing this:
rhert...@rivendell:~$ sudo dpkg --unpack 
/var/cache/apt/archives/python-uno_1%3a3.0.1-11_i386.deb 
(Lecture de la base de données... 235909 fichiers et répertoires déjà 
installés.)
Préparation du remplacement de python-uno 1:3.0.1-11 (en utilisant 
.../python-uno_1%3a3.0.1-11_i386.deb) ...
Dépaquetage de la mise à jour de python-uno ...
rhert...@rivendell:~$ sudo dpkg --unpack 
/var/cache/apt/archives/openoffice.org-emailmerge_1%3a3.0.1-11_all.deb 
(Lecture de la base de données... 235909 fichiers et répertoires déjà 
installés.)
Préparation du remplacement de openoffice.org-emailmerge 1:3.0.1-11 (en 
utilisant .../openoffice.org-emailmerge_1%3a3.0.1-11_all.deb) ...
Removing extension org.openoffice.legacy.mailmerge.py...
ERROR: python-loader:type 'exceptions.ImportError': No module named 
pythonloader, traceback follows
no traceback available

unopkg failed.
 done.
Dépaquetage de la mise à jour de openoffice.org-emailmerge ...

Either you pre-depend on python-uno or you ensure that python-uno is
functional when simply unpacked (and not configured). Or you stop removing
the extension in the preinst and do everything in the postinst.

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-04-28 Thread Josselin Mouette
Le mardi 28 avril 2009 à 11:45 +0200, Rene Engelhard a écrit :
  Préparation du remplacement de openoffice.org-emailmerge 1:3.0.1-11 (en 
  utilisant .../openoffice.org-emailmerge_1%3a3.0.1-11_all.deb) ...
  Removing extension org.openoffice.legacy.mailmerge.py...
  ERROR: python-loader:type 'exceptions.ImportError': No module named 
  pythonloader, traceback follows
  no traceback available
  
  unopkg failed.
   done.
  Dépaquetage de la mise à jour de openoffice.org-emailmerge ...
  
  Either you pre-depend on python-uno or you ensure that python-uno is
  functional when simply unpacked (and not configured). Or you stop removing

No, this doesn’t work. There is absolutely no guarantee that
dependencies will be unpacked at the time the preinst is run.

 Tell that our beloved new python policy guys with pycentral/pysupport, please.
 Where the stuff is only there after the packages' postinst ran.

Since this won’t work, you shouldn’t bother with that. There is
absolutely nothing specific to Python here.

  the extension in the preinst and do everything in the postinst.
 
 No, it has to be removed in the preinst, because the postinst registers the
 *new* one, and the old one should be gone before the new one gets installed.
 Otherwise you might get interesting effects..
 
 Looks like I need a Pre-Depends: on python-uno. sigh.

You need a Pre-Depends on whatever is used in the preinst. This is why
it is strongly discouraged to do anything funky in the preinst. If you
have stuff to deconfigure during upgrades, you need to do it, if
possible, in the prerm of the old package.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-04-28 Thread Rene Engelhard
Hi,

Josselin Mouette wrote:
  Looks like I need a Pre-Depends: on python-uno. sigh.
 
 You need a Pre-Depends on whatever is used in the preinst. This is why
 it is strongly discouraged to do anything funky in the preinst. If you
 have stuff to deconfigure during upgrades, you need to do it, if
 possible, in the prerm of the old package.

If possible is the key here, I don't really feel good removing the extension
and *then* deregister the extension, what I currently do is:
 - deregister in prerm
 - register in postinst
 - deregister in preinst on updates, then of course followed by the postinsts
   registration

In this specific case this is even more interesting, since mailmerge.py
normall is not an extension...

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-04-09 Thread Paul Menzel
Dear Rene,


Am Donnerstag, den 09.04.2009, 00:50 +0200 schrieb Rene Engelhard:

 Paul Menzel wrote:
  Am Dienstag, den 31.03.2009, 09:38 +0200 schrieb Rene Engelhard:
  
   Paul Menzel wrote:
Vorbereiten zum Ersetzen von openoffice.org-emailmerge 1:3.0.1-8 (durch 
.../openoffice.org-emailmerge_1%3a3.0.1-9_all.deb) ...
Removing extension org.openoffice.legacy.mailmerge.py...
ERROR: python-loader:type 'exceptions.ImportError': No module named 
pythonloader, traceback follows
no traceback available

unopkg failed.
 done.
Entpacke Ersatz für openoffice.org-emailmerge ...
   
   Hrm, but python-uno is there (was it before the install of -emailmerge, 
   too?)
   and provides this (and in  contrast to 3.1.0 actually does work...
  
  Yes it had been installed before.
  
  [AKTUALISIERUNG] python-uno 1:3.0.1-8 - 1:3.0.1-9
 
 And you don't happen to have some rests from 3.1.0 tests around?

Well, I do have experimental in sources.list, but I have never installed
3.1.0 as far as I know.

$ grep 3.1.0 /var/log/dpkg.log | grep open
2009-03-24 09:07:15 configure openbios-ppc 1.0-3 1.0-3

-- Package-specific info:
Identifier: org.openoffice.legacy.mailmerge.py
  URL: 
vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE/uno_packages/0AT7vO_/mailmerge.py
  is registered: yes
  Media-Type: application/vnd.sun.star.uno-component;type=Python
  Description: 
   
   this shows that this is at leat registered.
  
  Well, I do not know anything about this. I just saw the error and filed
  this report. Sorry.
  
  If I can help with anything else I can do, please tell me.
 
 Hrm. The preinst/prerm error sounds suspicously as #522536 and #522712. But 
 those
 are only explainable on 3.1.0, for 3.0.1 all pyUNO functions do work

Strange.

Well, maybe close this for now, since I am the only one having
experienced this. Maybe you can add a note to this report, what should
be checked right after this error occurs. (print environment variables?)


Thanks and frohe Ostern,

Paul


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-04-08 Thread Rene Engelhard
tag 522022 + unreproducible
tag 522022 + moreinfo
thanks

Hi,

Paul Menzel wrote:
 Am Dienstag, den 31.03.2009, 09:38 +0200 schrieb Rene Engelhard:
 
  Paul Menzel wrote:
   Vorbereiten zum Ersetzen von openoffice.org-emailmerge 1:3.0.1-8 (durch 
   .../openoffice.org-emailmerge_1%3a3.0.1-9_all.deb) ...
   Removing extension org.openoffice.legacy.mailmerge.py...
   ERROR: python-loader:type 'exceptions.ImportError': No module named 
   pythonloader, traceback follows
   no traceback available
   
   unopkg failed.
done.
   Entpacke Ersatz für openoffice.org-emailmerge ...
  
  Hrm, but python-uno is there (was it before the install of -emailmerge, 
  too?)
  and provides this (and in  contrast to 3.1.0 actually does work...
 
 Yes it had been installed before.
 
 [AKTUALISIERUNG] python-uno 1:3.0.1-8 - 1:3.0.1-9

And you don't happen to have some rests from 3.1.0 tests around?

   -- Package-specific info:
   Identifier: org.openoffice.legacy.mailmerge.py
 URL: 
   vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE/uno_packages/0AT7vO_/mailmerge.py
 is registered: yes
 Media-Type: application/vnd.sun.star.uno-component;type=Python
 Description: 
  
  this shows that this is at leat registered.
 
 Well, I do not know anything about this. I just saw the error and filed
 this report. Sorry.
 
 If I can help with anything else I can do, please tell me.

Hrm. The preinst/prerm error sounds suspicously as #522536 and #522712. But 
those
are only explainable on 3.1.0, for 3.0.1 all pyUNO functions do work

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-03-31 Thread Paul Menzel
Subject: ERROR: python-loader:type 'exceptions.ImportError': No module named 
pythonloader
Package: openoffice.org-emailmerge
Version: 1:3.0.1-9
Severity: normal

*** Please type your report below this line ***

Dear Debian folks,


updating OO.org today on Sid the following was shown on the console.

Vorbereiten zum Ersetzen von openoffice.org-emailmerge 1:3.0.1-8 (durch 
.../openoffice.org-emailmerge_1%3a3.0.1-9_all.deb) ...
Removing extension org.openoffice.legacy.mailmerge.py...
ERROR: python-loader:type 'exceptions.ImportError': No module named 
pythonloader, traceback follows
no traceback available

unopkg failed.
 done.
Entpacke Ersatz für openoffice.org-emailmerge ...


Thanks,

Paul

-- Package-specific info:
Identifier: org.openoffice.legacy.mailmerge.py
  URL: 
vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE/uno_packages/0AT7vO_/mailmerge.py
  is registered: yes
  Media-Type: application/vnd.sun.star.uno-component;type=Python
  Description: 

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openoffice.org-emailmerge depends on:
ii  python-uno1:3.0.1-9  full-featured office productivity 

openoffice.org-emailmerge recommends no packages.

openoffice.org-emailmerge suggests no packages.

Versions of packages python-uno depends on:
ii  libc6   2.9-6GNU C Library: Shared libraries
ii  libgcc1 1:4.3.3-5GCC support library
ii  libstdc++6  4.3.3-5  The GNU Standard C++ Library v3
ii  libstlport4.6ldbl   4.6.2-5  STLport C++ class library
ii  openoffice.org-core 1:3.0.1-9full-featured office productivity 
ii  python  2.5.4-2  An interactive high-level object-o
ii  python-central  0.6.11   register and build utility for Pyt
ii  python2.5   2.5.4-1  An interactive high-level object-o
ii  ure 1.4.1+OOo3.0.1-9 OpenOffice.org UNO runtime environ

-- no debconf information


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-03-31 Thread Rene Engelhard
Hi,

Paul Menzel wrote:
 Vorbereiten zum Ersetzen von openoffice.org-emailmerge 1:3.0.1-8 (durch 
 .../openoffice.org-emailmerge_1%3a3.0.1-9_all.deb) ...
 Removing extension org.openoffice.legacy.mailmerge.py...
 ERROR: python-loader:type 'exceptions.ImportError': No module named 
 pythonloader, traceback follows
 no traceback available
 
 unopkg failed.
  done.
 Entpacke Ersatz für openoffice.org-emailmerge ...

Hrm, but python-uno is there (was it before the install of -emailmerge, too?)
and provides this (and in  contrast to 3.1.0 actually does work...

And what you pasted was preinst. What happened during postinst?

Since

 -- Package-specific info:
 Identifier: org.openoffice.legacy.mailmerge.py
   URL: 
 vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE/uno_packages/0AT7vO_/mailmerge.py
   is registered: yes
   Media-Type: application/vnd.sun.star.uno-component;type=Python
   Description: 

this shows that this is at leat registered.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-03-31 Thread Paul Menzel
Dear Rene,


Am Dienstag, den 31.03.2009, 09:38 +0200 schrieb Rene Engelhard:

 Paul Menzel wrote:
  Vorbereiten zum Ersetzen von openoffice.org-emailmerge 1:3.0.1-8 (durch 
  .../openoffice.org-emailmerge_1%3a3.0.1-9_all.deb) ...
  Removing extension org.openoffice.legacy.mailmerge.py...
  ERROR: python-loader:type 'exceptions.ImportError': No module named 
  pythonloader, traceback follows
  no traceback available
  
  unopkg failed.
   done.
  Entpacke Ersatz für openoffice.org-emailmerge ...
 
 Hrm, but python-uno is there (was it before the install of -emailmerge, too?)
 and provides this (and in  contrast to 3.1.0 actually does work...

Yes it had been installed before.

[AKTUALISIERUNG] python-uno 1:3.0.1-8 - 1:3.0.1-9

 And what you pasted was preinst. What happened during postinst?

I did not notice anything suspicious in postinst.

 Since
 
  -- Package-specific info:
  Identifier: org.openoffice.legacy.mailmerge.py
URL: 
  vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE/uno_packages/0AT7vO_/mailmerge.py
is registered: yes
Media-Type: application/vnd.sun.star.uno-component;type=Python
Description: 
 
 this shows that this is at leat registered.

Well, I do not know anything about this. I just saw the error and filed
this report. Sorry.

If I can help with anything else I can do, please tell me.


Thanks,

Paul


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil