On Mon, Aug 26, 2013 at 1:19 PM, Natko Perko <[email protected]> wrote:

> @laurent i guess it worked, but now i get the error no module named
> wikicamp.wiki.. this is all the code i have so far..


make sure the folder containing wikicamp is inside your PATH so you don't
get import errors. make sure there's an __init__.py inside it.

perhaps you could debug the import error like this:

$ ./manage.py shell
>>> import sys
>>> print '\n'.join(sys.path)
>>> import wikicamp
>>> from wikicamp import wiki


In the future, please post an entire traceback along with your question.

Cheers,
AT

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to