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

File in Project Explorer is being executed(?) on dbl-click #2703

Closed
Winand opened this issue Sep 21, 2015 · 1 comment · Fixed by #2939
Closed

File in Project Explorer is being executed(?) on dbl-click #2703

Winand opened this issue Sep 21, 2015 · 1 comment · Fixed by #2939
Assignees
Milestone

Comments

@Winand
Copy link

Winand commented Sep 21, 2015

WinPython-64bit-3.4.3.4
Double-clicking on a file with the following content opens python console with "ImportError: No module named PyQt4"

# -*- coding: utf-8 -*-
"""
Created on Wed Aug 26 11:53:52 2015

@author: автор
"""

from PyQt4 import QtGui
from general import COL, showConsole
from context import *

railways = {"Октябрьская Ж.Д.": 1, "Октябрьская": 1,
      "Калининградская Ж.Д.": 2, "Калининградская": 2,
      "Московская Ж.Д.": 3, "Московская": 3,
      "Горьковская Ж.Д.": 4, "Горьковская": 4,
      "Северная Ж.Д.": 5, "Северная": 5,
      "Северо-Кавказская Ж.Д.": 6, "Северо-Кавказская": 6,
      "Юго-Восточная Ж.Д.": 7, "Юго-Восточная": 7,
      "Приволжская Ж.Д.": 8, "Приволжская": 8,
      "Куйбышевская Ж.Д.": 9, "Куйбышевская": 9,
      "Свердловская Ж.Д.": 10, "Свердловская": 10,
      "Южно-Уральская Ж.Д.": 11, "Южно-Уральская": 11,
      "Западно-Сибирская Ж.Д.": 12, "Западно-Сибирская": 12,
      "Красноярская Ж.Д.": 13, "Красноярская": 13,
      "Восточно-Сибирская Ж.Д.": 14, "Восточно-Сибирская": 14,
      "Забайкальская Ж.Д.": 15, "Забайкальская": 15,
      "Дальневосточная Ж.Д.": 16, "Дальневосточная": 16}
@ccordoba12
Copy link
Member

Projects are being reworked for our next major version, i.e. Spyder 3.0, which is going to be released by the end of the year.

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

Successfully merging a pull request may close this issue.

3 participants