Install all dependencies like this::
- sudo aptitude install python python-dev python-django python-xml python-mysqldb mysql-server \
+ sudo aptitude install python python-dev python-django python-xml \
python-ctypes python-setuptools python-support python-docutils \
python-libxml2 python-django-registration python-lxml python-numpy \
python-scipy python-imaging python-mutagen python-gobject python-gst0.10 \
gstreamer0.10-plugins-base gobject-introspection python-django-south
- python-pip gir1.0-gstreamer-0.10 gstreamer0.10-plugins-good gstreamer0.10-plugins-bad
+ python-pip gir1.2-gstreamer-0.10 gstreamer0.10-plugins-good gstreamer0.10-plugins-bad
To get non-free (MP3, MP4, AAC, etc) decoding and encoding features, add Debian Multimedia repository and install the modules::
author_email = "yomguy@parisson.com",
version = '1.4.5',
install_requires = [
- 'django>=1.4',
+ 'django==1.4.5',
'django-registration',
'django-json-rpc',
'timeside',
'south',
'sorl-thumbnail',
'django-extensions',
+ 'docutils',
],
platforms=['OS Independent'],
license='CeCILL v2',