Bug#305520: Unable to start foomatic-gui due to missing module 'foomatic'

2005-04-20 Thread Max Gilead
Subject: Unable to start foomatic-gui due to missing module 'foomatic'
Package: foomatic-gui
Version: 0.7.4.10
Severity: important

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

When I start foomatic-gui I get this:

$ foomatic-gui
Traceback (most recent call last):
  File "/usr/bin/foomatic-gui", line 39, in ?
import foomatic
ImportError: No module named foomatic


I'm not sure what other diagnostic information would be useful so please
request any info you would need.

Thanks,
Max

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages foomatic-gui depends on:
ii  gksu  1.2.5-1graphical frontend to su
ii  python2.3.5-2An interactive high-level object-o
ii  python-foomatic   0.7.4.10   Python interface to the Foomatic p
ii  python-glade2 2.6.1-2GTK+ bindings: Glade support
ii  python-gnome2 2.6.1-1Python bindings for the GNOME desk
ii  python-gtk2   2.6.1-2Python bindings for the GTK+ widge
ii  python2.3-gnome2  2.6.1-1Python bindings for the GNOME desk

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#305520: Unable to start foomatic-gui due to missing module 'foomatic'

2005-04-20 Thread Chris Lawrence
On 4/20/05, Max Gilead <[EMAIL PROTECTED]> wrote:
> Subject: Unable to start foomatic-gui due to missing module 'foomatic'
> Package: foomatic-gui
> Version: 0.7.4.10
> Severity: important
> 
> *** Please type your report below this line ***
> 
> When I start foomatic-gui I get this:
> 
> $ foomatic-gui
> Traceback (most recent call last):
>   File "/usr/bin/foomatic-gui", line 39, in ?
> import foomatic
> ImportError: No module named foomatic
> 
> I'm not sure what other diagnostic information would be useful so please
> request any info you would need.

This is rather mysterious... what does "python -c 'import foomatic'" say?


Chris
-- 
Chris Lawrence - http://blog.lordsutch.com/



Bug#305520: Unable to start foomatic-gui due to missing module 'foomatic'

2005-04-20 Thread Max Gilead
Hi Chris!

> > When I start foomatic-gui I get this:
> > $ foomatic-gui
> > Traceback (most recent call last):
> >   File "/usr/bin/foomatic-gui", line 39, in ?
> > import foomatic
> > ImportError: No module named foomatic
> This is rather mysterious... what does "python -c 'import foomatic'" say?

Here is the result:

$ python -c 'import foomatic'
Traceback (most recent call last):
  File "", line 1, in ?
ImportError: No module named foomatic

Max


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#305520: Unable to start foomatic-gui due to missing module 'foomatic'

2005-04-21 Thread Max Gilead
On Wed, 20 Apr 2005, Chris Lawrence wrote:
> On 4/20/05, Max Gilead <[EMAIL PROTECTED]> wrote:
> > Here is the result:
> >
> > $ python -c 'import foomatic'
> > Traceback (most recent call last):
> >   File "", line 1, in ?
> > ImportError: No module named foomatic
>
> Doubly strange; frankly, I'm at a loss.  Could you reinstall the
> python-foomatic package and tell me if that fixes the problem?

Hm, reinstalling didn't help but removing and installing again did. Log
below. Thanks for helping!! :-)

Regards,
Max


barracuda:~# apt-get install --reinstall python-foomatic
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 1 not
upgraded.
Need to get 28.1kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 ftp://ftp.pl.debian.org unstable/main python-foomatic 0.7.4.10
[28.1kB]
Fetched 28.1kB in 0s (508kB/s)
(Reading database ... 108864 files and directories currently installed.)
Preparing to replace python-foomatic 0.7.4.10 (using
.../python-foomatic_0.7.4.10_all.deb) ...
Unpacking replacement python-foomatic ...
Setting up python-foomatic (0.7.4.10) ...

barracuda:~# python -c 'import foomatic'
Traceback (most recent call last):
  File "", line 1, in ?
ImportError: No module named foomatic
barracuda:~# apt-get remove --purge python-foomatic
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
  foomatic-gui* python-foomatic*
0 upgraded, 0 newly installed, 2 to remove and 1 not upgraded.
Need to get 0B of archives.
After unpacking 356kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 108864 files and directories currently installed.)
Removing foomatic-gui ...
Purging configuration files for foomatic-gui ...
Removing python-foomatic ...
barracuda:~# apt-get install foomatic-gui python-foomatic
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  foomatic-gui python-foomatic
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 55.6kB/83.7kB of archives.
After unpacking 356kB of additional disk space will be used.
Get:1 ftp://ftp.pl.debian.org unstable/main foomatic-gui 0.7.4.10 [55.6kB]
Fetched 55.6kB in 0s (519kB/s)
Selecting previously deselected package python-foomatic.
(Reading database ... 108828 files and directories currently installed.)
Unpacking python-foomatic (from .../python-foomatic_0.7.4.10_all.deb) ...
Selecting previously deselected package foomatic-gui.
Unpacking foomatic-gui (from .../foomatic-gui_0.7.4.10_all.deb) ...
Setting up python-foomatic (0.7.4.10) ...

Setting up foomatic-gui (0.7.4.10) ...

barracuda:~# python -c 'import foomatic'
barracuda:~#


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]