I did specify proper path to tmda (/usr/local/tmda) while installing tmda-cgi. The same configuration was usedSorry for the delay in my response. I haven't been on the list lately.
On Tue, 04 Nov 2003 11:37:26 -0500, R'twick Niceorgaw <[EMAIL PROTECTED]> wrote:
I have python 2.2 and everything is working fine. For testing purposesImportError: No module named Errors args = ('No module named Errors',)
I installed python 2.3.2 and recompiled everything (keeping all settings intact) against python 2.3.2. Now I'm getting exactly the same error as above when I try to install tmda to a new a/c thru tmda-cgi.
I recompiled everything against python 2.2.2 and everything worked fine again.
Could this be due to some changes in python 2.3.2?
Errors is a module from TMDA which is also used by tmda-cgi. If tmda-cgi can't find it under 2.3, but it can under 2.2, then it implies that the TMDA libraries were installed into 2.2's set of packages.
When you configure tmda-cgi, you need to specify where TMDA is installed so it can find these packages.
Please contact me directly if you are still having problems doing this.
Gre7g.
in case of both python 2.2 and 2.3.2, but it worked under python 2.2 and not under python 2.3.2.
However, I changed import Errors to from TMDA import Errors in Defaults.py and tmda-cgi worked with python 2.3.2
I'm not sure its because of a change in python 2.3.2 or not. R'twick _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
