My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 82: ViewDoesNotExist
3 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  andyster
Closed:  May 2009


 
Reported by hustyan...@gmail.com, Apr 3, 2009
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
atom.service should be included in vendor/atom. Looks like a windows specific issue?
Apr 4, 2009
#2 hustyan...@gmail.com
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
Project Member #3 andyster
i haven't reproduced this, is this still happening for people?
Status: Accepted
Owner: andyster
May 18, 2009
Project Member #4 andyster
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

Powered by Google Project Hosting