[pyrepl-dev] CmdReader bug?

Doron Tal doron.tal.list at gmail.com
Mon Feb 9 13:23:06 CET 2009


Python 2.4.3 (#1, May 24 2008, 13:57:05)
[GCC 4.1.2 20070626 (Red Hat 4.1.2-14)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import cmd
>>> from pyrepl.cmdrepl import replize
>>> newcmd = replize(cmd.Cmd)
>>> mycmd = newcmd()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "build/bdist.linux-x86_64/egg/pyrepl/cmdrepl.py", line 85, in __init__
  File "build/bdist.linux-x86_64/egg/pyrepl/cmdrepl.py", line 49, in __init__
TypeError: __init__() takes exactly 2 arguments (1 given)
>>>


More information about the pyrepl-dev mailing list