[PyKDE] eric. the debugger

Phil Thompson phil at river-bank.demon.co.uk
Wed Oct 11 10:29:15 BST 2000


Boudewijn Rempt wrote:
> 
> I'm sorry if I haven't just looked deep enough, but when
> I run eric I get the following error:
> 
>   File "eric.py", line 22, in ?
>     dbs = DebugServer()
>   File "DebugServer.py", line 57, in __init__
>     self.startRemote()
>   File "DebugServer.py", line 63, in startRemote
>     os.spawnv(os.P_NOWAIT,sys.executable,
> AttributeError: spawnv
> 
> Is that because eric is Python 2.0 only? If so, I'll be trying
> again on my laptop - it has come just in time for a possible
> inclusion in my Python IDE/Debugger review for InformIT.

It was developed with Python 1.6.

Phil




More information about the PyQt mailing list