wasm-demo/demo/ermis-f/python_m/cur/1465

21 lines
651 B
Plaintext

From: john at mankato.msus.edu (John)
Date: Tue, 20 Apr 1999 10:06:39 -0500
Subject: Telnetlib error
Message-ID: <john-2004991006390001@platinum.compserv.mankato.msus.edu>
X-UID: 1465
I am running python 1.5.2 (final release downloaded 19Apr1999) on:
Linux version 2.0.34 (gcc version egcs-2.90.29 980515 (egcs-1.0.3 release))
Has anyone else run into this problem?
File "./telnet_test.py", line 86, in ?
initial_data = tn.expect('->')
File "/usr/local/lib/python1.5/telnetlib.py", line 450, in expect
list[i] = re.compile(list[i])
TypeError: object doesn't support item assignment