On 1/24/2006, "Gustavo Franco" <[EMAIL PROTECTED]> wrote:


>I'm unable to mail you from my primary provider' smtp server (due to

>blacklists). Can you take a look at http://bugs.debian.org/348861 to

>read my reply?



Installed 0.1.4. Getting the same bug , but at lines 35 and 255 rather

than 29 and 257... (same function and statement, but just moved around a

bit)



Incidentally, I also ran into a seperate bug. Attempting to install an

incorrectly formatted package got me the following:



/usr/lib/python2.3/site-packages/apt/__init__.py:17: FutureWarning: apt

API not stable yet

  warnings.warn("apt API not stable yet", FutureWarning)

Reading package lists: Done

Building dependency tree: Done

Building dependency tree: Done

Building dependency tree: Done

Traceback (most recent call last):

  File "/usr/bin/gdebi", line 24, in ?

    if not debi.open(sys.argv[1]):

  File "/usr/lib/python2.3/site-packages/GDebi/GDebiCli.py", line 18,

in open

    print _("Failed to open the deb package"),

NameError: global name '_' is not defined



Adding ", _" to the "from DebPackage" line in

/usr/lib/python2.3/site-packages/GDebi/GDebiCli.py fixed this.



Tom

Reply via email to