You have to add the character name in the "coders" file on a single line.
As a side note, Python 2.5 includes pysqlite by default so that looks promising.
Also, I got locked out of the erismud.org domain and I'm in the
process of moving it to another host. Meanwhile, I'm sending to the
list the last version I was working on (0.5). They may be a some bugs
but the CHANGELOG since the last public version is:
2006-04-07 - ErisMUD 0.5:
* Ported to Pysqlite 2.2.0.
* User-defined settings now stored in eris.conf.
* A player won't see himself when looking at the room anymore.
2005-07-25 - ErisMUD 0.4.1:
* Fixed a bug in the 'quit' command.
* Added ultra-basic blocking of IAC and telnet codes.
* All admin commands now require '@' prefixed to them, a la LambdaMOO.
* Fixed a slicing bug in @dellink.
* Threads replaced with a timer. Much more efficient.
* "Say" without argument doesn't do anything now.
* All player commands now placed in actions.py files.
If I get enough feedback I might get back to work on it. :) I'm
currently working on a completely different project, a turn-based
strategy game.
--
Manuel
On 10/3/06, Will Shattuck <willshatt...@gmail.com> wrote:
> Ok, I'm just stupid. My problem, after I got looking, had to do with
> the sqlite python module. It was looking for 'sqlite', but couldn't
> find it. What was there was pysqlite2. So I finally went back to the
> installation page, saw 1.0 for pysqlite and downloaded the 1.1.7
> version.
> I run eris.py, and you know what happens? It works :)
> Now, how do I promote my char to be the admin of the mud so I can build
> rooms? The tutorial mentioned edig, but it is a command not found.
> Thanks,
> Will