[issue348] Fails to download from channel w/ query args in the url.

Edward Rudd at Labix Tracker tracker at labix.org
Fri Dec 28 08:44:24 PST 2007


Edward Rudd <erudd at netfor.com> added the comment:

if I install pycurl 7.12.1  smart crashes when downloading the first package
with this backtrace

Traceback (most recent call last):pm                                           
                                                            
  File "/usr/bin/smart", line 194, in ?
    main(sys.argv[1:])
  File "/usr/bin/smart", line 167, in main
    exitcode = iface.run(opts.command, opts.argv)
  File "/usr/lib/python2.3/site-packages/smart/interfaces/text/interactive.py",
line 46, in run
    Interpreter(self._ctrl).cmdloop()
  File "/usr/lib/python2.3/cmd.py", line 133, in cmdloop
    stop = self.onecmd(line)
  File "/usr/lib/python2.3/site-packages/smart/interfaces/text/interactive.py",
line 195, in onecmd
    return Cmd.onecmd(self, line)
  File "/usr/lib/python2.3/cmd.py", line 210, in onecmd
    return func(arg)
  File "/usr/lib/python2.3/site-packages/smart/interfaces/text/interactive.py",
line 516, in do_commit
    if self._ctrl.commitTransaction(transaction):
  File "/usr/lib/python2.3/site-packages/smart/control.py", line 500, in
commitTransaction
    return self.commitChangeSet(trans.getChangeSet(), caching, confirm)
  File "/usr/lib/python2.3/site-packages/smart/control.py", line 545, in
commitChangeSet
    caching)
  File "/usr/lib/python2.3/site-packages/smart/control.py", line 658, in
fetchPackages
    fetcher.run(what=_("packages"))
  File "/usr/lib/python2.3/site-packages/smart/fetcher.py", line 243, in run
    if not handler.tick():
  File "/usr/lib/python2.3/site-packages/smart/fetcher.py", line 1653, in tick
    pycurl.TIMECONDITION_NONE)
AttributeError: 'module' object has no attribute 'TIMECONDITION_NONE'

seems the TIMECONDITION_NONE isn't defined in 7.12(dag's el4 repo) It is in
7.16.4 (fc8)

_______________________________________
Labix issue tracker <tracker at labix.org>
<http://tracker.labix.org/issue348>
_______________________________________



More information about the Smart mailing list