This is all new to me. My build system is running 10.8.2. Here's the error I'm hitting in both cases:
...
OK
Traceback (most recent call last):
File "setup.py", line 83, in <module>
google_test_dir = 'src/tests',
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/core.py", line 152, in setup
dist.run_commands()
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 975, in run_commands
self.run_command(cmd)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 995, in run_command
cmd_obj.run()
File "/Users/test/Downloads/simian-2.1/VE/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/setuptools/command/test.py", line 121, in run
self.with_project_on_sys_path(self.run_tests)
File "/Users/test/Downloads/simian-2.1/VE/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/setuptools/command/test.py", line 101, in with_project_on_sys_path
func()
File "/Users/test/Downloads/simian-2.1/google_apputils-0.3.0-py2.6.egg/google/apputils/setup_command.py", line 157, in run_tests
ok &= self._RunTestModule(file_path)
File "/Users/test/Downloads/simian-2.1/google_apputils-0.3.0-py2.6.egg/google/apputils/setup_command.py", line 123, in _RunTestModule
module = imp.load_module(module_name, *import_tuple)
File "src/tests/simian/mac/admin/panic_test.py", line 30, in <module>
from simian.mac.admin import panic
File "/Users/test/Downloads/simian-2.1/src/simian/mac/admin/__init__.py", line 18, in <module>
from google.appengine.ext.webapp import template
File "/Users/test/Downloads/simian-2.1/src/tests/gae_server.zip/google/appengine/ext/webapp/template.py", line 61, in <module>
File "/Users/test/Downloads/simian-2.1/src/tests/gae_server.zip/google/appengine/ext/webapp/__init__.py", line 158, in _django_setup
File "/Users/test/Downloads/simian-2.1/Django-1.5-py2.6.egg/django/conf/__init__.py", line 52, in __getattr__
self._setup(name)
File "/Users/test/Downloads/simian-2.1/Django-1.5-py2.6.egg/django/conf/__init__.py", line 45, in _setup
% (desc, ENVIRONMENT_VARIABLE))
django.core.exceptions.ImproperlyConfigured: Requested setting FAKE_ATTR, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
make: *** [test] Error 1