[GH-ISSUE #10] It is not work on debian squeeze or ... ? #9

Closed
opened 2026-02-27 16:00:39 +03:00 by kerem · 4 comments
Owner

Originally created by @ghost on GitHub (Dec 27, 2012).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/10

$ ./manage.py syncdb
Traceback (most recent call last):
File "./manage.py", line 14, in
execute_manager(settings)
File "/usr/lib/pymodules/python2.6/django/core/management/init.py", line 438, in execute_manager
utility.execute()
File "/usr/lib/pymodules/python2.6/django/core/management/init.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line 191, in run_from_argv
self.execute(_args, *_options.dict)
File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line 219, in execute
self.validate()
File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line 249, in validate
num_errors = get_validation_errors(s, app)
File "/usr/lib/pymodules/python2.6/django/core/management/validation.py", line 28, in get_validation_errors
for (app_name, error) in get_app_errors().items():
File "/usr/lib/pymodules/python2.6/django/db/models/loading.py", line 146, in get_app_errors
self._populate()
File "/usr/lib/pymodules/python2.6/django/db/models/loading.py", line 61, in _populate
self.load_app(app_name, True)
File "/usr/lib/pymodules/python2.6/django/db/models/loading.py", line 76, in load_app
app_module = import_module(app_name)
File "/usr/lib/pymodules/python2.6/django/utils/importlib.py", line 35, in import_module
import(name)
ImportError: No module named staticfiles

why?

Originally created by @ghost on GitHub (Dec 27, 2012). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/10 $ ./manage.py syncdb Traceback (most recent call last): File "./manage.py", line 14, in <module> execute_manager(settings) File "/usr/lib/pymodules/python2.6/django/core/management/**init**.py", line 438, in execute_manager utility.execute() File "/usr/lib/pymodules/python2.6/django/core/management/**init**.py", line 379, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line 191, in run_from_argv self.execute(_args, *_options.**dict**) File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line 219, in execute self.validate() File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line 249, in validate num_errors = get_validation_errors(s, app) File "/usr/lib/pymodules/python2.6/django/core/management/validation.py", line 28, in get_validation_errors for (app_name, error) in get_app_errors().items(): File "/usr/lib/pymodules/python2.6/django/db/models/loading.py", line 146, in get_app_errors self._populate() File "/usr/lib/pymodules/python2.6/django/db/models/loading.py", line 61, in _populate self.load_app(app_name, True) File "/usr/lib/pymodules/python2.6/django/db/models/loading.py", line 76, in load_app app_module = import_module(app_name) File "/usr/lib/pymodules/python2.6/django/utils/importlib.py", line 35, in import_module __import__(name) ImportError: No module named staticfiles why?
kerem closed this issue 2026-02-27 16:00:39 +03:00
Author
Owner

@retspen commented on GitHub (Dec 27, 2012):

Version Django? Need Django-1.3.0

<!-- gh-comment-id:11704287 --> @retspen commented on GitHub (Dec 27, 2012): Version Django? Need Django-1.3.0
Author
Owner

@ghost commented on GitHub (Dec 27, 2012):

$ python
Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.

import django
django.get_version()
'1.2.3'

ok :(

<!-- gh-comment-id:11704363 --> @ghost commented on GitHub (Dec 27, 2012): $ python Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. > > > import django > > > django.get_version() > > > '1.2.3' ok :(
Author
Owner

@jumoleam commented on GitHub (Apr 1, 2013):

Having the same problem with 1.5.dev17942

<!-- gh-comment-id:15713836 --> @jumoleam commented on GitHub (Apr 1, 2013): Having the same problem with 1.5.dev17942
Author
Owner

@retspen commented on GitHub (Apr 1, 2013):

https://github.com/retspen/webvirtmgr/issues/41 - not complited

<!-- gh-comment-id:15714093 --> @retspen commented on GitHub (Apr 1, 2013): https://github.com/retspen/webvirtmgr/issues/41 - not complited
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#9
No description provided.