Please try to run Spyder from a terminal and post here the traceback so we can understand what's going on.
On Windows: * depending on your installation, simply opening a command window and executing the command `spyder --debug` could work * if it doesn't work, open a command window, change current directory to Spyder's (default with Python 2.7: C:\Python27\Lib\site-packages\spyderlib) and type `python spyder.py --debug` On Linux/MacOS: * open a terminal * type `spyder --debug` -Pierre Le 22 mars 2012 16:34, Faizan Bari <[email protected]> a écrit : > After installation of spyder, IDE doesn't launch when I click on the > program. Anybody aware of any issues with the executable ? > > Thanks for your help in advance. > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/spyderlib?hl=en. > -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
