Comment on Installation in django-blocks

2 views
Skip to first unread message

django...@googlecode.com

unread,
Nov 25, 2009, 11:11:24 PM11/25/09
to django...@googlegroups.com
Comment by sstein...@gmail.com:

Make sure the tagging module is version 3.x or better; earlier versions
have import errors on Django version 1 or greater.

S



For more information:
http://code.google.com/p/django-blocks/wiki/Installation

django...@googlecode.com

unread,
Sep 28, 2010, 4:02:02 AM9/28/10
to django...@googlegroups.com
Comment by lvnilesh:

>>>> TODO: write some help on installing blocks system wide.

Blocks needs to be on your system python path to be used globally so run
below to locate the site-packages directory on a shell:

python -c "from distutils.sysconfig import get_python_lib; print
get_python_lib()"

The result on ubuntu lucid lynx was /usr/lib/python2.6/dist-packages

cd /usr/lib/python2.6/dist-packages
and then
sudo svn co http://django-blocks.googlecode.com/svn/trunk/src/python/blocks/
sudo svn co http://django-tagging.googlecode.com/svn/trunk/tagging/

The last two commands will get blocks and tagging on the pythonpath

django...@googlecode.com

unread,
Sep 28, 2010, 4:07:18 AM9/28/10
to django...@googlegroups.com

django...@googlecode.com

unread,
Nov 3, 2010, 3:27:38 AM11/3/10
to django...@googlegroups.com
Comment by toni.royhy:

=Django version=
I tried to install blocks with my old fedora 9 box with Django-1.0.2
installed. At least the demo was no go.

What version of Django is supported?

django...@googlecode.com

unread,
Nov 3, 2010, 7:17:59 PM11/3/10
to django...@googlegroups.com
Comment by kimus.linuxus:

You need to use django 1.0.2? The latest version of django still supports
Python version 2.4 or higher! What's the error you are getting?

django...@googlecode.com

unread,
Feb 21, 2011, 1:28:51 AM2/21/11
to django...@googlegroups.com
Comment by airtonix:

You need to package this properly with python-distutils so that it contains
a valid setup.py in order for pip users to be able to install it easily.

django...@googlecode.com

unread,
Feb 21, 2011, 7:22:47 AM2/21/11
to django...@googlegroups.com
Comment by kimus.li...@gmail.com:

@airtonix: you already can install django-blocks with pip!
http://pypi.python.org/pypi/django-blocks/0.1

Reply all
Reply to author
Forward
0 new messages