Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Django': 0.03; 'installed.': 0.07; 'postgresql': 0.07; 'subject:installation': 0.07; 'python': 0.11; 'django': 0.11; '2.7.3': 0.16; 'received:206.46': 0.16; 'received:206.46.173': 0.16; 'settings.py': 0.16; 'subject:django': 0.16; 'to:name:python list': 0.16; 'virtualenv.': 0.16; 'trying': 0.19; 'properly': 0.19; 'header:User-Agent:1': 0.23; 'typical': 0.24; 'appreciated.': 0.29; "i'm": 0.30; 'gary': 0.31; 'file': 0.32; 'problem': 0.35; 'test': 0.35; 'should': 0.36; 'being': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'received:206': 0.63; 'sincerely': 0.63; '9.1': 0.84; 'received:192.168.1.7': 0.84 Date: Wed, 01 Jan 2014 17:51:10 -0800 From: Gary Roach User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/20131104 Icedove/17.0.10 MIME-version: 1.0 To: Python List Subject: Django filer plugins for django-cms installation Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1388631097 news.xs4all.nl 2834 [2001:888:2000:d::a6]:41123 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62971 I'm trying to set up a python django_cms system using: Debian OS Wheezy distribution Python 2.7.3 ` Django 1.5.5 PostgreSQL 9.1 with pip and virtualenv. The last test errored out and I traced the problem to the missing cmsplugin-filer-0.9.4.tar.gz package not being installed. The settings.py file has been properly annotated. Where should I put the untared files in a typical Debian Wheezy installation. All help will be sincerely appreciated. Gary R.