Spyder always open a new instance after updating to 3.2.7 version
See original GitHub issueProblem Description
spyder always open a new instance after updating to 3.2.7 version(already check the ‘Use a single instance’ option)
What steps will reproduce the problem?
- open two py files
What is the expected output? What do you see instead?
Paste Traceback/Error Below (if applicable)
PASTE TRACEBACK HERE
Package Versions
- Spyder:3.2.7
- Python:3.6.1
- Qt:5.9.2/5.10.0
- PyQt:5.9.2/5.10.0
- Operating System:win10 education 1709(16299.248)
Dependencies
IPython >=4.0 : 6.2.1 (OK) cython >=0.21 : None (NOK) jedi >=0.9.0 : 0.11.1 (OK) nbconvert >=4.0 : 5.3.1 (OK) numpy >=1.7 : 1.13.1 (OK) pandas >=0.13.1 : 0.20.3 (OK) pycodestyle >=2.3: 2.3.1 (OK) pyflakes >=0.6.0 : 1.6.0 (OK) pygments >=2.0 : 2.2.0 (OK) pylint >=0.25 : 1.8.2 (OK) qtconsole >=4.2.0: 4.3.1 (OK) rope >=0.9.4 : 0.10.7 (OK) sphinx >=0.6.6 : 1.7.1 (OK) sympy >=0.7.3 : None (NOK)
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
How to get Python files to open into existing Spyder IDE ...
I have been using Spyder via Anaconda for some time, and it has always worked that when I double click on a python...
Read more >Basic First Aid — Spyder 5 documentation
Try installing Spyder into a new Conda environment (recommended) or virtualenv / venv , and see if the issue reoccurs. In your system...
Read more >Spyder - the Python IDE — Computational Science and Data ...
3.2 Change Spyder settings to always start with an IPython shell. Go to Preferences -> IPython console -> Startup and select the tickbox...
Read more >Release notes
User-facing changes¶. Conda has been updated to v22.9.0. Anaconda Navigator has been updated to v2.3.1. This installer uses python-3.9.
Read more >spyder
When installing Spyder from its source package, the only requirement is to have a Python version equal or greater than 3.7.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dalthviz, please focus on finishing this one this weekend so I can release 3.2.8 tomorrow.
@dalthviz, take a look at this one. Please use one environment where you install Spyder with conda and another one with pip to test this. It’s important that you install Spyder in them and test if single instance mode is working or not, instead of using
bootstrap.py
.The most probable thing we need to do is to expand the criteria to detect if Spyder is running here:
https://github.com/spyder-ide/spyder/blob/3.x/spyder/utils/external/lockfile.py#L187