My solution for your two problems: a) Change the properties of the spyder shortcut. instead of C:\Python27\Scripts\spyder.exe use: C:\Python27\Scripts\spyder.bat
b)Modify the script: "sitecustomize.py" changing at the top: import sys for: from sys import sys -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/groups/opt_out.
