You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small polish issue on Windows. The shortcuts that start Spyder should call pythonw.exe, rather than python.exe. This way, we don't see the transient command shell that pops up between clicking the icon and the Spyder splash screen. http://stackoverflow.com/a/9706045
I agree that seeing this flickering command window at startup may seem 'unprofessionnal'. However, note that this is necessary to avoid side effects of pythonw.exe implementation: this alternative executable without command window is not redirecting the standard input/output streams and that may be a problem in an IDE like Spyder which may be used to run programs in separate processes, hence loosing the I/O streams (no output in console).
From redou...@gmail.com on 2013-02-08T13:33:34Z
Small polish issue on Windows. The shortcuts that start Spyder should call pythonw.exe, rather than python.exe. This way, we don't see the transient command shell that pops up between clicking the icon and the Spyder splash screen. http://stackoverflow.com/a/9706045
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1260
The text was updated successfully, but these errors were encountered: