On Thu, 2010-09-02 at 23:43 +0200, Frank Becker wrote: > divya [2010-08-31, 07:56 +0200]: > > Hi, > > > Autotest.client throws the following error while importing git > > from autotest_lib.server import git > > ImportError: No module named server > That is the problem. You also need the server module installed in your > PYTHONPATH.
The problem here is that git resides on the server namespace, and that namespace is not available to clients, at least in a typical server-client setup. The solution I thought was to move git to the common library namespace. I need to review your patch, eventually apply it, and then create the patch to make the move. Divya, sorry I didn't have the time to do so yet, hang on. > Bye, > > Frank > > _______________________________________________ > Autotest mailing list > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
