Aaron Bell <[EMAIL PROTECTED]> writes: > Traceback (innermost last): > File "./tmda/bin/tmda-keygen", line 56, in ? > from TMDA import Version > File "./TMDA/Version.py", line 32, in ? > AttributeError: 'string' object has no attribute 'split' > > python2 from the command line returns: > > Python 2.2.2 (#1, Nov 22 2002, 17:25:34) > [GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-112)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>>
This is a symptom of having two versions of Python on your system. When you run TMDA, Python 1.5 (probably) is being used. The 'python' executable is just a link to one of the actual Python binaries. On RedHat systems, it's linked to 1.5. See FAQ 2.1: http://tmda.net/faq.cgi?req=show&file=faq02.001.htp Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
