[PyKDE] small bug found

Jul j.vienne at libertysurf.fr
Mon Jan 31 13:59:08 GMT 2005


Hi Detlev, 
In eric3, when starting the debugger, the commandline string
may have to be striped before launching the script.
If you copy your commandline from an external shell, your
selection may include the endline character. I don't know if
the endline is considered as an argument of the command, but
the folowing error is raised in the Python shell.
This seems to appear only with debugging mode.

++
Jul.
#########################################################################
  File
"/mnt/softs/CDAT/lib/python2.3/site-packages/eric3/Debugger/DebugClient.py",
line 55, in ?
    debugClient.main()
  File
"/mnt/softs/CDAT/lib/python2.3/site-packages/eric3/Debugger/DebugClientBase.py",
line 1501, in main
    self.interact()
  File
"/mnt/softs/CDAT/lib/python2.3/site-packages/eric3/Debugger/DebugClientBase.py",
line 783, in interact
    self.eventLoop()
  File
"/mnt/softs/CDAT/lib/python2.3/site-packages/eric3/Debugger/DebugClientBase.py",
line 803, in eventLoop
    self.readReady(self.readstream.fileno())
  File
"/mnt/softs/CDAT/lib/python2.3/site-packages/eric3/Debugger/AsyncIOBase.py",
line 68, in readReady
    self.handleLine(s)
  File
"/mnt/softs/CDAT/lib/python2.3/site-packages/eric3/Debugger/DebugClientBase.py",
line 347, in handleLine
    wd, fn, args, tracePython = arg.split('|')
ValueError: unpack list of wrong size
************************ ADSL JUSQU'A 16 MEGA + TELEPHONE GRATUIT ************************
L'ultra haut débit à 30EUR/mois seulement ! Et vous téléphonez gratuitement en France vers les postes fixes, hors numéros spéciaux.
Pour profiter de cette offre exceptionnelle, cliquez ici : http://register.tiscali.fr/adsl/  (voir conditions sur le site)






More information about the PyQt mailing list