In Spyder 2.0.8 (I think it also happened in 2.0.6, but I'm not running that anymore), I often get the error message:
'import sitecustomize' failed; use -v for traceback I did find a file "sitecustomize.py" on my system, it's at: C:\Python27\Lib\site-packages\spyderlib\widgets\externalshell \sitecustomize.py However, I suspect that isn't in Python's search path, which might be the problem; see this: In [3]: import sys In [4]: sys.path Out[4]: ['', '', 'E:\\Users\\Dave\\Documents\\My Data\\My Code\\Python', 'C:\\Windows\\system32\\python27.zip', 'C:\\Python27\\DLLs', 'C:\\Python27\\lib', 'C:\\Python27\\lib\\plat-win', 'C:\\Python27\\lib\\lib-tk', 'C:\\Python27', 'C:\\Python27\\lib\\site-packages', 'C:\\Python27\\lib\\site-packages\\FontTools', 'C:\\Python27\\lib\\site-packages\\IPython/Extensions', u'C:\\Users\\Dave\\_ipython'] Am I doing something wrong? [BTW, thanks for the % 4 editor tab fix - that works great now!] Cheers, --Dave In [5]: -- 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.
