Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Runnin eris.py #1

Closed
GoogleCodeExporter opened this issue Oct 24, 2015 · 2 comments
Closed

Error Runnin eris.py #1

GoogleCodeExporter opened this issue Oct 24, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. checkout revision 14 from google erismud repository.
2. sudo python erismud.py (did not modify eris.conf)

What is the expected output? What do you see instead?
The server was supposed to start. Instead I get:

paul@paul-desktop:~/erismud-read-only$ sudo python eris.py
Traceback (most recent call last):
  File "eris.py", line 5, in <module>
    from admin import *
  File "/home/paul/erismud-read-only/admin.py", line 3, in <module>
    from model import Select, Update, Insert, Delete
  File "/home/paul/erismud-read-only/model.py", line 44
    self.mob = cu.fetchone()
       ^
SyntaxError: invalid syntax


What version of the product are you using? On what operating system?

Revision 14; Ubuntu (Hardy)


Original issue reported on code.google.com by unst...@gmail.com on 26 Jun 2008 at 7:51

@GoogleCodeExporter
Copy link
Author

It's working fine for me with Revision 15 (latest one).

Original comment by sen...@gmail.com on 26 Jun 2008 at 9:00

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Actually I was wrong, I've fixed the error in Revision 16.

Original comment by sen...@gmail.com on 26 Jun 2008 at 9:11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant