Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Created September 20, 2012 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wboykinm/3758214 to your computer and use it in GitHub Desktop.
Save wboykinm/3758214 to your computer and use it in GitHub Desktop.
setup -v
root@ip-10-80-85-229:/projects/DistrictBuilder/django/publicmapping# ./setup.py -V -v2 ../../docs/config.xsd ../../docs/config.xml
Validated config.
Generated django settings for publicmapping.
Generated django settings for reporting.
/usr/local/lib/python2.6/dist-packages/django/utils/translation/__init__.py:63: DeprecationWarning: Translations in the project directory aren't supported anymore. Use the LOCALE_PATHS setting instead.
DeprecationWarning)
Error importing configuration.
Traceback (most recent call last):
File "/projects/DistrictBuilder/django/publicmapping/redistricting/management/commands/setup.py", line 166, in handle
all_ok = all_ok * self.import_prereq(config, force)
File "/projects/DistrictBuilder/django/publicmapping/redistricting/management/commands/setup.py", line 321, in import_prereq
success = success * config.import_regional_geolevels(force)
File "/projects/DistrictBuilder/django/publicmapping/redistricting/config.py", line 462, in import_regional_geolevels
if not sconfig.get('aliasfor') is None:
AttributeError: 'NoneType' object has no attribute 'get'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment