eclipse - Suddenly, I can't run any project. Python/Eclispe [error] -


i working on code, , i've started getting error. i've tried run projects - same error.

traceback (most recent call last):   file "c:\python27\lib\site.py", line 549, in <module>     main()   file "c:\python27\lib\site.py", line 538, in main     aliasmbcs()   file "c:\python27\lib\site.py", line 463, in aliasmbcs     import locale, codecs   file "c:\python27\lib\locale.py", line 15, in <module>     import encodings   file "c:\python27\lib\encodings\__init__.py", line 44, in <module>     _aliases = aliases.aliases attributeerror: 'module' object has no attribute 'aliases' 

edit: tried switch workspace , create new pydev project, cant create project because there no interpreter choice.

will me? in advance!


Comments

Popular posts from this blog

android - Automated my builds -

how to proxy from https to http with lighttpd -

python - Flask migration error -