| Issue 106: | Path problem | |
| 3 people starred this issue and may be notified of changes. | Back to list |
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.
Apr 30, 2009
#2
fcb...@gmail.com
May 1, 2009
looks like it's broken by the change in dev_appserver.py. fixing...
Status:
Started
May 1, 2009
http://rietku.appspot.com/14001 |