[Eric] eric 4.1.1 interactive python console problem
Rafał Zawadzki
rafal.zawadzki at sensisoft.com
Tue Mar 4 22:58:29 GMT 2008
Hello. I've just upgrade after reinstall my PyQT to new Eric 4.1.1.
Unfortunately, just after start I got in my log viewer:
Traceback (most recent call last):
File
"c:\Python25\Lib\site-packages\eric4\DebugClients\Python\DebugClient.py",
line 38, in <module>
debugClient.main()
File
"c:\Python25\Lib\site-packages\eric4\DebugClients\Python\DebugClientBase.py",
line 1897, in main
self.connectDebugger(port, remoteAddress, redirect)
File
"c:\Python25\Lib\site-packages\eric4\DebugClients\Python\DebugClientBase.py",
line 980, in connectDebugger
sock.connect((DebugAddress,port))
File "<string>", line 1, in connect
socket.error: (10061, 'Connection refused')
Traceback (most recent call last):
File
"c:\Python25\Lib\site-packages\eric4\DebugClients\Python\DebugClient.py",
line 38, in <module>
debugClient.main()
File
"c:\Python25\Lib\site-packages\eric4\DebugClients\Python\DebugClientBase.py",
line 1897, in main
self.connectDebugger(port, remoteAddress, redirect)
File
"c:\Python25\Lib\site-packages\eric4\DebugClients\Python\DebugClientBase.py",
line 980, in connectDebugger
sock.connect((DebugAddress,port))
File "<string>", line 1, in connect
socket.error: (10061, 'Connection refused')
And another in python shell:
StdErr: Traceback (most recent call last):
File
"c:\Python25\Lib\site-packages\eric4\DebugClients\Python\DebugClient.py",
line 38, in <module>
debugClient.main()
File
"c:\Python25\Lib\site-packages\eric4\DebugClients\Python\DebugClientBase.py",
line 1897, in main
self.connectDebugger(port, remoteAddress, redirect)
File
"c:\Python25\Lib\site-packages\eric4\DebugClients\Python\DebugClientBase.py",
line 980, in connectDebugger
sock.connect((DebugAddress,port))
File "<string>", line 1, in connect
socket.error: (10061, 'Connection refused')
StdErr: Traceback (most recent call last):
File
"c:\Python25\Lib\site-packages\eric4\DebugClients\Python\DebugClient.py",
line 38, in <module>
debugClient.main()
File
"c:\Python25\Lib\site-packages\eric4\DebugClients\Python\DebugClientBase.py",
line 1897, in main
self.connectDebugger(port, remoteAddress, redirect)
File
"c:\Python25\Lib\site-packages\eric4\DebugClients\Python\DebugClientBase.py",
line 980, in connectDebugger
sock.connect((DebugAddress,port))
File "<string>", line 1, in connect
socket.error: (10061, 'Connection refused')
The main problem is that actually I haven't any working python shell in
Eric4.
Before reinstall i had the same problem...
Cheers,
bluszcz
More information about the Eric
mailing list