ImportError: Module use of python37.dll conflicts with this version of Python.
Posted: Sat Oct 19, 2019 6:58 am
I have no clue what I'm doing wrong. Mylar used to work for me around.. a year or two ago. I hadn't tried it again till today, and I've run into a few issues. Now, with Python 2.7.9 (64 bit) installed and Windows finding it, I'm getting a dll error. Please help if you can.
EDIT: I suck and didn't post system info.
EDIT 2: FIXED -- See below
- Windows 10 Pro
- Master Build (though Dev had the same result)
- I couldn't find the log file
Here's what the command prompt (admin) showed:
EDIT: I suck and didn't post system info.
EDIT 2: FIXED -- See below
- Windows 10 Pro
- Master Build (though Dev had the same result)
- I couldn't find the log file
Here's what the command prompt (admin) showed:
Microsoft Windows [Version 10.0.18362.388]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>python --version
Python 2.7.9
C:\WINDOWS\system32>e:
E:\>cd E:\The Library\Comics\mylar
E:\The Library\Comics\mylar>python mylar.py
Traceback (most recent call last):
File "mylar.py", line 26, in <module>
import mylar
File "E:\The Library\Comics\mylar\mylar\__init__.py", line 27, in <module>
import sqlite3
File "C:\Python27\lib\sqlite3\__init__.py", line 24, in <module>
from dbapi2 import *
File "C:\Python27\lib\sqlite3\dbapi2.py", line 28, in <module>
from _sqlite3 import *
ImportError: Module use of python37.dll conflicts with this version of Python.
