2016-05-23 6 views
-1

私はbeginig最初に私が実行したいときに私はvirtualenvの、アクティブ、それは、私がインストールピップによってdjangocmsインストーラ.. をインストール実行djangocms

でdjangocmsを実行するには、次の手順を実行します

Traceback (most recent call last): 
    File "/home/sahar/cms/2/sahar/bin/djangocms", line 11, in <module> 
sys.exit(execute()) 
    File "/home/sahar/cms/2/sahar/lib/python3.5/site-packages/djangocms_installer/main.py", line 15, in execute 
config_data = config.parse(sys.argv[1:]) 
    File "/home/sahar/cms/2/sahar/lib/python3.5/site-packages/djangocms_installer/config/__init__.py", line 42, in parse 
required=False, default=get_localzone(), 
    File "/home/sahar/cms/2/sahar/lib/python3.5/site-packages/tzlocal/unix.py", line 122, in get_localzone 
_cache_tz = _get_localzone() 
    File "/home/sahar/cms/2/sahar/lib/python3.5/site-packages/tzlocal/unix.py", line 114, in _get_localzone 
return pytz.tzfile.build_tzinfo('local', tzfile) 
    File "/home/sahar/cms/2/sahar/lib/python3.5/site-packages/pytz/tzfile.py", line 30, in build_tzinfo 
typecnt, charcnt) = unpack(head_fmt, fp.read(head_size)) 
struct.error: unpack requires a bytes object of length 44 

私の段階で何が間違っている:djangocms -f -p . mysite私はこのerorrを得ましたか。 私はdocs.django-cms

答えて

0

ジャンゴCMS doesntのは、Python 3.5

django CMS requires Django version 1.6.9 or later, 1.7 or 1.8, and Python 2.6, 2.7, 3.3 or 3.4. 
をサポートしていますから、次の手順に従ってください
関連する問題