I searched the list but found no anwser. I am trying to install tmda-cgi-0.12 on a redhat 7.3 system
I have python2.2 installed as wel as 1.5. Both were installed by default. when i run configure I get the following error
[EMAIL PROTECTED] tmda-cgi-0.12]# ./configure
Where is the Python interpreter? (version 2.1+) (/usr/bin/python): Traceback (innermost last): File "./configure", line 373, in ? Interactive() File "./configure", line 202, in Interactive os.path.isfile, "%s") File "./configure", line 182, in Ask Temp = Input(OptD[Str]).strip() AttributeError: 'string' object has no attribute 'strip' [EMAIL PROTECTED] tmda-cgi-0.12]#
/usr/bin/python is the 1.5 version, however if i type in the correct path "/usr/bin/python2" I get the same result.
[EMAIL PROTECTED] tmda-cgi-0.12]# ./configure
Where is the Python interpreter? (version 2.1+) (/usr/bin/python): /usr/bin/python2 Traceback (innermost last): File "./configure", line 373, in ? Interactive() File "./configure", line 202, in Interactive os.path.isfile, "%s") File "./configure", line 182, in Ask Temp = Input(OptD[Str]).strip() AttributeError: 'string' object has no attribute 'strip' [EMAIL PROTECTED] tmda-cgi-0.12]#
any help would be greatly appreciated.
Kelly
_____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
