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
_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to