rhijul / jaikuengine

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

Path problem #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1 - Check out the repository (it's somewhat large due to image binaries):
svn checkout http://jaikuengine.googlecode.com/svn/trunk/ jaikuengine
2 - Copy local_settings.example.py to local_settings.py
3 - Run the server with some test data pre-loaded: python manage.py
testserver common/fixtures/*.json

What is the expected output? What do you see instead?
A: The jaiku engine never loads, it prints the following error

" 1044     """
 1045     if not FakeFile.IsFileAccessible(path):
 1046       raise OSError(errno.EACCES, 'path not accessible', path)
 1047 
 1048     return self._original_func(path, *args, **kwargs)
builtin OSError = <type 'exceptions.OSError'>, global errno = <module
'errno' (built-in)>, errno.EACCES = 13, path = '.'"

What version of the product are you using? On what operating system?
A:Release 66

Please provide any additional information below.
A:Tested on ubuntu and mac, python versions 2.5 and 2.6. both with the same
problem.

Original issue reported on code.google.com by fcb...@gmail.com on 1 May 2009 at 3:37

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I forgot to mention the fourth step.
4 - Browse to localhost:8080 and log in with popular/password

The bug occurs when the localhost:8080 is loaded.

Original comment by fcb...@gmail.com on 1 May 2009 at 3:41

GoogleCodeExporter commented 8 years ago
looks like it's broken by the change in dev_appserver.py.
fixing...

Original comment by tony.t.t...@gmail.com on 1 May 2009 at 6:42

GoogleCodeExporter commented 8 years ago
http://rietku.appspot.com/14001

Original comment by tony.t.t...@gmail.com on 1 May 2009 at 6:48

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/jaikuengine/source/detail?r=67

Original comment by tony.t.t...@gmail.com on 4 May 2009 at 4:12