> Bhavesh Patel wrote: > >> Hi, >> >> I am having a problem installing tmda-cgi. >> >> whenever I run the configure script, I am getting the following error: >> >> ---------------------- >> Traceback (most recent call last): >> File "./configure", line 170, in ? >> readline.set_startup_hook(SetDefault) >> AttributeError: 'readline' module has no attribute 'set_startup_hook' >> ---------------------- >> >> >> What do I need to to do solve this? Thanks, > > You may need a newer version of python. What version are you running? > At your command prompt do: > > > python > > (Mine returns:) > Python 2.3 (#1, Aug 5 2003, 09:49:11) > [GCC 3.2 20020927 (prerelease)] on cygwin > Type "help", "copyright", "credits" or "license" for more information. > >>> > > (Press CTRL-D to exit) > > It looks according to that error that your python distribution has a > version of the "readline" module which is missing the call > "set_startup_hook". I don't know which version of python included this > first, but send us what version yours is, and we can look into it. > > In the mean time, you can try "./configure --help" and use the option > method... unfortunately I don't think there's a list of which options > you "need" to do to make it work - this depends on your configuration. > > -- > Jim Ramsay > >
i guess the problem ended up being a typo in the code. jason found the link to the fix...it should be in this thread. thanks, bhavesh _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
