When start eric4, in the window of shell I get the following error messages:<br><br>StdErr: Traceback (most recent call last):<br> File "/Library/Python/2.5/site-packages/eric4/DebugClients/Python/DebugClientThreads.py", line 194, in <module><br>
debugClient.main()<br> File "/Library/Python/2.5/site-packages/eric4/DebugClients/Python/DebugClientBase.py", line 1900, in main<br> self.connectDebugger(port, remoteAddress, redirect)<br> File "/Library/Python/2.5/site-packages/eric4/DebugClients/Python/DebugClientBase.py", line 981, in connectDebugger<br>
sock.connect((DebugAddress,port))<br> File "<string>", line 1, in connect<br>socket.error: (49, "Can't assign requested address")<br><br>From the output I get DebugAddress =<a href="http://127.0.0.1">127.0.0.1</a>, but port =0. Is there something wrong?<br>
I reinstalled eric4.1.6, same problem happens. <br><br>Thanks<br><br>Bin Fan<br>