Hi all,
I tried to get ErisMUD working today, but ran into some problems. I
believe I followed the installation instructions, but i think I missed
something. I already have Python 2.4 installed, then put the SQLite
DLL in the ErisMUD folder, then installed the pysqlite software.
However, when I run "python eris.py" I get the below errors:
====
C:\erismud-0.4>python eris.py
Traceback (most recent call last):
File "eris.py", line 4, in ?
from login import *
File "C:\erismud-0.4\login.py", line 2, in ?
import tables
File "C:\erismud-0.4\tables.py", line 1, in ?
import os, sqlite
ImportError: No module named sqlite
C:\erismud-0.4>
====
It says it can't find the sqlite module. I am *very* new to python so
I'm sure there is just something I don't know.
Thanks for the help,
Will