Closed GoogleCodeExporter closed 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
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
i haven't reproduced this, is this still happening for people?
Original comment by andyster
on 22 Apr 2009 at 11:25
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
Original issue reported on code.google.com by
hustyan...@gmail.com
on 3 Apr 2009 at 8:24