| Issue 82: | ViewDoesNotExist | |
| 3 people starred this issue and may be notified of changes. | Back to list |
When i check out the code from svn, I run the project as it says on the home page of this project, and it works as i can see the front page, but when i try to sign up for more pages, I get this exception as follow, anyone got this problem? ------------------------------------------------------------ ViewDoesNotExist at /join Could not import join.views. Error was: No module named atom.serviceRequest Method: GET Request URL: http://localhost:8080/join Exception Type: ViewDoesNotExist Exception Value: Could not import join.views. Error was: No module named atom.service Exception Location: <unknown> in ?, line ? Python Executable: E:\Python25\python.exe
Apr 3, 2009
Project Member
#1
tony.t.t...@gmail.com
Apr 4, 2009
In debian 5.0, I get the same results with the same steps. I get the traceback with PyDev as follow. Is there any compatibility problem with django? ------------------------------------------------------------ ERROR 2009-04-04 07:20:43,947 main.py] Exception in request: ViewDoesNotExist: Could not import join.views. Error was: No module named atom.service Traceback (most recent call last): File "E:\Java\workspace\JaikuEngine\src\django.zip\django\core\handlers\base.py", line 77, in get_response File "E:\Java\workspace\JaikuEngine\src\django.zip\django\core\urlresolvers.py", line 180, in resolve File "E:\Java\workspace\JaikuEngine\src\django.zip\django\core\urlresolvers.py", line 123, in resolve File "E:\Java\workspace\JaikuEngine\src\django.zip\django\core\urlresolvers.py", line 132, in _get_callback ViewDoesNotExist: Could not import join.views. Error was: No module named atom.service INFO 2009-04-04 07:20:44,055 dev_appserver.py] "GET /join HTTP/1.1" 500 -
Apr 22, 2009
i haven't reproduced this, is this still happening for people?
Status:
Accepted
Owner: andyster
May 18, 2009
I think this issue was related to the order of additions to the sys.path, there have been some changes to how that is determined that should have fixed this, marking as fixed as I cannot reproduce.
Status:
Fixed
|