Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message at first run #1173

Closed
spyder-bot opened this issue Feb 17, 2015 · 1 comment
Closed

Error message at first run #1173

spyder-bot opened this issue Feb 17, 2015 · 1 comment

Comments

@spyder-bot
Copy link
Collaborator

From jeanpatr...@gmail.com on 2012-10-14T08:23:52Z

Spyder Version: 2.1.11
Python Version: 2.7.3
Qt Version: 4.8.1, PyQt4 (API v2) 4.9.1 on Linux

What steps will reproduce the problem?

1.start spyder
2.start any script
3.run a script (F5) What is the expected output? What do you see instead? Always get in the console:

Python 2.7.3 (default, Aug 1 2012, 05:16:07)
[GCC 4.6.3] on linux2
Type "copyright", "credits" or "license" for more information.

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 "/usr/local/lib/python2.7/dist-packages/spyderlib/widgets/externalshell/introspection.py", line 65, in run
self.send_socket(shell_id, conn)
File "/usr/local/lib/python2.7/dist-packages/spyderlib/widgets/externalshell/introspection.py", line 49, in send_socket
shell.set_introspection_socket(sock)
File "/usr/local/lib/python2.7/dist-packages/spyderlib/widgets/externalshell/pythonshell.py", line 246, in set_introspection_socket
'set_remote_view_settings()', settings=[settings])
File "/usr/local/lib/python2.7/dist-packages/spyderlib/utils/bsdsocket.py", line 67, in communicate
return read_packet(sock)
File "/usr/local/lib/python2.7/dist-packages/spyderlib/utils/bsdsocket.py", line 36, in read_packet
dlen, = struct.unpack("l", datalen)
error: unpack requires a string argument of length 4

Please provide any additional information below

. 4. run the script again or another one, no more message

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1173

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2015-01-02T18:33:19Z

Status: Duplicate
Mergedinto: 1106

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant