http://readthedocs.org/docs/django-filebrowser/en/latest/quickstart.html#quickstart(pipの代わりにeasy_installのみを使用)
管理インターフェースに接続しようとすると、インポートエラーが発生するようです。
Request Method: GET
Request URL: http://localhost:8000/admin/
Django Version: 1.3
Exception Type: ImportError
Exception Value:
No module named sites
Exception Location: c:\workspace\expedeat\..\expedeat\urls.py in <module>, line 5
Python Executable: c:\Tools\Python26\python.exe
Python Version: 2.6.4
例外のインポート元は次のとおりfrom filebrowser.sites import site
です。urls.py内
また、filebrowserのテストは、次のメッセージで失敗します。
Creating test database for alias 'default'...
.......F......
======================================================================
FAIL: test_directory (filebrowser.tests.settings.SettingsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "c:\Tools\Python26\lib\site-packages\django_filebrowser-3.3.0-py2.6.egg\filebrowser\tests\set
tings.py", line 29, in test_directory
self.assertEqual(os.path.exists(os.path.join(MEDIA_ROOT,DIRECTORY)), 1)
AssertionError: False != 1
----------------------------------------------------------------------
Ran 14 tests in 0.008s
FAILED (failures=1)
Destroying test database for alias 'default'...
私は何か間違ったことをしているに違いない。どんな助けでもいただければ幸いです。