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 "<string>", line 1, in ? ImportError: No module named foomatic Max -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

