Re: error: argument after ** must be a dictionary
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: error: argument after ** must be a dictionary

From: abcd <codecraig@gmail.com>
Date: Wed Mar 01 2006 - 20:04:21 CET

Not sure if it matters, but this occurs when running a unittest.

The trace back is:
Traceback (most recent call last):
  File "C:\Python24\Lib\threading.py", line 442, in __bootstrap
    self.run()
  File "C:\Python24\Lib\threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
TypeError: MyTestCase object argument after ** must be a dictionary

Unhandled exception in thread started by <bound method
backendCmd._getIncomingDataPacket of <dbgp.client.backendCmd instance
at 0x00B28B70>>
Received on Sun Apr 30 10:35:05 2006