Package: pydb Version: 1.01-10 Severity: normal Hi,
% pydb /usr/bin/rubber skript.latex
(Pdb) run skript.latex
Starting program:
No executable file specified.
(Pdb) file /usr/bin/rubber
Traceback (most recent call last):
File "/usr/bin/pydb", line 1067, in ?
outer.cmdloop()
File "/var/lib/python-support/python2.3/pydbcmd.py", line 32, in cmdloop
stop = self.onecmd(line)
File "/var/lib/python-support/python2.3/pydbcmd.py", line 56, in onecmd
return func(arg)
File "/usr/bin/pydb", line 752, in do_file
exec code in self.outerglobals, self.outerlocals
File "<stdin>", line 1, in ?
ImportError: No module named rubber
zsh: exit 1 pydb /usr/bin/rubber skript.latex
% cat /usr/bin/rubber
#!/usr/bin/python
# This is just a wrapper script for the main Python program
# This script is part of Rubber, which is covered by the GPL license.
# (c) Emmanuel Beffara, 2002
import sys
sys.path.append("/usr/share/rubber")
try:
from rubber.cmdline import Main
sys.exit(Main()(sys.argv[1:]))
except ImportError:
print "I cannot find the program's modules, I am not installed
correctly."
sys.exit(1)
The program rubber is from the package rubber.
Bye, Jörg.
-- System Information:
Debian Release: unstable/experimental
APT prefers unstable
APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-rc6
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages pydb depends on:
ii python 2.3.5-11 An interactive high-level object-o
ii python-support 0.3.8 automated rebuilding support for p
pydb recommends no packages.
-- no debconf information
pgpPGr43Spq3s.pgp
Description: PGP signature

