Hi, It seems that under Ubuntu 12.04 64 bits, spyder fails to open new IPython consoles. It does start a new kernel in the "Console" widget but no console is opened in the "IPython Console" widget. However, I can still use a "connect to an existing kernel" to connect to it. A traceback is produced in the internal console:
Exception in thread Thread-2: > Traceback (most recent call last): > File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner > self.run() > File "spyderlib/spyderlib/widgets/externalshell/introspection.py", line > 62, in run > conn, _addr = sock.accept() > File "/usr/lib/python2.7/socket.py", line 202, in accept > sock, addr = self._sock.accept() > error: [Errno 4] Interrupted system call > > Exception in thread Thread-3: > Traceback (most recent call last): > File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner > self.run() > File "spyderlib/spyderlib/widgets/externalshell/introspection.py", line > 62, in run > conn, _addr = sock.accept() > File "/usr/lib/python2.7/socket.py", line 202, in accept > sock, addr = self._sock.accept() > error: [Errno 4] Interrupted system call > > Exception in thread Thread-4: > Traceback (most recent call last): > File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner > self.run() > File "/usr/lib/python2.7/threading.py", line 504, in run > self.__target(*self.__args, **self.__kwargs) > File "spyderlib/spyderlib/spyder.py", line 1856, in > start_open_files_server > req, addr = self.open_files_server.accept() > File "/usr/lib/python2.7/socket.py", line 202, in accept > sock, addr = self._sock.accept() > error: [Errno 4] Interrupted system call > (When trying revisions older than *4a06c308b99d (Fixed crash at startup occuring when restoring Project Explorer's tree view<http://code.google.com/p/spyderlib/source/detail?r=4a06c308b99dbb8d599cb9e331399e04394dcd70> ), *spyder crashes at startup. However I did not have this issue before. I can avoid this problem by deleting the configuration folder .spyder2 that does not seem to work with older versions. ) It is odd because I did not have this ipython console issue in the past with the corresponding revisions. Although there has been a few packages updated in the meanwhile. Thanks, S. -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
