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

PR: Handle socket creation errors during start up #4522

Merged
merged 4 commits into from
Jun 1, 2017

Conversation

dalthviz
Copy link
Member

Fixes #4132

"server to open external files: <br><br> {0} <br><br>"
"Please, if you are using Windows, try to run as an "
"administrator from cmd.exe the following command "
"and restart your computer: <br><br>"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change this to

An error occurred while creating a socket needed by Spyder. If you are on Windows, please try to run as an Administrator from cmd.exe the following command, and then restart your computer:

except OSError as e:
QMessageBox.warning(None, "Spyder",
_("An error ocurred while creating the socket for the "
"server to open external files: <br><br> {0} <br><br>"
Copy link
Member

@ccordoba12 ccordoba12 May 31, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not use the error message here.

@ccordoba12 ccordoba12 added this to the v3.2 milestone May 31, 2017
@ccordoba12 ccordoba12 changed the title PR: Handle socket creation errors in the Main Window PR: Handle socket creation errors while starting Spyder Jun 1, 2017
@ccordoba12 ccordoba12 changed the title PR: Handle socket creation errors while starting Spyder PR: Handle socket creation errors durin start up Jun 1, 2017
@ccordoba12 ccordoba12 changed the title PR: Handle socket creation errors durin start up PR: Handle socket creation errors during start up Jun 1, 2017
@ccordoba12 ccordoba12 merged commit 2f0b943 into spyder-ide:3.x Jun 1, 2017
ccordoba12 added a commit that referenced this pull request Jun 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants