Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #6789 > unrolled thread

Re: No module name tests

Started byAbhishek Amberkar [अभिषेक] <abhishek.amberkar@gmail.com>
First post2011-06-01 13:08 +0530
Last post2011-06-01 13:08 +0530
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: No module name tests Abhishek Amberkar [अभिषेक] <abhishek.amberkar@gmail.com> - 2011-06-01 13:08 +0530

#6789 — Re: No module name tests

FromAbhishek Amberkar [अभिषेक] <abhishek.amberkar@gmail.com>
Date2011-06-01 13:08 +0530
SubjectRe: No module name tests
Message-ID<mailman.2357.1306913933.9059.python-list@python.org>
On Wed, Jun 1, 2011 at 11:53 AM, SONAL ... <ssonaldd@gmail.com> wrote:
> Hey i have directory structure as
> gkwebapp/gnukhata-webapp/gnukhata/tests/functional in which we have our test
> files.
>
> When i run tests, get following error:
>
> Traceback (most recent call last):
>   File "test_account.py", line 1, in <module>
>     from gnukhata.tests import *
> ImportError: No module named gnukhata.tests
>
> Why do this error come?? I have searched a lot but no use. Can you please
> help me to sort it out???
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>

Perhaps that directory is not listed in "sys.path" ??


-- 
With Regards
Abhishek Amberkar

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web