"Morten Trab" <[EMAIL PROTECTED]> writes: > This is what I get when trying to install TMDA-cgi... > > IOError: [Errno 2] No such file or directory: 'Defaults.py' > args = (2, 'No such file or directory') > errno = 2 > filename = 'Defaults.py' > strerror = 'No such file or directory'
Well, the Python interpreter can't find Defaults.py, which is in the TMDA/ subdirectory. That means the parent directory of TMDA/ is not in Python's module search path. How did you install TMDA? RPM? Tarball? Have you copied files around manually (almost guaranteed to screw things up!)? Detailed information about your installation will help us figure out why this is happening. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
