ImportError: Module use of python26.dll conflicts with this version of Python -


i use python 3.2.3

tonight tried install requests http://docs.python-requests.org/en/latest/ pip , easy_install, doesn't work. have error when trying import it. decided use standard library urllib.request , see error again

that traceback:

>>> import requests traceback (most recent call last): file "<stdin>", line 1, in <module> file "e:\python32\lib\site-packages\requests-1.2.0-py3.2.egg\requests\__init__.py", line 52, in <module>     . import utils file "e:\python32\lib\site-packages\requests-1.2.0-py3.2.egg\requests\utils.py", line 12, in <module>     import cgi file "e:\python32\lib\cgi.py", line 38, in <module>     email.parser import feedparser file "e:\python32\lib\email\parser.py", line 12, in <module>     email.feedparser import feedparser file "e:\python32\lib\email\feedparser.py", line 27, in <module>     email import message file "e:\python32\lib\email\message.py", line 17, in <module>     email import utils file "e:\python32\lib\email\utils.py", line 28, in <module>     import socket file "e:\python32\lib\socket.py", line 46, in <module>     import _socket importerror: module use of python26.dll conflicts version of python. 

so how can fix this?

upd: solved. bug in sublimerepl, reinstalled package.

i had similar problem when using pythonxy. spyder not loading , turns out software opencad had installed python2.6 version , not letting python27.dll not work. after uninstalling opencad, able run software.

i able troubleshoot first searching python26.dll , found file located in opencad folder location , made me realize software causing issue.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -