https://launchpad.net/mudpyl/
https://pypi.org/project/mudpyl/
I couldn’t get it working.
-
Abandoned: The code depository was last updated 2008-10-31
\sudo \apt install python-pip \pip3 install \ setuptools \ Twisted \ ordereddict \ argparse \ ` # ` # not found: #peak.util.extremes # (required by an optional module.) #pip3 says PyGTK is for Windows.. \sudo \python setup.py install
The documentation says:
Spoiler
In a directory on
sys.path, create a file namedfred.py::
from mudpyl.modules import BaseModule
class MainModule(BaseModule):
name = 'fred'
host = 'foo.org'
port = 23
cd ./mudpyl/ python2 mudconnect.py foo
Gives me:
Traceback (most recent call last):
File "mudconnect.py", line 3, in <module>
from mudpyl.net.telnet import TelnetClientFactory
ImportError: No module named mudpyl.net.telnet
- https://bugs.launchpad.net/mudpyl/+bug/1859391
-
I also emailed the author to see if he’s interested in the project any longer.
