SaturninoMateus / jaikuengine

Automatically exported from code.google.com/p/jaikuengine
Apache License 2.0
1 stars 0 forks source link

ViewDoesNotExist #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 

Original issue reported on code.google.com by hustyan...@gmail.com on 3 Apr 2009 at 8:24

GoogleCodeExporter commented 9 years ago
atom.service should be included in vendor/atom. Looks like a windows specific 
issue?

Original comment by tony.t.t...@gmail.com on 4 Apr 2009 at 5:46

GoogleCodeExporter commented 9 years ago
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 -

Original comment by hustyan...@gmail.com on 4 Apr 2009 at 7:21

GoogleCodeExporter commented 9 years ago
i haven't reproduced this, is this still happening for people?

Original comment by andyster on 22 Apr 2009 at 11:25

GoogleCodeExporter commented 9 years ago
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.

Original comment by andyster on 19 May 2009 at 1:13