Skip to content

Instantly share code, notes, and snippets.

@neW1-
Created June 23, 2016 18:47
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 neW1-/3861364a2051b48d54722f6f18f5031f to your computer and use it in GitHub Desktop.
Save neW1-/3861364a2051b48d54722f6f18f5031f to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/opt/ralph/ralph-core/bin/ralph", line 9, in <module>
load_entry_point('ralph==3.0.0', 'console_scripts', 'ralph')()
File "/opt/ralph/ralph-core/lib/python3.4/site-packages/ralph/__main__.py", line 29, in prod
main('ralph.settings.prod')
File "/opt/ralph/ralph-core/lib/python3.4/site-packages/ralph/__main__.py", line 14, in main
execute_from_command_line(sys.argv)
File "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line
utility.execute()
File "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/core/management/__init__.py", line 346, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/core/management/base.py", line 394, in run_from_argv
self.execute(*args, **cmd_options)
File "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/core/management/base.py", line 445, in execute
output = self.handle(*args, **options)
File "/opt/ralph/ralph-core/lib/python3.4/site-packages/sitetree/management/commands/sitetree_resync_apps.py", line 25, in handle
tree_modules = import_project_sitetree_modules()
File "/opt/ralph/ralph-core/lib/python3.4/site-packages/sitetree/utils.py", line 134, in import_project_sitetree_modules
module = import_app_sitetree_module(app)
File "/opt/ralph/ralph-core/lib/python3.4/site-packages/sitetree/utils.py", line 121, in import_app_sitetree_module
sub_module = import_module('%s.%s' % (app, module_name))
File "/opt/ralph/ralph-core/lib/python3.4/importlib/__init__.py", line 109, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 2254, in _gcd_import
File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
File "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
File "<frozen importlib._bootstrap>", line 1129, in _exec
File "<frozen importlib._bootstrap>", line 1467, in exec_module
File "<frozen importlib._bootstrap>", line 1572, in get_code
File "<frozen importlib._bootstrap>", line 1532, in source_to_code
File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
File "/opt/ralph/ralph-core/lib/python3.4/site-packages/ralph/admin/sitetrees.py", line 304
*cross_validation_items
^
SyntaxError: can use starred expression only as assignment target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment