On 7/15/05, Jason Y. Lee jylee@cs.ucr.edu wrote:
Hmm... if I comment out the line: usernames = {}
in user-config.py, I get a different error:
That line should not be in user-config.py anyway.
Checked for running processes. 1 processes currently running, including the current process. Traceback (most recent call last): File "login.py", line 40, in ? import wikipedia, config File "/home/acmusers/jylee/wikipedia/bots/pywikipedia/wikipedia.py", line 2188, in ? exec "import %s_interface as uiModule" % config.userinterface File "<string>", line 1, in ? ImportError: No module named terminal_interface
Then you probably have used the snapshot where by accident subdirectories were not shown. Get the newest snapshot, or download the userinterfaces directory from CVS.
Andre Engels