librelist archives

« back to archive

Installation from trunk: failed

Installation from trunk: failed

From:
Marc Jansen
Date:
2010-09-22 @ 08:21
Hi list,

I tried to follow the instructions in the svn-wiki to install GeoNode 
from trunk but failed when running bootstrap.py:
http://projects.opengeo.org/CAPRA/browser/GeoNode/trunk/README.rst

python bootstrap.py --no-site-packages
[excerpt]
[...]
      building '_imaging' extension
      gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-I/usr/include/freetype2 -IlibImaging 
-I/home/marc/Downloads/GeoNode/include -I/usr/local/include 
-I/usr/include -I/usr/include/python2.6 -c _imaging.c -o 
build/temp.linux-x86_64-2.6/_imaging.o
      _imaging.c:75:20: error: Python.h: No such file or directory
[...]
error: command 'gcc' failed with exit status 1
[...]
Build failed: Subprocess return code: 1
[/excerpt]

This is my system:

javac 1.6.0_20
Python 2.6.5
Apache Maven 2.2.1 (rdebian-1)
Java version: 1.6.0_18
Java home: /usr/lib/jvm/java-6-openjdk/jre
Default locale: de_DE, platform encoding: UTF-8
OS name: "linux" version: "2.6.32-25-generic" arch: "amd64" Family: "unix"

Attached is the pip-logfile (although I do not know whether attachments 
are allowed with librelist. I'll post it elsewhere, if I can't attach 
the file).

If you need more information to tackle down the problem, just tell me.

Any help is greatly appreciated.

Thanks in advance,

Marc

Re: [geonode] Installation from trunk: failed

From:
Marc Jansen
Date:
2010-09-22 @ 09:04
Hi Andreas and Guillaume,

yes, I really needed setuptools, and the python-dev package as suggested 
by Guillaume was required as well.

Thanks for the help,
Marc




On 22.09.2010 10:35, Andreas Hocevar wrote:
> Hey Marc,
>
> it looks like bootstrap was not able to install setuptools. If you don't
mind having setuptools installed, can you try to run
>
> $ easy_install setuptools
>
> This should install setuptools on your system. If that works, then 
running bootstrap again should also work.
>
> Please let me know if you are successful - if you join #geonode on 
irc.freenode.net, we can also do that in a less asynchronous manner.
>
> Regards,
> Andreas.
>
> On Sep 22, 2010, at 10:21 , Marc Jansen wrote:
>
>
>> Hi list,
>>
>> I tried to follow the instructions in the svn-wiki to install GeoNode 
from trunk but failed when running bootstrap.py:
>> http://projects.opengeo.org/CAPRA/browser/GeoNode/trunk/README.rst
>>
>> python bootstrap.py --no-site-packages
>> [excerpt]
>> [...]
>>      building '_imaging' extension
>>      gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-I/usr/include/freetype2 -IlibImaging 
-I/home/marc/Downloads/GeoNode/include -I/usr/local/include -I/usr/include
-I/usr/include/python2.6 -c _imaging.c -o 
build/temp.linux-x86_64-2.6/_imaging.o
>>      _imaging.c:75:20: error: Python.h: No such file or directory
>> [...]
>> error: command 'gcc' failed with exit status 1
>> [...]
>> Build failed: Subprocess return code: 1
>> [/excerpt]
>>
>> This is my system:
>>
>> javac 1.6.0_20
>> Python 2.6.5
>> Apache Maven 2.2.1 (rdebian-1)
>> Java version: 1.6.0_18
>> Java home: /usr/lib/jvm/java-6-openjdk/jre
>> Default locale: de_DE, platform encoding: UTF-8
>> OS name: "linux" version: "2.6.32-25-generic" arch: "amd64" Family: "unix"
>>
>> Attached is the pip-logfile (although I do not know whether attachments
are allowed with librelist. I'll post it elsewhere, if I can't attach the 
file).
>>
>> If you need more information to tackle down the problem, just tell me.
>>
>> Any help is greatly appreciated.
>>
>> Thanks in advance,
>>
>> Marc
>>
>>

Re: [geonode] Installation from trunk: failed

From:
David Winslow
Date:
2010-09-22 @ 12:37
Please don't build from SVN.  Some parts of our build infrastructure have
shifted (notably, a server that hosts some sample data has changed domain
names) and even once you get all the  development headers in place you'll
still have problems with those.

Github holds the current version of the GeoNode sources; the project is at
http://github.com/geonode/geonode/

--
David Winslow
OpenGeo - http://opengeo.org/

On Wed, Sep 22, 2010 at 5:04 AM, Marc Jansen <jansen@terrestris.de> wrote:

> Hi Andreas and Guillaume,
>
> yes, I really needed setuptools, and the python-dev package as suggested
> by Guillaume was required as well.
>
> Thanks for the help,
> Marc
>
>
>
>
> On 22.09.2010 10:35, Andreas Hocevar wrote:
> > Hey Marc,
> >
> > it looks like bootstrap was not able to install setuptools. If you don't
> mind having setuptools installed, can you try to run
> >
> > $ easy_install setuptools
> >
> > This should install setuptools on your system. If that works, then
> running bootstrap again should also work.
> >
> > Please let me know if you are successful - if you join #geonode on
> irc.freenode.net, we can also do that in a less asynchronous manner.
> >
> > Regards,
> > Andreas.
> >
> > On Sep 22, 2010, at 10:21 , Marc Jansen wrote:
> >
> >
> >> Hi list,
> >>
> >> I tried to follow the instructions in the svn-wiki to install GeoNode
> from trunk but failed when running bootstrap.py:
> >> http://projects.opengeo.org/CAPRA/browser/GeoNode/trunk/README.rst
> >>
> >> python bootstrap.py --no-site-packages
> >> [excerpt]
> >> [...]
> >>      building '_imaging' extension
> >>      gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ
> -I/usr/include/freetype2 -IlibImaging -I/home/marc/Downloads/GeoNode/include
> -I/usr/local/include -I/usr/include -I/usr/include/python2.6 -c _imaging.c
> -o build/temp.linux-x86_64-2.6/_imaging.o
> >>      _imaging.c:75:20: error: Python.h: No such file or directory
> >> [...]
> >> error: command 'gcc' failed with exit status 1
> >> [...]
> >> Build failed: Subprocess return code: 1
> >> [/excerpt]
> >>
> >> This is my system:
> >>
> >> javac 1.6.0_20
> >> Python 2.6.5
> >> Apache Maven 2.2.1 (rdebian-1)
> >> Java version: 1.6.0_18
> >> Java home: /usr/lib/jvm/java-6-openjdk/jre
> >> Default locale: de_DE, platform encoding: UTF-8
> >> OS name: "linux" version: "2.6.32-25-generic" arch: "amd64" Family:
> "unix"
> >>
> >> Attached is the pip-logfile (although I do not know whether attachments
> are allowed with librelist. I'll post it elsewhere, if I can't attach the
> file).
> >>
> >> If you need more information to tackle down the problem, just tell me.
> >>
> >> Any help is greatly appreciated.
> >>
> >> Thanks in advance,
> >>
> >> Marc
> >>
> >>
>
>

Re: [geonode] Installation from trunk: failed

From:
Guillaume Sueur
Date:
2010-09-22 @ 08:29
Hi,

Maybe try to install the python-dev package which will provide you the 
desired python.h file. 

Regards

--------------------------------------------------
Guillaume SUEUR
Neogeo Technologies SARL
46 RUE MATABIAU
31000 TOULOUSE - FRANCE
Tél : 05 31 98 17 07
Mob. : 06 74 91 95 20
Web : http://www.neogeo-online.net/




Le 22 sept. 2010 à 10:21, Marc Jansen a écrit :

> Hi list,
> 
> I tried to follow the instructions in the svn-wiki to install GeoNode 
from trunk but failed when running bootstrap.py:
> http://projects.opengeo.org/CAPRA/browser/GeoNode/trunk/README.rst
> 
> python bootstrap.py --no-site-packages
> [excerpt]
> [...]
>     building '_imaging' extension
>     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-I/usr/include/freetype2 -IlibImaging 
-I/home/marc/Downloads/GeoNode/include -I/usr/local/include -I/usr/include
-I/usr/include/python2.6 -c _imaging.c -o 
build/temp.linux-x86_64-2.6/_imaging.o
>     _imaging.c:75:20: error: Python.h: No such file or directory
> [...]
> error: command 'gcc' failed with exit status 1
> [...]
> Build failed: Subprocess return code: 1
> [/excerpt]
> 
> This is my system:
> 
> javac 1.6.0_20
> Python 2.6.5
> Apache Maven 2.2.1 (rdebian-1)
> Java version: 1.6.0_18
> Java home: /usr/lib/jvm/java-6-openjdk/jre
> Default locale: de_DE, platform encoding: UTF-8
> OS name: "linux" version: "2.6.32-25-generic" arch: "amd64" Family: "unix"
> 
> Attached is the pip-logfile (although I do not know whether attachments 
are allowed with librelist. I'll post it elsewhere, if I can't attach the 
file).
> 
> If you need more information to tackle down the problem, just tell me.
> 
> Any help is greatly appreciated.
> 
> Thanks in advance,
> 
> Marc
> 
> 
> Downloading/unpacking 
http://www.reportlab.com/ftp/ReportLab_2_3.tar.gz#egg=reportlab (from -r 
shared/core-libs.txt (line 2))
> Creating supposed download cache at ./build
>  Downloading from URL 
http://www.reportlab.com/ftp/ReportLab_2_3.tar.gz#egg=reportlab
>  Storing download in cache at 
./build/http%3A%2F%2Fwww.reportlab.com%2Fftp%2FReportLab_2_3.tar.gz
>  Running setup.py egg_info for package from 
http://www.reportlab.com/ftp/ReportLab_2_3.tar.gz#egg=reportlab
>    ################################################
>    #Attempting install of _rl_accel, sgmlop & pyHnj
>    #extensions from '/tmp/pip-wn2kgV-build/src/rl_addons/rl_accel'
>    ################################################
>    ################################################
>    #Attempting install of _renderPM
>    #extensions from '/tmp/pip-wn2kgV-build/src/rl_addons/renderPM'
>    # installing with freetype version 21
>    ################################################
>    running egg_info
>    creating pip-egg-info/reportlab.egg-info
>    writing pip-egg-info/reportlab.egg-info/PKG-INFO
>    writing top-level names to pip-egg-info/reportlab.egg-info/top_level.txt
>    writing dependency_links to 
pip-egg-info/reportlab.egg-info/dependency_links.txt
>    writing manifest file 'pip-egg-info/reportlab.egg-info/SOURCES.txt'
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'pip-egg-info/reportlab.egg-info/SOURCES.txt'
>    writing manifest file 'pip-egg-info/reportlab.egg-info/SOURCES.txt'
> 
>    ########## SUMMARY INFO #########
>    ################################################
>    #Attempting install of _rl_accel, sgmlop & pyHnj
>    #extensions from '/tmp/pip-wn2kgV-build/src/rl_addons/rl_accel'
>    ################################################
>    ################################################
>    #Attempting install of _renderPM
>    #extensions from '/tmp/pip-wn2kgV-build/src/rl_addons/renderPM'
>    # installing with freetype version 21
>    ################################################
>  Source in /tmp/pip-wn2kgV-build has version 2.3, which satisfies 
requirement reportlab from 
http://www.reportlab.com/ftp/ReportLab_2_3.tar.gz#egg=reportlab (from -r 
shared/core-libs.txt (line 2))
> Obtaining gsconfig.py from 
git+git://github.com/dwins/gsconfig.py.git#egg=gsconfig.py (from -r 
shared/core-libs.txt (line 5))
>  Cloning git://github.com/dwins/gsconfig.py.git to ./src/gsconfig.py
>  Found command git at /usr/bin/git
>  Running command /usr/bin/git clone -q 
git://github.com/dwins/gsconfig.py.git 
/home/marc/Downloads/GeoNode/src/gsconfig.py
>  Running command /usr/bin/git checkout -q origin/master
>  Running setup.py egg_info for package gsconfig.py
>    running egg_info
>    creating src/gsconfig.py.egg-info
>    writing requirements to src/gsconfig.py.egg-info/requires.txt
>    writing src/gsconfig.py.egg-info/PKG-INFO
>    writing top-level names to src/gsconfig.py.egg-info/top_level.txt
>    writing dependency_links to src/gsconfig.py.egg-info/dependency_links.txt
>    writing manifest file 'src/gsconfig.py.egg-info/SOURCES.txt'
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'src/gsconfig.py.egg-info/SOURCES.txt'
>    writing manifest file 'src/gsconfig.py.egg-info/SOURCES.txt'
> Downloading/unpacking PIL (from -r shared/core-libs.txt (line 1))
>  Getting page http://pypi.python.org/simple/PIL
>  URLs to search for versions for PIL (from -r shared/core-libs.txt (line 1)):
>  * http://pypi.python.org/simple/PIL/
>  Getting page http://www.pythonware.com/products/pil
>  Getting page http://effbot.org/zone/pil-changes-115.htm
>  Skipping page http://www.pythonware.com/downloads/Imaging-1.1.3.tar.gz 
(from http://pypi.python.org/simple/PIL/) because of Content-Type: 
>  Getting page http://effbot.org/downloads/
>  Analyzing links from page http://pypi.python.org/simple/PIL/
>    Skipping link http://www.pythonware.com/products/pil (from 
http://pypi.python.org/simple/PIL/); not a file
>    Skipping link http://effbot.org/zone/pil-changes-115.htm (from 
http://pypi.python.org/simple/PIL/); unknown archive format: .htm
>    Skipping link http://www.pythonware.com/products/pil/ (from 
http://pypi.python.org/simple/PIL/); not a file
>    Skipping link 
http://www.pythonware.com/downloads/Imaging-1.1.3.tar.gz (from 
http://pypi.python.org/simple/PIL/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/#Imaging (from 
http://pypi.python.org/simple/PIL/); not a file
>  Analyzing links from page http://www.pythonware.com/products/pil/
>    Skipping link http://www.pythonware.com/media/css/pythonware.css 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.css
>    Skipping link http://www.pythonware.com/index.htm (from 
http://www.pythonware.com/products/pil/); unknown archive format: .htm
>    Skipping link http://www.pythonware.com/products/index.htm (from 
http://www.pythonware.com/products/pil/); unknown archive format: .htm
>    Skipping link http://www.pythonware.com/library/index.htm (from 
http://www.pythonware.com/products/pil/); unknown archive format: .htm
>    Skipping link http://www.pythonware.com/search.htm (from 
http://www.pythonware.com/products/pil/); unknown archive format: .htm
>    Skipping link http://www.pythonware.com/daily/index.htm (from 
http://www.pythonware.com/products/pil/); unknown archive format: .htm
>    Skipping link http://www.pythonware.com/products/ (from 
http://www.pythonware.com/products/pil/); not a file
>    Skipping link http://www.pythonware.com/products/pil/support.htm 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.htm
>    Skipping link http://www.pythonware.com/products/pil/old.htm (from 
http://www.pythonware.com/products/pil/); unknown archive format: .htm
>    Skipping link http://www.pythonware.com/products/pil/license.htm 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.htm
>    Skipping link http://www.pythonware.com/products/pil/faq.htm (from 
http://www.pythonware.com/products/pil/); unknown archive format: .htm
>    Skipping link http://www.djangoproject.com/ (from 
http://www.pythonware.com/products/pil/); not a file
>    Skipping link http://www.pythonware.com/products/pil/#pil117 (from 
http://www.pythonware.com/products/pil/); not a file
>    Skipping link mailto:image-sig@python.org (from 
http://www.pythonware.com/products/pil/); unknown archive format: .org
>    Skipping link http://mail.python.org/mailman/listinfo/image-sig (from
http://www.pythonware.com/products/pil/); not a file
>    Skipping link mailto:image-sig-request@python.org (from 
http://www.pythonware.com/products/pil/); unknown archive format: .org
>    Skipping link mailto:info@pythonware.com (from 
http://www.pythonware.com/products/pil/); unknown archive format: .com
>    Skipping link http://effbot.org/downloads/Imaging-1.1.7.tar.gz (from 
http://www.pythonware.com/products/pil/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/PIL-1.1.7.win32-py2.4.exe 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.exe
>    Skipping link http://effbot.org/downloads/PIL-1.1.7.win32-py2.5.exe 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.exe
>    Skipping link http://effbot.org/downloads/PIL-1.1.7.win32-py2.6.exe 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.exe
>    Skipping link http://effbot.org/downloads#pil (from 
http://www.pythonware.com/products/pil/); not a file
>    Skipping link http://effbot.org/downloads/Imaging-1.1.6.tar.gz (from 
http://www.pythonware.com/products/pil/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/PIL-1.1.6.win32-py2.2.exe 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.exe
>    Skipping link http://effbot.org/downloads/PIL-1.1.6.win32-py2.3.exe 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.exe
>    Skipping link http://effbot.org/downloads/PIL-1.1.6.win32-py2.4.exe 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.exe
>    Skipping link http://effbot.org/downloads/PIL-1.1.6.win32-py2.5.exe 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.exe
>    Skipping link http://effbot.org/downloads/PIL-1.1.6.win32-py2.6.exe 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.exe
>    Skipping link http://effbot.org/zone/pil-changes-116.htm (from 
http://www.pythonware.com/products/pil/); unknown archive format: .htm
>    Skipping link http://effbot.org/zone/python-register.htm (from 
http://www.pythonware.com/products/pil/); unknown archive format: .htm
>    Skipping link http://effbot.org/downloads/Imaging-1.1.5.tar.gz (from 
http://www.pythonware.com/products/pil/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/PIL-1.1.5.win32-py2.1.exe 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.exe
>    Skipping link http://effbot.org/downloads/PIL-1.1.5.win32-py2.2.exe 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.exe
>    Skipping link http://effbot.org/downloads/PIL-1.1.5.win32-py2.3.exe 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.exe
>    Skipping link http://effbot.org/downloads/PIL-1.1.5.win32-py2.4.exe 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.exe
>    Skipping link http://effbot.org/downloads/PIL-1.1.5.win32-py2.5.exe 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.exe
>    Skipping link 
http://www.pythonware.com/library/pil/handbook/index.htm (from 
http://www.pythonware.com/products/pil/); unknown archive format: .htm
>    Skipping link http://www.pythonware.com/media/data/pil-handbook.pdf 
(from http://www.pythonware.com/products/pil/); unknown archive format: 
.pdf
>  Analyzing links from page http://effbot.org/zone/pil-changes-115.htm
>    Skipping link http://effbot.org/zone/rss.xml (from 
http://effbot.org/zone/pil-changes-115.htm); unknown archive format: .xml
>    Skipping link http://effbot.org/media/img/effbot.ico (from 
http://effbot.org/zone/pil-changes-115.htm); unknown archive format: .ico
>    Skipping link http://effbot.org/media/css/effbot-min.css (from 
http://effbot.org/zone/pil-changes-115.htm); unknown archive format: .css
>    Skipping link http://effbot.org/media/css/effbotprint-min.css (from 
http://effbot.org/zone/pil-changes-115.htm); unknown archive format: .css
>    Skipping link http://effbot.org/downloads#imaging (from 
http://effbot.org/zone/pil-changes-115.htm); not a file
>    Skipping link http://effbot.org/ (from 
http://effbot.org/zone/pil-changes-115.htm); not a file
>    Skipping link http://effbot.org/zone/pil-errata-114.htm (from 
http://effbot.org/zone/pil-changes-115.htm); unknown archive format: .htm
>    Skipping link http://effbot.org/zone/pythondoc.htm (from 
http://effbot.org/zone/pil-changes-115.htm); unknown archive format: .htm
>    Skipping link http://effbot.org/downloads#pilwmf (from 
http://effbot.org/zone/pil-changes-115.htm); not a file
>    Skipping link http://effbot.org/zone/ (from 
http://effbot.org/zone/pil-changes-115.htm); not a file
>    Skipping link http://www.webfaction.com/shared_hosting?affiliate=slab
(from http://effbot.org/zone/pil-changes-115.htm); not a file
>  Analyzing links from page http://www.pythonware.com/products/pil/
>    Skipping link http://effbot.org/downloads/Imaging-1.1.7.tar.gz (from 
http://www.pythonware.com/products/pil/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/Imaging-1.1.6.tar.gz (from 
http://www.pythonware.com/products/pil/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/Imaging-1.1.5.tar.gz (from 
http://www.pythonware.com/products/pil/); wrong project name (not pil)
>  Analyzing links from page http://effbot.org/downloads/
>    Skipping link http://effbot.org/downloads/rss.xml (from 
http://effbot.org/downloads/); unknown archive format: .xml
>    Skipping link http://effbot.org/zone/copyright.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link http://www.amazon.co.uk/gp/registry/2QZDLLDVBENMC (from
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/downloads/#aggdraw (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/downloads/#pil (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/zone/draw-agg.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link 
http://effbot.org/media/downloads/aggdraw-1.2a3-20060212.win32-py2.6.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/aggdraw-1.2a3-20060212.win32-py2.5.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/aggdraw-1.2a3-20060212.win32-py2.4.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/aggdraw-1.2a3-20060212.win32-py2.3.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/aggdraw-1.1-20051010.win32-py2.4.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/aggdraw-1.1-20051010.win32-py2.3.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/aggdraw-1.1-20051010.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://svn.effbot.org/public/tags/aggdraw-1.2a3-20060212 (from 
http://effbot.org/downloads/); unknown archive format: .2a3-20060212
>    Skipping link http://effbot.org/downloads/#celementtree (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/downloads/#elementtree (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/zone/element-index.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link http://effbot.org/zone/celementtree.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link 
http://effbot.org/media/downloads/cElementTree-1.0.5-20051216.tar.gz (from
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/cElementTree-1.0.5-20051216.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/cElementTree-1.0.5-20051215.win32-py2.4.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/cElementTree-1.0.5-20051215.win32-py2.3.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/cElementTree-1.0.2-20050302.win32-py2.2.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/cElementTree-1.0.2-20050302.win32-py2.1.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/cElementTree-1.0.2-20050302.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/cElementTree-1.0.1-20050130.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/cElementTree-1.0-20050126.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://svn.effbot.org/public/tags/celementtree-1.0.6-20090110-preview 
(from http://effbot.org/downloads/); unknown archive format: 
.6-20090110-preview
>    Skipping link 
http://svn.effbot.org/public/tags/celementtree-1.0.6-20070831-preview 
(from http://effbot.org/downloads/); unknown archive format: 
.6-20070831-preview
>    Skipping link 
http://svn.effbot.org/public/tags/celementtree-1.0.5-20051216 (from 
http://effbot.org/downloads/); unknown archive format: .5-20051216
>    Skipping link 
http://svn.effbot.org/public/tags/celementtree-1.0.4-20051213 (from 
http://effbot.org/downloads/); unknown archive format: .4-20051213
>    Skipping link 
http://svn.effbot.org/public/tags/celementtree-1.0.2-20050302 (from 
http://effbot.org/downloads/); unknown archive format: .2-20050302
>    Skipping link 
http://svn.effbot.org/public/tags/celementtree-1.0.1-20050130 (from 
http://effbot.org/downloads/); unknown archive format: .1-20050130
>    Skipping link 
http://svn.effbot.org/public/tags/celementtree-1.0-20050126 (from 
http://effbot.org/downloads/); unknown archive format: .0-20050126
>    Skipping link http://effbot.org/downloads/#console (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/zone/console-index.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link 
http://effbot.org/media/downloads/console-1.1a2-20100425.win32-py2.6.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/console-1.1a2-20100425.win32-py2.5.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/console-1.1a1-20011229.win32-py2.6.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/console-1.1a1-20011229.win32-py2.5.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/console-1.1a1-20011229.win32-py2.4.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/console-1.1a1-20011229.win32-py2.3.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/console-1.1a1-20011229.win32-py2.2.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/console-1.1a1-20011229.win32-py2.1.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/console-1.1a1-20011229.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/#effbot (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/zone/effbot-exe-index.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link http://effbot.org/zone/effnews-exe.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link http://effbot.org/downloads/effbot-1.0.19-20040517.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/effbot-1.0.19-20040517.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/effbot-1.0.15-20030711.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link http://effbot.org/media/downloads/blogping-1.0.effbot 
(from http://effbot.org/downloads/); unknown archive format: .effbot
>    Skipping link http://effbot.org/media/downloads/comhem-1.2.effbot 
(from http://effbot.org/downloads/); unknown archive format: .effbot
>    Skipping link http://effbot.org/media/downloads/effnews-1.0.17.effbot
(from http://effbot.org/downloads/); unknown archive format: .effbot
>    Skipping link http://effbot.org/media/downloads/effnews-1.0.20.effbot
(from http://effbot.org/downloads/); unknown archive format: .effbot
>    Skipping link http://effbot.org/media/downloads/effnews-1.0.21.effbot
(from http://effbot.org/downloads/); unknown archive format: .effbot
>    Skipping link 
http://effbot.org/media/downloads/imageview-0.0.3.effbot (from 
http://effbot.org/downloads/); unknown archive format: .effbot
>    Skipping link http://effbot.org/media/downloads/pil114-1.1.4b1.effbot
(from http://effbot.org/downloads/); unknown archive format: .effbot
>    Skipping link http://effbot.org/downloads/#effbot.org (from 
http://effbot.org/downloads/); not a file
>    Skipping link 
http://effbot.org/media/downloads/effbot.org-0.1-20041009.win32.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/effbot.org-0.1-20041009.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://svn.effbot.org/public/tags/effbot.org-0.2-20050530 (from 
http://effbot.org/downloads/); unknown archive format: .2-20050530
>    Skipping link 
http://svn.effbot.org/public/tags/effbot.org-0.1-20041009 (from 
http://effbot.org/downloads/); unknown archive format: .1-20041009
>    Skipping link http://effbot.org/downloads/#effnews (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/zone/effnews.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link http://effbot.org/media/downloads/effnews-4.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/#elementsoap (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://www.w3.org/TR/SOAP/ (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://www.google.com/apis (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/zone/element-soap.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link 
http://effbot.org/media/downloads/elementsoap-0.6-20071224.win32.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/elementsoap-0.6-20071224.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/elementsoap-0.5-20061119.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/elementsoap-0.3-20031123.win32.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/elementsoap-0.3-20031123.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://svn.effbot.org/public/tags/elementsoap-0.6-20071224 (from 
http://effbot.org/downloads/); unknown archive format: .6-20071224
>    Skipping link http://effbot.org/downloads/#elementtidy (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://tidy.sourceforge.net/ (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/zone/element-tidylib.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link 
http://effbot.org/media/downloads/elementtidy-1.0-20050212.win32-py2.6.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/elementtidy-1.0-20050212.win32-py2.5.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/elementtidy-1.0-20050212.win32-py2.4.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/elementtidy-1.0-20050212.win32-py2.3.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/elementtidy-1.0-20050212.win32-py2.2.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/elementtidy-1.0-20050212.win32-py2.1.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/elementtidy-1.0-20050212.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/elementtree-1.2.7-20070827-preview.win32.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/elementtree-1.2.7-20070827-preview.zip 
(from http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/elementtree-1.2.6-20050316.win32.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/elementtree-1.2.6-20050316.tar.gz (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/elementtree-1.2.6-20050316.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/elementtree-1.2-20040618.tar.gz (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/elementtree-1.2-20040618.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/elementtree-1.1-20030511.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/elementtree-1.0-20020728.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://svn.effbot.org/public/tags/elementtree-1.3a3-20070912 (from 
http://effbot.org/downloads/); unknown archive format: .3a3-20070912
>    Skipping link 
http://svn.effbot.org/public/tags/elementtree-1.2.7-20070827-preview (from
http://effbot.org/downloads/); unknown archive format: .7-20070827-preview
>    Skipping link 
http://svn.effbot.org/public/tags/elementtree-1.2.6-20050316 (from 
http://effbot.org/downloads/); unknown archive format: .6-20050316
>    Skipping link 
http://svn.effbot.org/public/tags/elementtree-1.2.5-20050302 (from 
http://effbot.org/downloads/); unknown archive format: .5-20050302
>    Skipping link 
http://svn.effbot.org/public/tags/elementtree-1.2.4-20041228 (from 
http://effbot.org/downloads/); unknown archive format: .4-20041228
>    Skipping link 
http://svn.effbot.org/public/tags/elementtree-1.2-20040618 (from 
http://effbot.org/downloads/); unknown archive format: .2-20040618
>    Skipping link http://effbot.org/downloads/#exemaker (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/zone/exemaker.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link 
http://effbot.org/media/downloads/exemaker-1.2-20041012.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/#ftpparse (from 
http://effbot.org/downloads/); not a file
>    Skipping link 
http://effbot.org/media/downloads/ftpparse-1.1-20021124.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/#grabscreen (from 
http://effbot.org/downloads/); not a file
>    Skipping link 
http://effbot.org/media/downloads/grabscreen-1.0-20010426.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/#imaging (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/zone/pil-index.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link http://effbot.org/media/downloads/Imaging-1.1.7.tar.gz 
(from http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/media/downloads/Imaging-1.1.6.tar.gz 
(from http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/media/downloads/Imaging-1.1.5.tar.gz 
(from http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/media/downloads/Imaging-1.1.4.tar.gz 
(from http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/media/downloads/Imaging-1.1.3.tar.gz 
(from http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/media/downloads/Imaging-1.1.2.tar.gz 
(from http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/media/downloads/Imaging-1.1.1.tar.gz 
(from http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://svn.effbot.org/public/tags/pil-1.1.7b1-20090412 
(from http://effbot.org/downloads/); unknown archive format: .7b1-20090412
>    Skipping link http://svn.effbot.org/public/tags/pil-1.1.7a2-20090328 
(from http://effbot.org/downloads/); unknown archive format: .7a2-20090328
>    Skipping link http://svn.effbot.org/public/tags/pil-1.1.7a1-20090317 
(from http://effbot.org/downloads/); unknown archive format: .7a1-20090317
>    Skipping link http://svn.effbot.org/public/tags/pil-1.1.7 (from 
http://effbot.org/downloads/); unknown archive format: .7
>    Skipping link http://svn.effbot.org/public/tags/pil-1.1.6 (from 
http://effbot.org/downloads/); unknown archive format: .6
>    Skipping link http://svn.effbot.org/public/tags/pil-1.1.5 (from 
http://effbot.org/downloads/); unknown archive format: .5
>    Skipping link http://svn.effbot.org/public/tags/pil-1.1.4 (from 
http://effbot.org/downloads/); unknown archive format: .4
>    Skipping link http://svn.effbot.org/public/tags/pil-1.1.3 (from 
http://effbot.org/downloads/); unknown archive format: .3
>    Skipping link http://svn.effbot.org/public/tags/pil-1.1.2 (from 
http://effbot.org/downloads/); unknown archive format: .2
>    Skipping link http://svn.effbot.org/public/tags/pil-1.1.1 (from 
http://effbot.org/downloads/); unknown archive format: .1
>    Found link 
http://effbot.org/media/downloads/PIL-1.1.7a2-py2.5-macosx10.5.mpkg.zip 
(from http://effbot.org/downloads/), version: 
1.1.7a2-py2.5-macosx10.5.mpkg
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.7.win32-py2.7.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.7.win32-py2.6.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.7.win32-py2.5.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.7.win32-py2.4.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.7.win32-py2.3.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Found link http://effbot.org/media/downloads/PIL-1.1.7.tar.gz (from 
http://effbot.org/downloads/), version: 1.1.7
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.6.win32-py2.6.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.6.win32-py2.5.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.6.win32-py2.4.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.6.win32-py2.3.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.6.win32-py2.2.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.5.win32-py2.5.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.5.win32-py2.4.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.5.win32-py2.3.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.5.win32-py2.2.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.5.win32-py2.1.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.4.win32-py2.3.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.4.win32-py2.2.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/PIL-1.1.4.win32-py2.1.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link http://effbot.org/downloads/#pilfonts (from 
http://effbot.org/downloads/); not a file
>    Could not parse version from link: 
http://effbot.org/media/downloads/pilfonts.zip (from 
http://effbot.org/downloads/)
>    Skipping link http://effbot.org/media/downloads/pilfonts.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/#pilwmf (from 
http://effbot.org/downloads/); not a file
>    Skipping link 
http://effbot.org/media/downloads/pilwmf-1.0b2-20040224.win32-py2.3.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/pilwmf-1.0b2-20040224.win32-py2.1.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Found link 
http://effbot.org/media/downloads/pilwmf-1.0b2-20040224.zip (from 
http://effbot.org/downloads/), version: wmf-1.0b2-20040224
>    Skipping link http://effbot.org/downloads/#pythondoc (from 
http://effbot.org/downloads/); not a file
>    Skipping link 
http://effbot.org/media/downloads/pythondoc-2.1b7-20070909.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/pythondoc-2.0-20031103.win32.exe (from 
http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/pythondoc-2.0-20031103.tar.gz (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/pythondoc-2.0-20031103.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://svn.effbot.org/public/tags/pythondoc-2.1b4-20050618 (from 
http://effbot.org/downloads/); unknown archive format: .1b4-20050618
>    Skipping link 
http://svn.effbot.org/public/tags/pythondoc-2.1b3-20050325 (from 
http://effbot.org/downloads/); unknown archive format: .1b3-20050325
>    Skipping link 
http://svn.effbot.org/public/tags/pythondoc-2.1b2-20040905 (from 
http://effbot.org/downloads/); unknown archive format: .1b2-20040905
>    Skipping link 
http://svn.effbot.org/public/tags/pythondoc-2.1b1-20040901 (from 
http://effbot.org/downloads/); unknown archive format: .1b1-20040901
>    Skipping link 
http://svn.effbot.org/public/tags/pythondoc-2.0-20031103 (from 
http://effbot.org/downloads/); unknown archive format: .0-20031103
>    Skipping link http://effbot.org/downloads/#sgmlop (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/zone/sgmlop-index.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link 
http://effbot.org/media/downloads/sgmlop-1.1.1-20040207.win32-py2.5.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/sgmlop-1.1.1-20040207.win32-py2.4.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/sgmlop-1.1.1-20040207.win32-py2.3.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/sgmlop-1.1.1-20040207.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/sgmlop-1.1-20030913.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/#squeeze (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/zone/squeeze.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link 
http://effbot.org/media/downloads/squeeze-1.6-19980504.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/#sre (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/media/downloads/sre-2.2.1.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/#subprocess (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://www.lysator.liu.se/%7eastrand/popen5/ (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://www.python.org/peps/pep-0324.html (from 
http://effbot.org/downloads/); unknown archive format: .html
>    Skipping link 
http://effbot.org/media/downloads/subprocess-0.1-20041012.win32-py2.3.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/subprocess-0.1-20041012.win32-py2.2.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link http://effbot.org/downloads/#tkicon (from 
http://effbot.org/downloads/); not a file
>    Skipping link 
http://effbot.org/media/downloads/tkicon-0.9-19980218.win32-py2.1.exe 
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/tkicon-0.9-19980218.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/#tkinter3000 (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/zone/wck.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link http://effbot.org/zone/tkinter-index.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link 
http://effbot.org/media/downloads/tkinter3000-1.1.1-20061204.win32-py2.6.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/tkinter3000-1.1.1-20061204.win32-py2.5.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/tkinter3000-1.1.1-20061204.win32-py2.4.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/tkinter3000-1.1.1-20061204.win32-py2.3.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/tkinter3000-1.1.1-20061204.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/tkinter3000-1.1-20051211.win32-py2.4.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
>    Skipping link 
http://effbot.org/media/downloads/tkinter3000-1.0-20031212.tar.gz (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://effbot.org/media/downloads/tkinter3000-1.0-20031212.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link 
http://svn.effbot.org/public/tags/wck-tkinter3000-1.1b1-20051015 (from 
http://effbot.org/downloads/); unknown archive format: .1b1-20051015
>    Skipping link 
http://svn.effbot.org/public/tags/wck-tkinter3000-1.1a1-20040905 (from 
http://effbot.org/downloads/); unknown archive format: .1a1-20040905
>    Skipping link 
http://svn.effbot.org/public/tags/wck-tkinter3000-1.1-20051211 (from 
http://effbot.org/downloads/); unknown archive format: .1-20051211
>    Skipping link 
http://svn.effbot.org/public/tags/wck-tkinter3000-1.0-20031212 (from 
http://effbot.org/downloads/); unknown archive format: .0-20031212
>    Skipping link http://effbot.org/downloads/#wckgraph (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/zone/wckgraph.htm (from 
http://effbot.org/downloads/); unknown archive format: .htm
>    Skipping link 
http://effbot.org/media/downloads/wckgraph-0.5-20040421.zip (from 
http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/#xmlrpclib (from 
http://effbot.org/downloads/); not a file
>    Skipping link http://effbot.org/media/downloads/xmlrpclib-1.0.1.zip 
(from http://effbot.org/downloads/); wrong project name (not pil)
>    Skipping link http://effbot.org/downloads/ (from 
http://effbot.org/downloads/); not a file
>  Using version 1.1.7 (newest of versions: 1.1.7, 
1.1.7a2-py2.5-macosx10.5.mpkg, wmf-1.0b2-20040224)
>  Downloading from URL http://effbot.org/media/downloads/PIL-1.1.7.tar.gz
(from http://effbot.org/downloads/)
>  Storing download in cache at 
./build/http%3A%2F%2Feffbot.org%2Fmedia%2Fdownloads%2FPIL-1.1.7.tar.gz
>  Running setup.py egg_info for package PIL
>    WARNING: '' not a valid package name; please use only.-separated 
package names in setup.py
>    running egg_info
>    creating pip-egg-info/PIL.egg-info
>    writing pip-egg-info/PIL.egg-info/PKG-INFO
>    writing top-level names to pip-egg-info/PIL.egg-info/top_level.txt
>    writing dependency_links to pip-egg-info/PIL.egg-info/dependency_links.txt
>    writing manifest file 'pip-egg-info/PIL.egg-info/SOURCES.txt'
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'pip-egg-info/PIL.egg-info/SOURCES.txt'
>    writing manifest file 'pip-egg-info/PIL.egg-info/SOURCES.txt'
>  Source in ./build/PIL has version 1.1.7, which satisfies requirement 
PIL (from -r shared/core-libs.txt (line 1))
> Downloading/unpacking simplejson (from -r shared/py-base-libs.txt (line 2))
>  Getting page http://pypi.python.org/simple/simplejson
>  URLs to search for versions for simplejson (from -r 
shared/py-base-libs.txt (line 2)):
>  * http://pypi.python.org/simple/simplejson/
>  Getting page http://undefined.org/python/
>  Analyzing links from page http://pypi.python.org/simple/simplejson/
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.9.tar.gz#md5=8780ac416325d22a59252f7cd9561373
(from http://pypi.python.org/simple/simplejson/), version: 1.9
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.7.5.tar.gz#md5=649e1095b2600fc57ac34fbde8a88348
(from http://pypi.python.org/simple/simplejson/), version: 1.7.5
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-1.7-py2.5.egg#md5=48275afc9a7a5612ae862c62e8352c36
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.7.tar.gz#md5=9d02273f8615b8e3fceda891ffff10d1
(from http://pypi.python.org/simple/simplejson/), version: 2.0.7
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.1.tar.gz#md5=e7f6899d5a7a389335adb870f9ffa5a4
(from http://pypi.python.org/simple/simplejson/), version: 1.1
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-1.7.2-py2.5-macosx-10.3-fat.egg#md5=1990127f3681225dae91237610cb3b38
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.7.2.tar.gz#md5=733ebc212e91b60b3b47039a5343c133
(from http://pypi.python.org/simple/simplejson/), version: 1.7.2
>    Skipping link 
http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.7-py2.4-linux-i686.egg#md5=f8e2fac9adcdac0fb7601f15ab22e9d2
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.1.1-py2.5-win32.egg#md5=21079a9827d48b3c11783fd461ccbece
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.6/s/simplejson/simplejson-2.1.0-py2.6-linux-x86_64.egg#md5=f8db9f63f64e636ee07f87c68aebc2dd
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.3.tar.gz#md5=fbe039b9b863572651a0f665acea34c9
(from http://pypi.python.org/simple/simplejson/), version: 1.3
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.8.1.tar.gz#md5=7d024d6ae74abb269637be204e132bdc
(from http://pypi.python.org/simple/simplejson/), version: 1.8.1
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.5-py2.5-win32.egg#md5=088c2c2cd564c7029560fb3bb427822d
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.7-py2.4-freebsd-6.1-RELEASE-p3-i386.egg#md5=ad00231eb03eb08f28e61a319ffc38ac
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.9.2.tar.gz#md5=9fe5d9a98da5ffc347bfee2ccf386fcb
(from http://pypi.python.org/simple/simplejson/), version: 1.9.2
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.9.3.tar.gz#md5=321f7ad3a347e5a11814bcfecf8b9d11
(from http://pypi.python.org/simple/simplejson/), version: 1.9.3
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.2.tar.gz#md5=4dda296391c71ce60a0a6294192a2f37
(from http://pypi.python.org/simple/simplejson/), version: 2.0.2
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.8-py2.5-win32.egg#md5=dde32f26d7561de7562cdb93073a0716
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.5.tar.gz#md5=16e579c1230e7a0469f9e46b57fb53df
(from http://pypi.python.org/simple/simplejson/), version: 1.5
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.4.tar.gz#md5=9a888ea017ef2fcd42a2823454950b16
(from http://pypi.python.org/simple/simplejson/), version: 2.0.4
>    Skipping link 
http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.7-py2.4.egg#md5=57715b70f546752fc5e7040b8cb70f6e
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.4-py2.4.egg#md5=4f18e31fd095cd54e5015e7b7a147093
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.6-py2.4.egg#md5=3f823c551581a98b2974155656063ce1
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.3.tar.gz#md5=6da5d665c9e772ac65eae9b4ce6d737b
(from http://pypi.python.org/simple/simplejson/), version: 2.0.3
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.8.tar.gz#md5=7aa92cf4a81973c7087023cafeaddb18
(from http://pypi.python.org/simple/simplejson/), version: 1.8
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.1.1.win32-py2.5.exe#md5=d51f6a4dff29eabf34054903d758f003
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.exe
>    Skipping link 
http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.7-py2.4-freebsd-6.2-RELEASE-p3-i386.egg#md5=57cfb485618fba0037e1d2c14a11c2a1
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.6-py2.5-linux-i686.egg#md5=8808fba6300f41e51a4a956b77f0331e
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.5.tar.gz#md5=11e65b91e7fd08eda931e683c5f98543
(from http://pypi.python.org/simple/simplejson/), version: 2.0.5
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.9.tar.gz#md5=af5e67a39ca3408563411d357e6d5e47
(from http://pypi.python.org/simple/simplejson/), version: 2.0.9
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.1.tar.gz#md5=0bbe3a2e5e4cac040013733aca159d89
(from http://pypi.python.org/simple/simplejson/), version: 2.1.1
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.6.tar.gz#md5=be3e13943a9627a3cfc012e31db0550b
(from http://pypi.python.org/simple/simplejson/), version: 1.6
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.7.1.tar.gz#md5=b723d488ea43583122511263e9c2c93a
(from http://pypi.python.org/simple/simplejson/), version: 1.7.1
>    Skipping link 
http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.7-py2.4-macosx-10.3-fat.egg#md5=0b5beb7cb7b0b8ec86971db84e721dae
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.7.4.tar.gz#md5=0395956395d22657c333a1de57dce2d3
(from http://pypi.python.org/simple/simplejson/), version: 1.7.4
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.1.tar.gz#md5=ee2d74d695dc63d188fc3d3c6aa0d90a
(from http://pypi.python.org/simple/simplejson/), version: 2.0.1
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.7.win32-py2.5.exe#md5=f5285850f9f73cac99ecdb0e415ec4fc
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.exe
>    Skipping link 
http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.3-py2.4.egg#md5=f2f04b9b5282fc2627dae9e3526906af
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.4.tar.gz#md5=5fbad786a4b151d44a9b1e1e157e5510
(from http://pypi.python.org/simple/simplejson/), version: 1.4
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.9-py2.5-win32.egg#md5=6c8e1117f875ecc62b4bcea71d615837
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.7.3.tar.gz#md5=03935eda1211f29d6856481baf6cba59
(from http://pypi.python.org/simple/simplejson/), version: 1.7.3
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.9.1.tar.gz#md5=d2ee608bdf6397b82a7cd53c8602b29e
(from http://pypi.python.org/simple/simplejson/), version: 1.9.1
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.7-py2.5-win32.egg#md5=988b06121977a6dc69df30cfda925d13
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.0.tar.gz#md5=6a7aea9ecdf5180557ea91027ee2638f
(from http://pypi.python.org/simple/simplejson/), version: 2.0.0
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.0.tar.gz#md5=3ea565fd1216462162c6929b264cf365
(from http://pypi.python.org/simple/simplejson/), version: 2.1.0
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-1.7-py2.5-macosx-10.3-fat.egg#md5=6396c696770eab9c523eb60d490410c6
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.8.tar.gz#md5=29f8a89bcc4d751f4039436ec769807f
(from http://pypi.python.org/simple/simplejson/), version: 2.0.8
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-1.7.1-py2.5.egg#md5=8a2e4e556c8110506e24f125c362f944
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.6.tar.gz#md5=1c200c8d5ba910706bad0618389e9e3c
(from http://pypi.python.org/simple/simplejson/), version: 2.0.6
>    Skipping link 
http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.1-py2.4.egg#md5=af24eddbfe7b8ac79d582d66d8ac6120
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.3/s/simplejson/simplejson-1.1-py2.3.egg#md5=4a27d6644ba6a44bf82d5ef438b92d8a
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-1.7.1-py2.5-macosx-10.3-fat.egg#md5=318ddfca6d052f0c703cfd1e9725792c
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/s/simplejson/simplejson-1.7.tar.gz#md5=1e8866f758ef8e7d5fe6ebeb1b26e4eb
(from http://pypi.python.org/simple/simplejson/), version: 1.7
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-1.7.3-py2.5-macosx-10.3-fat.egg#md5=70fff32f30c14e27be7352d2969a58e2
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.6-py2.5-win32.egg#md5=b7ef62af279bdbd9783db43a13775ba6
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.7.1-py2.4-macosx-10.3-fat.egg#md5=c8933b5073f0bbeedd61b2de2a567907
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.5-py2.4.egg#md5=ce2b5596a41bff29620971cf419a0b06
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.8.win32-py2.5.exe#md5=5c84c2fee57bc8f9bc8f43fe41169cd3
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.exe
>    Skipping link 
http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.7.1-py2.4.egg#md5=dfc717010a6ee597a43f6b57a9768777
(from http://pypi.python.org/simple/simplejson/); unknown archive format: 
.egg
>    Skipping link http://undefined.org/python/#simplejson (from 
http://pypi.python.org/simple/simplejson/); not a file
>    Skipping link http://json.org (from 
http://pypi.python.org/simple/simplejson/); not a file
>  Analyzing links from page http://undefined.org/python/
>    Skipping link http://undefined.org/python/css/generic.css (from 
http://undefined.org/python/); unknown archive format: .css
>    Skipping link 
http://simplejson.googlecode.com/svn/tags/simplejson-2.1.1/docs/index.html
(from http://undefined.org/python/); unknown archive format: .html
>    Skipping link http://simplejson.googlecode.com/svn/trunk/ (from 
http://undefined.org/python/); not a file
>    Skipping link 
http://simplejson.googlecode.com/svn/tags/simplejson-2.1.1/ (from 
http://undefined.org/python/); unknown archive format: .1
>    Skipping link http://code.google.com/p/simplejson/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://pypi.python.org/pypi/simplejson (from 
http://undefined.org/python/); not a file
>    Skipping link 
http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html (from 
http://undefined.org/python/); unknown archive format: .html
>    Skipping link http://pypi.python.org/pypi/py2app/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://pythonmac.org/wiki/py2app (from 
http://undefined.org/python/); not a file
>    Skipping link http://starship.python.net/crew/theller/py2exe/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://starship.python.net/crew/atuining/cx_Freeze/ 
(from http://undefined.org/python/); not a file
>    Skipping link http://peak.telecommunity.com/DevCenter/setuptools 
(from http://undefined.org/python/); not a file
>    Skipping link http://www.python.org/doc/current/dist/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://pypi.python.org/pypi/bdist_mpkg/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://pythonmac.org/wiki/bdist_mpkg (from 
http://undefined.org/python/); not a file
>    Skipping link http://pypi.python.org/pypi/modulegraph/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://pythonmac.org/wiki/modulegraph (from 
http://undefined.org/python/); not a file
>    Skipping link http://pypi.python.org/pypi/macholib/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://pythonmac.org/wiki/macholib (from 
http://undefined.org/python/); not a file
>    Skipping link http://pypi.python.org/pypi/altgraph/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://pythonmac.org/wiki/altgraph (from 
http://undefined.org/python/); not a file
>    Skipping link http://pythonmac.org/packages/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://pypi.python.org/pypi/greenlet (from 
http://undefined.org/python/); not a file
>    Skipping link http://codespeak.net/py/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://codespeak.net/py/0.9.2/greenlet.html (from 
http://undefined.org/python/); unknown archive format: .html
>    Skipping link http://pypi.python.org/pypi/flashticle (from 
http://undefined.org/python/); not a file
>    Skipping link http://osflash.org/flashticle (from 
http://undefined.org/python/); not a file
>    Skipping link http://turbogears.org (from 
http://undefined.org/python/); not a file
>    Skipping link http://cherrypy.org (from 
http://undefined.org/python/); not a file
>    Skipping link 
http://bob.pythonmac.org/archives/2005/10/08/xattr-python-extended-filesystem-attributes/
(from http://undefined.org/python/); not a file
>    Skipping link http://svn.red-bean.com/bob/xattr/trunk/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://svn.red-bean.com/bob/xattr/releases/xattr-0.6/ 
(from http://undefined.org/python/); unknown archive format: .6
>    Skipping link http://www.python.org (from 
http://undefined.org/python/); not a file
>    Skipping link http://pypi.python.org/pypi/xattr (from 
http://undefined.org/python/); not a file
>    Skipping link http://pythonmac.org/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://pythonmac.org/wiki (from 
http://undefined.org/python/); not a file
>    Skipping link 
http://undefined.org/python/SystemConfiguration-0.3.tar.gz (from 
http://undefined.org/python/); wrong project name (not simplejson)
>    Skipping link http://pythonmac.org/wiki/SystemConfiguration (from 
http://undefined.org/python/); not a file
>    Skipping link 
http://mail.python.org/pipermail/pythonmac-sig/2003-October/009127.html 
(from http://undefined.org/python/); unknown archive format: .html
>    Skipping link 
http://developer.apple.com/documentation/Networking/Reference/SysConfig/sysconfig_fw.html
(from http://undefined.org/python/); unknown archive format: .html
>    Skipping link 
http://developer.apple.com/samplecode/Sample_Code/Networking/MoreSCF.htm 
(from http://undefined.org/python/); unknown archive format: .htm
>    Skipping link http://developer.apple.com/qa/qa2001/qa1234.html (from 
http://undefined.org/python/); unknown archive format: .html
>    Skipping link http://undefined.org/python/PyQTSequence.app-0.1.tgz 
(from http://undefined.org/python/); wrong project name (not simplejson)
>    Skipping link http://undefined.org/python/PyQTSequence-0.1.tgz (from 
http://undefined.org/python/); wrong project name (not simplejson)
>    Skipping link http://developer.apple.com/quicktime/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://www.pythonware.com/products/pil/index.htm (from 
http://undefined.org/python/); unknown archive format: .htm
>    Skipping link http://www.pfdubois.com/numpy/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://pyobjc.sourceforge.net/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://undefined.org/python/Authorization-0.1.tar.gz 
(from http://undefined.org/python/); wrong project name (not simplejson)
>    Skipping link http://pythonmac.org/wiki/Authorization (from 
http://undefined.org/python/); not a file
>    Skipping link http://undefined.org/python/Authorization_doc.html 
(from http://undefined.org/python/); unknown archive format: .html
>    Skipping link 
http://mail.python.org/pipermail/pythonmac-sig/2003-October/009015.html 
(from http://undefined.org/python/); unknown archive format: .html
>    Skipping link 
http://developer.apple.com/documentation/Security/Reference/authorization_ref/
(from http://undefined.org/python/); not a file
>    Skipping link 
http://developer.apple.com/documentation/Security/Conceptual/authorization_concepts/index.html
(from http://undefined.org/python/); unknown archive format: .html
>    Skipping link http://undefined.org/python/aeve-0.0.4.tar.gz (from 
http://undefined.org/python/); wrong project name (not simplejson)
>    Skipping link http://pythonmac.org/wiki/aeve (from 
http://undefined.org/python/); not a file
>    Skipping link 
http://aspn.activestate.com/ASPN/Mail/Message/pythonmac-sig/1746711 (from 
http://undefined.org/python/); not a file
>    Skipping link 
http://developer.apple.com/documentation/mac/IAC/IAC-2.html (from 
http://undefined.org/python/); unknown archive format: .html
>    Skipping link 
http://developer.apple.com/documentation/AppleScript/Conceptual/AppleScriptLangGuide/index.html
(from http://undefined.org/python/); unknown archive format: .html
>    Skipping link 
http://maccentral.macworld.com/features/applescriptprimer16/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://undefined.org/python/TECManager-0.2.tar.gz (from
http://undefined.org/python/); wrong project name (not simplejson)
>    Skipping link http://undefined.org/python/TECManager-0.2-pydoc.html 
(from http://undefined.org/python/); unknown archive format: .html
>    Skipping link 
http://aspn.activestate.com/ASPN/Mail/Message/pythonmac-sig/1795643 (from 
http://undefined.org/python/); not a file
>    Skipping link 
http://developer.apple.com/documentation/Carbon/Reference/Text_Encodin_sion_Manager/
(from http://undefined.org/python/); not a file
>    Skipping link 
http://developer.apple.com/documentation/Carbon/Conceptual/ProgWithTECM/ 
(from http://undefined.org/python/); not a file
>    Skipping link http://undefined.org/python/LaunchServices-0.1.tar.gz 
(from http://undefined.org/python/); wrong project name (not simplejson)
>    Skipping link 
http://undefined.org/python/LaunchServices-0.1-pydoc.html (from 
http://undefined.org/python/); unknown archive format: .html
>    Skipping link 
http://aspn.activestate.com/ASPN/Mail/Message/pythonmac-sig/1783354 (from 
http://undefined.org/python/); not a file
>    Skipping link http://developer.apple.com/technotes/tn/tn2017.html 
(from http://undefined.org/python/); unknown archive format: .html
>    Skipping link 
http://developer.apple.com/samplecode/Sample_Code/Processes/SignatureToApp.htm
(from http://undefined.org/python/); unknown archive format: .htm
>    Skipping link http://developer.apple.com/carbon/tipsandtricks.html 
(from http://undefined.org/python/); unknown archive format: .html
>    Could not parse version from link: 
http://undefined.org/python/twisted_gzstream.tgz (from 
http://undefined.org/python/)
>    Skipping link http://undefined.org/python/twisted_gzstream.tgz (from 
http://undefined.org/python/); wrong project name (not simplejson)
>    Skipping link http://www.gzip.org/zlib/ (from 
http://undefined.org/python/); not a file
>    Skipping link http://www.python.org/doc/current/lib/module-zlib.html 
(from http://undefined.org/python/); unknown archive format: .html
>    Skipping link http://www.twistedmatrix.com/ (from 
http://undefined.org/python/); not a file
>    Skipping link 
http://svn.pythonmac.org/py2app/py2app/trunk#egg=py2app-dev (from 
http://undefined.org/python/); wrong project name (not simplejson)
>    Skipping link 
http://svn.pythonmac.org/bdist_mpkg/bdist_mpkg/trunk#egg=bdist_mpkg-dev 
(from http://undefined.org/python/); wrong project name (not simplejson)
>    Skipping link 
http://svn.pythonmac.org/modulegraph/modulegraph/trunk#egg=modulegraph-dev
(from http://undefined.org/python/); wrong project name (not simplejson)
>    Skipping link 
http://svn.pythonmac.org/macholib/macholib/trunk#egg=macholib-dev (from 
http://undefined.org/python/); wrong project name (not simplejson)
>    Skipping link 
http://svn.pythonmac.org/altgraph/altgraph/trunk#egg=altgraph-dev (from 
http://undefined.org/python/); wrong project name (not simplejson)
>    Skipping link 
http://svn.red-bean.com/bob/greenlet/trunk/#egg=greenlet-dev (from 
http://undefined.org/python/); wrong project name (not simplejson)
>    Skipping link 
http://svn.red-bean.com/bob/flashticle/trunk/#egg=flashticle-dev (from 
http://undefined.org/python/); wrong project name (not simplejson)
>  Using version 2.1.1 (newest of versions: 2.1.1, 2.1.0, 2.0.9, 2.0.8, 
2.0.7, 2.0.6, 2.0.5, 2.0.4, 2.0.3, 2.0.2, 2.0.1, 2.0.0, 1.9.3, 1.9.2, 
1.9.1, 1.9, 1.8.1, 1.8, 1.7.5, 1.7.4, 1.7.3, 1.7.2, 1.7.1, 1.7, 1.6, 1.5, 
1.4, 1.3, 1.1)
>  Downloading from URL 
http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.1.tar.gz#md5=0bbe3a2e5e4cac040013733aca159d89
(from http://pypi.python.org/simple/simplejson/)
>  Storing download in cache at 
./build/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fsimplejson%2Fsimplejson-2.1.1.tar.gz
>  Running setup.py egg_info for package simplejson
>    running egg_info
>    creating pip-egg-info/simplejson.egg-info
>    writing pip-egg-info/simplejson.egg-info/PKG-INFO
>    writing top-level names to pip-egg-info/simplejson.egg-info/top_level.txt
>    writing dependency_links to 
pip-egg-info/simplejson.egg-info/dependency_links.txt
>    writing manifest file 'pip-egg-info/simplejson.egg-info/SOURCES.txt'
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'pip-egg-info/simplejson.egg-info/SOURCES.txt'
>    writing manifest file 'pip-egg-info/simplejson.egg-info/SOURCES.txt'
>  Source in ./build/simplejson has version 2.1.1, which satisfies 
requirement simplejson (from -r shared/py-base-libs.txt (line 2))
> Obtaining OWSLib from 
svn+http://svn.gispython.org/svn/gispy/OWSLib/trunk/#egg=OWSLib (from -r 
shared/core-libs.txt (line 3))
>  Checking out http://svn.gispython.org/svn/gispy/OWSLib/trunk/ to ./src/owslib
>  Running command svn checkout -q 
http://svn.gispython.org/svn/gispy/OWSLib/trunk/ 
/home/marc/Downloads/GeoNode/src/owslib
>  Running setup.py egg_info for package OWSLib
>    running egg_info
>    creating OWSLib.egg-info
>    writing OWSLib.egg-info/PKG-INFO
>    writing top-level names to OWSLib.egg-info/top_level.txt
>    writing dependency_links to OWSLib.egg-info/dependency_links.txt
>    writing manifest file 'OWSLib.egg-info/SOURCES.txt'
>    warning: manifest_maker: standard file '-c' not found
>    writing manifest file 'OWSLib.egg-info/SOURCES.txt'
> Downloading/unpacking Django==1.1 (from -r shared/py-base-libs.txt (line 1))
>  Getting page http://pypi.python.org/simple/Django
>  URLs to search for versions for Django==1.1 (from -r 
shared/py-base-libs.txt (line 1)):
>  * http://pypi.python.org/simple/Django/1.1
>  * http://pypi.python.org/simple/Django/
>  Getting page http://pypi.python.org/simple/Django/1.1
>  Getting page http://www.djangoproject.com/
>  Could not fetch URL http://pypi.python.org/simple/Django/1.1: HTTP 
Error 404: Not Found (Django/1.1)
>  Will skip URL http://pypi.python.org/simple/Django/1.1 when looking for
download links for Django==1.1 (from -r shared/py-base-libs.txt (line 1))
>  Skipping page 
http://media.djangoproject.com/releases/1.0.1/Django-1.0.1-final.tar.gz 
(from http://pypi.python.org/simple/Django/) because of Content-Type: 
application/octet-stream
>  Skipping page 
http://media.djangoproject.com/releases/1.0.2/Django-1.0.2-final.tar.gz 
(from http://pypi.python.org/simple/Django/) because of Content-Type: 
application/octet-stream
>  Skipping page 
http://media.djangoproject.com/releases/1.1.1/Django-1.1.1.tar.gz (from 
http://pypi.python.org/simple/Django/) because of Content-Type: 
application/octet-stream
>  Skipping page 
http://media.djangoproject.com/releases/1.2/Django-1.2.tar.gz (from 
http://pypi.python.org/simple/Django/) because of Content-Type: 
application/octet-stream
>  Skipping page 
http://media.djangoproject.com/releases/1.2/Django-1.2.1.tar.gz (from 
http://pypi.python.org/simple/Django/) because of Content-Type: 
application/octet-stream
>  Skipping page 
http://media.djangoproject.com/releases/1.2/Django-1.2.2.tar.gz (from 
http://pypi.python.org/simple/Django/) because of Content-Type: 
application/octet-stream
>  Skipping page 
http://media.djangoproject.com/releases/1.0/Django-1.0.tar.gz (from 
http://pypi.python.org/simple/Django/) because of Content-Type: 
application/octet-stream
>  Skipping page 
http://media.djangoproject.com/releases/1.0.4/Django-1.0.4.tar.gz (from 
http://pypi.python.org/simple/Django/) because of Content-Type: 
application/octet-stream
>  Skipping page 
http://media.djangoproject.com/releases/1.1/Django-1.1.2.tar.gz (from 
http://pypi.python.org/simple/Django/) because of Content-Type: 
application/octet-stream
>  Skipping page 
http://media.djangoproject.com/releases/1.0.3/Django-1.0.3.tar.gz (from 
http://pypi.python.org/simple/Django/) because of Content-Type: 
application/octet-stream
>  Skipping page 
http://media.djangoproject.com/releases/1.1/Django-1.1.tar.gz (from 
http://pypi.python.org/simple/Django/) because of Content-Type: 
application/octet-stream
>  Skipping page 
http://media.djangoproject.com/releases/1.2/Django-1.2.3.tar.gz (from 
http://pypi.python.org/simple/Django/) because of Content-Type: 
application/octet-stream
>  Analyzing links from page http://pypi.python.org/simple/Django/
>    Found link 
http://pypi.python.org/packages/source/D/Django/Django-1.2.tar.gz#md5=98fa833fdabcdd78d00245aead66c174
(from http://pypi.python.org/simple/Django/), version: 1.2
>    Found link 
http://pypi.python.org/packages/source/D/Django/Django-1.2.3.tar.gz#md5=10bfb5831bcb4d3b1e6298d0e41d6603
(from http://pypi.python.org/simple/Django/), version: 1.2.3
>    Found link 
http://pypi.python.org/packages/source/D/Django/Django-1.2.1.tar.gz#md5=2351efb20f6b7b5d9ce80fa4cb1bd9ca
(from http://pypi.python.org/simple/Django/), version: 1.2.1
>    Found link 
http://pypi.python.org/packages/source/D/Django/Django-1.2.2.tar.gz#md5=9cdbf79a31988ace9ef2ab4ede890136
(from http://pypi.python.org/simple/Django/), version: 1.2.2
>    Found link 
http://media.djangoproject.com/releases/1.0.1/Django-1.0.1-final.tar.gz 
(from http://pypi.python.org/simple/Django/), version: 1.0.1-final
>    Found link 
http://media.djangoproject.com/releases/1.0.2/Django-1.0.2-final.tar.gz 
(from http://pypi.python.org/simple/Django/), version: 1.0.2-final
>    Found link 
http://media.djangoproject.com/releases/1.1.1/Django-1.1.1.tar.gz (from 
http://pypi.python.org/simple/Django/), version: 1.1.1
>    Found link 
http://media.djangoproject.com/releases/1.2/Django-1.2.tar.gz (from 
http://pypi.python.org/simple/Django/), version: 1.2
>    Found link 
http://media.djangoproject.com/releases/1.2/Django-1.2.1.tar.gz (from 
http://pypi.python.org/simple/Django/), version: 1.2.1
>    Found link 
http://media.djangoproject.com/releases/1.2/Django-1.2.2.tar.gz (from 
http://pypi.python.org/simple/Django/), version: 1.2.2
>    Found link 
http://media.djangoproject.com/releases/1.0/Django-1.0.tar.gz (from 
http://pypi.python.org/simple/Django/), version: 1.0
>    Found link 
http://media.djangoproject.com/releases/1.0.4/Django-1.0.4.tar.gz (from 
http://pypi.python.org/simple/Django/), version: 1.0.4
>    Found link 
http://media.djangoproject.com/releases/1.1/Django-1.1.2.tar.gz (from 
http://pypi.python.org/simple/Django/), version: 1.1.2
>    Found link 
http://media.djangoproject.com/releases/1.0.3/Django-1.0.3.tar.gz (from 
http://pypi.python.org/simple/Django/), version: 1.0.3
>    Found link 
http://media.djangoproject.com/releases/1.1/Django-1.1.tar.gz (from 
http://pypi.python.org/simple/Django/), version: 1.1
>    Found link 
http://media.djangoproject.com/releases/1.2/Django-1.2.3.tar.gz (from 
http://pypi.python.org/simple/Django/), version: 1.2.3
>  Analyzing links from page http://www.djangoproject.com/
>    Skipping link http://media.djangoproject.com/css/homepage.css (from 
http://www.djangoproject.com/); unknown archive format: .css
>    Skipping link http://media.djangoproject.com/css/print.css (from 
http://www.djangoproject.com/); unknown archive format: .css
>    Skipping link http://www.djangoproject.com/download/ (from 
http://www.djangoproject.com/); not a file
>    Skipping link http://docs.djangoproject.com/ (from 
http://www.djangoproject.com/); not a file
>    Skipping link http://www.djangoproject.com/weblog/ (from 
http://www.djangoproject.com/); not a file
>    Skipping link http://www.djangoproject.com/community/ (from 
http://www.djangoproject.com/); not a file
>    Skipping link http://code.djangoproject.com/ (from 
http://www.djangoproject.com/); not a file
>    Skipping link http://c2.com/cgi/wiki?DontRepeatYourself (from 
http://www.djangoproject.com/); not a file
>    Skipping link http://docs.djangoproject.com/en/dev/intro/overview/ 
(from http://www.djangoproject.com/); not a file
>    Skipping link http://docs.djangoproject.com/en/dev/intro/install/ 
(from http://www.djangoproject.com/); not a file
>    Skipping link http://docs.djangoproject.com/en/dev/intro/tutorial01/ 
(from http://www.djangoproject.com/); not a file
>    Skipping link http://docs.djangoproject.com/en/dev/topics/db/models/ 
(from http://www.djangoproject.com/); not a file
>    Skipping link http://docs.djangoproject.com/en/dev/topics/db/queries/
(from http://www.djangoproject.com/); not a file
>    Skipping link http://docs.djangoproject.com/en/dev/intro/tutorial02/ 
(from http://www.djangoproject.com/); not a file
>    Skipping link http://docs.djangoproject.com/en/dev/topics/http/urls/ 
(from http://www.djangoproject.com/); not a file
>    Skipping link http://docs.djangoproject.com/en/dev/topics/templates/ 
(from http://www.djangoproject.com/); not a file
>    Skipping link http://docs.djangoproject.com/en/dev/topics/cache/ 
(from http://www.djangoproject.com/); not a file
>    Skipping link http://docs.djangoproject.com/en/dev/topics/i18n/ (from
http://www.djangoproject.com/); not a file
>    Skipping link 
http://code.djangoproject.com/browser/django/trunk/LICENSE (from 
http://www.djangoproject.com/); not a file
>    Skipping link http://www.lawrence.com/ (from 
http://www.djangoproject.com/); not a file
>    Skipping link http://projects.washingtonpost.com/congress/ (from 
http://www.djangoproject.com/); not a file
>    Skipping link http://www.everyblock.com/ (from 
http://www.djangoproject.com/); not a file
>    Skipping link http://www.ljworld.com/ (from 
http://www.djangoproject.com/); not a file
>    Skipping link http://www.tabblo.com/ (from 
http://www.djangoproject.com/); not a file
>    Skipping link http://www.torontolife.com/ (from 
http://www.djangoproject.com/); not a file
>    Skipping link http://code.djangoproject.com/wiki/DjangoPoweredSites 
(from http://www.djangoproject.com/); not a file
>    Skipping link http://www.djangoproject.com/weblog/2010/sep/10/123/ 
(from http://www.djangoproject.com/); not a file
>    Skipping link 
http://www.djangoproject.com/weblog/2010/sep/08/security-release/ (from 
http://www.djangoproject.com/); not a file
>    Skipping link http://www.djangoproject.com/weblog/2010/may/24/121/ 
(from http://www.djangoproject.com/); not a file
>    Skipping link http://www.djangoproject.com/weblog/2010/may/21/121/ 
(from http://www.djangoproject.com/); not a file
>    Skipping link http://www.djangoproject.com/foundation/ (from 
http://www.djangoproject.com/); not a file
>    Skipping link http://mediatemple.net/ (from 
http://www.djangoproject.com/); not a file
>  Ignoring link 
http://pypi.python.org/packages/source/D/Django/Django-1.2.tar.gz#md5=98fa833fdabcdd78d00245aead66c174
(from http://pypi.python.org/simple/Django/), version 1.2 doesn't match 
==1.1
>  Ignoring link 
http://pypi.python.org/packages/source/D/Django/Django-1.2.3.tar.gz#md5=10bfb5831bcb4d3b1e6298d0e41d6603
(from http://pypi.python.org/simple/Django/), version 1.2.3 doesn't match 
==1.1
>  Ignoring link 
http://pypi.python.org/packages/source/D/Django/Django-1.2.1.tar.gz#md5=2351efb20f6b7b5d9ce80fa4cb1bd9ca
(from http://pypi.python.org/simple/Django/), version 1.2.1 doesn't match 
==1.1
>  Ignoring link 
http://pypi.python.org/packages/source/D/Django/Django-1.2.2.tar.gz#md5=9cdbf79a31988ace9ef2ab4ede890136
(from http://pypi.python.org/simple/Django/), version 1.2.2 doesn't match 
==1.1
>  Ignoring link 
http://media.djangoproject.com/releases/1.0.1/Django-1.0.1-final.tar.gz 
(from http://pypi.python.org/simple/Django/), version 1.0.1-final doesn't 
match ==1.1
>  Ignoring link 
http://media.djangoproject.com/releases/1.0.2/Django-1.0.2-final.tar.gz 
(from http://pypi.python.org/simple/Django/), version 1.0.2-final doesn't 
match ==1.1
>  Ignoring link 
http://media.djangoproject.com/releases/1.1.1/Django-1.1.1.tar.gz (from 
http://pypi.python.org/simple/Django/), version 1.1.1 doesn't match ==1.1
>  Ignoring link 
http://media.djangoproject.com/releases/1.2/Django-1.2.tar.gz (from 
http://pypi.python.org/simple/Django/), version 1.2 doesn't match ==1.1
>  Ignoring link 
http://media.djangoproject.com/releases/1.2/Django-1.2.1.tar.gz (from 
http://pypi.python.org/simple/Django/), version 1.2.1 doesn't match ==1.1
>  Ignoring link 
http://media.djangoproject.com/releases/1.2/Django-1.2.2.tar.gz (from 
http://pypi.python.org/simple/Django/), version 1.2.2 doesn't match ==1.1
>  Ignoring link 
http://media.djangoproject.com/releases/1.0/Django-1.0.tar.gz (from 
http://pypi.python.org/simple/Django/), version 1.0 doesn't match ==1.1
>  Ignoring link 
http://media.djangoproject.com/releases/1.0.4/Django-1.0.4.tar.gz (from 
http://pypi.python.org/simple/Django/), version 1.0.4 doesn't match ==1.1
>  Ignoring link 
http://media.djangoproject.com/releases/1.1/Django-1.1.2.tar.gz (from 
http://pypi.python.org/simple/Django/), version 1.1.2 doesn't match ==1.1
>  Ignoring link 
http://media.djangoproject.com/releases/1.0.3/Django-1.0.3.tar.gz (from 
http://pypi.python.org/simple/Django/), version 1.0.3 doesn't match ==1.1
>  Ignoring link 
http://media.djangoproject.com/releases/1.2/Django-1.2.3.tar.gz (from 
http://pypi.python.org/simple/Django/), version 1.2.3 doesn't match ==1.1
>  Downloading from URL 
http://media.djangoproject.com/releases/1.1/Django-1.1.tar.gz (from 
http://pypi.python.org/simple/Django/)
>  Storing download in cache at 
./build/http%3A%2F%2Fmedia.djangoproject.com%2Freleases%2F1.1%2FDjango-1.1.tar.gz
>  Running setup.py egg_info for package Django
>    running egg_info
>    creating pip-egg-info/Django.egg-info
>    writing pip-egg-info/Django.egg-info/PKG-INFO
>    writing top-level names to pip-egg-info/Django.egg-info/top_level.txt
>    writing dependency_links to pip-egg-info/Django.egg-info/dependency_links.txt
>    writing manifest file 'pip-egg-info/Django.egg-info/SOURCES.txt'
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'pip-egg-info/Django.egg-info/SOURCES.txt'
>    reading manifest template 'MANIFEST.in'
>    writing manifest file 'pip-egg-info/Django.egg-info/SOURCES.txt'
>  Source in ./build/Django has version 1.1, which satisfies requirement 
Django==1.1 (from -r shared/py-base-libs.txt (line 1))
> Downloading/unpacking django-extensions (from -r shared/py-base-libs.txt
(line 4))
>  Getting page http://pypi.python.org/simple/django-extensions
>  URLs to search for versions for django-extensions (from -r 
shared/py-base-libs.txt (line 4)):
>  * http://pypi.python.org/simple/django-extensions/
>  Getting page http://code.google.com/p/django-command-extensions/
>  Getting page http://github.com/django-extensions/django-extensions
>  Analyzing links from page http://pypi.python.org/simple/django-extensions/
>    Found link 
http://pypi.python.org/packages/source/d/django-extensions/django-extensions-0.4.1.tar.gz#md5=39e38bee61538f50b6d3a322624b0f22
(from http://pypi.python.org/simple/django-extensions/), version: 0.4.1
>    Found link 
http://pypi.python.org/packages/source/d/django-extensions/django-extensions-0.5.tar.gz#md5=bd77c62db5fe7550edffc69d4edcceb8
(from http://pypi.python.org/simple/django-extensions/), version: 0.5
>    Found link 
http://pypi.python.org/packages/source/d/django-extensions/django-extensions-0.4.tar.gz#md5=e0f462715b2b7f612ecb3f2a81a1db8d
(from http://pypi.python.org/simple/django-extensions/), version: 0.4
>    Skipping link http://code.google.com/p/django-command-extensions/ 
(from http://pypi.python.org/simple/django-extensions/); not a file
>    Skipping link http://github.com/django-extensions/django-extensions 
(from http://pypi.python.org/simple/django-extensions/); not a file
>    Skipping link http://packages.python.org/django-extensions (from 
http://pypi.python.org/simple/django-extensions/); not a file
>  Analyzing links from page http://code.google.com/p/django-command-extensions/
>    Skipping link http://www.gstatic.com/codesite/ph/images/phosting.ico 
(from http://code.google.com/p/django-command-extensions/); unknown 
archive format: .ico
>    Skipping link 
http://www.gstatic.com/codesite/ph/14316551366216337109/css/ph_core.css 
(from http://code.google.com/p/django-command-extensions/); unknown 
archive format: .css
>    Skipping link 
http://www.gstatic.com/codesite/ph/14316551366216337109/css/ph_detail.css 
(from http://code.google.com/p/django-command-extensions/); unknown 
archive format: .css
>    Skipping link 
http://www.gstatic.com/codesite/ph/14316551366216337109/css/d_ie.css (from
http://code.google.com/p/django-command-extensions/); unknown archive 
format: .css
>    Skipping link 
https://www.google.com/accounts/ServiceLogin?service=code&ltmpl=phosting&continue=http%3A%2F%2Fcode.google.com%2Fp%2Fdjango-command-extensions%2F&followup=http%3A%2F%2Fcode.google.com%2Fp%2Fdjango-command-extensions%2F
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://www.firefox.com (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://www.google.com/chrome (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/downloads/list (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/w/list (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/updates/list (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/people/list (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://www.opensource.org/licenses/bsd-license.php 
(from http://code.google.com/p/django-command-extensions/); unknown 
archive format: .php
>    Skipping link http://code.google.com/hosting/search?q=label:django 
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/hosting/search?q=label:management (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/hosting/search?q=label:command 
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/hosting/search?q=label:extension
(from http://code.google.com/p/django-command-extensions/); not a file
>    Found link 
http://django-command-extensions.googlecode.com/files/django-extensions-0.4.1.tar.gz
(from http://code.google.com/p/django-command-extensions/), version: 0.4.1
>    Skipping link 
http://code.google.com/p/django-command-extensions/downloads/detail?name=django-extensions-0.4.1.tar.gz
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/wiki/AdminExtensions 
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/wiki/CommandExtensionIdeas
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/wiki/CommandExtensions 
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/wiki/FieldExtensions 
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/wiki/InstallationInstructions
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/wiki/ModelExtensions 
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://blog.michaeltrier.com/2007/11/20/django-screencasts-episode-003 
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://blog.michaeltrier.com/2007/11/21/custom-management-commands-cheatsheet
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://blog.michaeltrier.com/2007/12/18/a-kinder-gentler-django (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://blog.petersheats.com/2008/01/09/autoloading-your-django-models/ 
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://blog.michaeltrier.com/2008/5/29/django-command-extensions-update 
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://ericholscher.com/blog/2008/sep/12/screencast-django-command-extensions/
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://oebfare.com/blog/2008/nov/03/writing-custom-management-command/ 
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/feeds (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://groups.google.com/group/django-extensions (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/u/mtrier/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/u/@VxJUR1dQAxZMWAY%3D/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/u/dakrauth/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/u/leidel/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/u/ludvig.ericson/ (from 
http://code.google.com/p/django-command-extensions/); unknown archive 
format: .ericson
>    Skipping link http://code.google.com/u/brosner/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/u/treborhudson/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/u/doug.napoleone/ (from 
http://code.google.com/p/django-command-extensions/); unknown archive 
format: .napoleone
>    Skipping link http://code.google.com/u/fenner/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/u/jtauber/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/u/carl.j.meyer/ (from 
http://code.google.com/p/django-command-extensions/); unknown archive 
format: .meyer
>    Skipping link http://code.google.com/u/jbalonso/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/u/Lethain/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/u/e.willhardy/ (from 
http://code.google.com/p/django-command-extensions/); unknown archive 
format: .willhardy
>    Skipping link http://code.google.com/u/kfricovsky/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/u/JustinLilly/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/u/varikin/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/#Getting_Started (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/#Updates (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/issues (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/tree/master (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/tarball/master (from
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/#Current_Command_Extensions
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/wiki/ExportEmails (from
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/wiki/GraphModels (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://www.graphviz.org/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/wiki/RunServerPlus 
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://werkzeug.pocoo.org/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/#Current_Database_Model_Field_Extensions
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/#Current_Database_Model_Extensions
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link 
http://code.google.com/p/django-command-extensions/#Current_Admin_Extensions
(from http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/projecthosting/terms.html (from 
http://code.google.com/p/django-command-extensions/); unknown archive 
format: .html
>    Skipping link http://www.google.com/privacy.html (from 
http://code.google.com/p/django-command-extensions/); unknown archive 
format: .html
>    Skipping link http://code.google.com/p/support/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>    Skipping link http://code.google.com/projecthosting/ (from 
http://code.google.com/p/django-command-extensions/); not a file
>  Analyzing links from page http://github.com/django-extensions/django-extensions
>    Skipping link http://github.com/opensearch.xml (from 
http://github.com/django-extensions/django-extensions); unknown archive 
format: .xml
>    Skipping link http://github.com/fluidicon.png (from 
http://github.com/django-extensions/django-extensions); unknown archive 
format: .png
>    Skipping link 
http://assets2.github.com/stylesheets/bundle_common.css?f39b1373b8daa192731505c4b196569399475e73
(from http://github.com/django-extensions/django-extensions); unknown 
archive format: .css
>    Skipping link 
http://assets1.github.com/stylesheets/bundle_github.css?f39b1373b8daa192731505c4b196569399475e73
(from http://github.com/django-extensions/django-extensions); unknown 
archive format: .css
>    Skipping link 
http://github.com/django-extensions/django-extensions/commits/master.atom 
(from http://github.com/django-extensions/django-extensions); unknown 
archive format: .atom
>    Skipping link http://github.com (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://github.com/plans (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://github.com/training (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://gist.github.com (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://github.com/blog (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link https://github.com/login (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://github.com/django-extensions (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
https://github.com/django-extensions/django-extensions/edit (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/toggle_watch (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/fork (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/watchers (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/network (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/commits/master (from
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/downloads (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/wiki (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/graphs (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/tree/autocomplete-rf
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/tree/local-svn (from
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/tree/m2m-autocompletion
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/tree/0.5 (from 
http://github.com/django-extensions/django-extensions); unknown archive 
format: .5
>    Skipping link 
http://github.com/django-extensions/django-extensions/tree/0.4.1 (from 
http://github.com/django-extensions/django-extensions); unknown archive 
format: .1
>    Skipping link 
http://github.com/django-extensions/django-extensions/tree/0.4 (from 
http://github.com/django-extensions/django-extensions); unknown archive 
format: .4
>    Skipping link 
http://github.com/django-extensions/django-extensions/branches (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions.git (from 
http://github.com/django-extensions/django-extensions); unknown archive 
format: .git
>    Skipping link 
git://github.com/django-extensions/django-extensions.git (from 
http://github.com/django-extensions/django-extensions); unknown archive 
format: .git
>    Skipping link 
http://github.com/django-extensions/django-extensions/commit/1610e1e59124071e1d01b3814b6f17ff72b526bb
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://github.com/empty (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/tree/1610e1e59124071e1d01b3814b6f17ff72b526bb
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/tree/ee1eb6dc8f1652b43eb1c6d2299108752214a1c3
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/tree/16b5cfdc820a2776fef683989159f19965db8cc2
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/commits/master/ 
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/blob/1610e1e59124071e1d01b3814b6f17ff72b526bb/.gitignore
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/commit/18826a2307a5ff937b51ea250ab81b875f011639
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://github.com/jart (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/blob/1610e1e59124071e1d01b3814b6f17ff72b526bb/LICENSE
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/commit/6a509f848c3004b7a54f18c2f10ed258e584498b
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/blob/1610e1e59124071e1d01b3814b6f17ff72b526bb/MANIFEST.in
(from http://github.com/django-extensions/django-extensions); unknown 
archive format: .in
>    Skipping link 
http://github.com/django-extensions/django-extensions/commit/24a6441812db483602e5a0e6f36676874398b9a5
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://github.com/jezdez (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/tree/1610e1e59124071e1d01b3814b6f17ff72b526bb/django_extensions
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/commit/16b5cfdc820a2776fef683989159f19965db8cc2
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://github.com/pcusa-jim (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/tree/1610e1e59124071e1d01b3814b6f17ff72b526bb/docs
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/commit/ee5c6085af49cfd30db84006b66c59298f16f6dd
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions/blob/1610e1e59124071e1d01b3814b6f17ff72b526bb/setup.py
(from http://github.com/django-extensions/django-extensions); unknown 
archive format: .py
>    Skipping link 
http://github.com/django-extensions/django-extensions/commit/07275f9d98466db33c874f1171591ecb26b22138
(from http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://www.rackspace.com (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://www.rackspace.com%20 (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://www.rackspacecloud.com (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://support.github.com (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://jobs.github.com (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://shop.github.com (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://github.com/contact (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://develop.github.com (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://status.github.com (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://github.com/site/terms (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://github.com/site/privacy (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link http://github.com/security (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=de (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=fr (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=ja (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=pt-BR (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=ru (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=zh (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=en (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=af (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=ca (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=cs (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=es (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=hr (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=id (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=it (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=nl (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=no (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=pl (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=sr (from 
http://github.com/django-extensions/django-extensions); not a file
>    Skipping link 
http://github.com/django-extensions/django-extensions?locale=sv (from 
http://github.com/django-extensions/django-extensions); not a file
>  Using version 0.5 (newest of versions: 0.5, 0.4.1, 0.4.1, 0.4)
>  Downloading from URL 
http://pypi.python.org/packages/source/d/django-extensions/django-extensions-0.5.tar.gz#md5=bd77c62db5fe7550edffc69d4edcceb8
(from http://pypi.python.org/simple/django-extensions/)
>  Storing download in cache at 
./build/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fd%2Fdjango-extensions%2Fdjango-extensions-0.5.tar.gz
>  Running setup.py egg_info for package django-extensions
>    running egg_info
>    creating pip-egg-info/django_extensions.egg-info
>    writing pip-egg-info/django_extensions.egg-info/PKG-INFO
>    writing top-level names to 
pip-egg-info/django_extensions.egg-info/top_level.txt
>    writing dependency_links to 
pip-egg-info/django_extensions.egg-info/dependency_links.txt
>    writing manifest file 'pip-egg-info/django_extensions.egg-info/SOURCES.txt'
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'pip-egg-info/django_extensions.egg-info/SOURCES.txt'
>    writing manifest file 'pip-egg-info/django_extensions.egg-info/SOURCES.txt'
>  Source in ./build/django-extensions has version 0.5, which satisfies 
requirement django-extensions (from -r shared/py-base-libs.txt (line 4))
> Downloading/unpacking httplib2 (from -r shared/py-base-libs.txt (line 5))
>  Getting page http://pypi.python.org/simple/httplib2
>  URLs to search for versions for httplib2 (from -r 
shared/py-base-libs.txt (line 5)):
>  * http://pypi.python.org/simple/httplib2/
>  Getting page http://code.google.com/p/httplib2/
>  Skipping page 
http://httplib2.googlecode.com/files/httplib2-0.6.0.tar.gz (from 
http://pypi.python.org/simple/httplib2/) because of Content-Type: 
>  Skipping page 
http://httplib2.googlecode.com/files/httplib2-python3-0.5.0.tar.gz (from 
http://pypi.python.org/simple/httplib2/) because of Content-Type: 
>  Skipping page 
http://httplib2.googlecode.com/files/httplib2-0.5.0.tar.gz (from 
http://pypi.python.org/simple/httplib2/) because of Content-Type: 
>  Getting page http://bitworking.org/projects/httplib2/
>  Skipping page 
http://bitworking.org/projects/httplib2/dist/httplib2-0.1.1.tar.gz (from 
http://pypi.python.org/simple/httplib2/) because of Content-Type: 
>  Skipping page 
http://bitworking.org/projects/httplib2/dist/httplib2-0.4.0.tar.gz (from 
http://pypi.python.org/simple/httplib2/) because of Content-Type: 
>  Skipping page 
http://bitworking.org/projects/httplib2/dist/httplib2-0.2.0.tar.gz (from 
http://pypi.python.org/simple/httplib2/) because of Content-Type: 
>  Skipping page 
http://bitworking.org/projects/httplib2/dist/httplib2-0.3.0.tar.gz (from 
http://pypi.python.org/simple/httplib2/) because of Content-Type: 
>  Analyzing links from page http://pypi.python.org/simple/httplib2/
>    Skipping link http://code.google.com/p/httplib2/ (from 
http://pypi.python.org/simple/httplib2/); not a file
>    Found link http://httplib2.googlecode.com/files/httplib2-0.6.0.tar.gz
(from http://pypi.python.org/simple/httplib2/), version: 0.6.0
>    Found link 
http://httplib2.googlecode.com/files/httplib2-python3-0.5.0.tar.gz (from 
http://pypi.python.org/simple/httplib2/), version: python3-0.5.0
>    Found link http://httplib2.googlecode.com/files/httplib2-0.5.0.tar.gz
(from http://pypi.python.org/simple/httplib2/), version: 0.5.0
>    Skipping link http://bitworking.org/projects/httplib2/ (from 
http://pypi.python.org/simple/httplib2/); not a file
>    Found link 
http://bitworking.org/projects/httplib2/dist/httplib2-0.1.1.tar.gz (from 
http://pypi.python.org/simple/httplib2/), version: 0.1.1
>    Found link 
http://bitworking.org/projects/httplib2/dist/httplib2-0.4.0.tar.gz (from 
http://pypi.python.org/simple/httplib2/), version: 0.4.0
>    Found link 
http://bitworking.org/projects/httplib2/dist/httplib2-0.2.0.tar.gz (from 
http://pypi.python.org/simple/httplib2/), version: 0.2.0
>    Found link 
http://bitworking.org/projects/httplib2/dist/httplib2-0.3.0.tar.gz (from 
http://pypi.python.org/simple/httplib2/), version: 0.3.0
>  Analyzing links from page http://code.google.com/p/httplib2/
>    Skipping link 
https://www.google.com/accounts/ServiceLogin?service=code&ltmpl=phosting&continue=http%3A%2F%2Fcode.google.com%2Fp%2Fhttplib2%2F&followup=http%3A%2F%2Fcode.google.com%2Fp%2Fhttplib2%2F
(from http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/downloads/list (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/w/list (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/issues/list (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/source/checkout (from
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/updates/list (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/people/list (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://www.opensource.org/licenses/mit-license.php 
(from http://code.google.com/p/httplib2/); unknown archive format: .php
>    Skipping link http://code.google.com/hosting/search?q=label:python 
(from http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/hosting/search?q=label:http 
(from http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/hosting/search?q=label:python3 
(from http://code.google.com/p/httplib2/); not a file
>    Found link http://httplib2.googlecode.com/files/httplib2-0.6.0.tar.gz
(from http://code.google.com/p/httplib2/), version: 0.6.0
>    Skipping link 
http://code.google.com/p/httplib2/downloads/detail?name=httplib2-0.6.0.tar.gz
(from http://code.google.com/p/httplib2/); not a file
>    Found link http://httplib2.googlecode.com/files/httplib2-0.6.0.zip 
(from http://code.google.com/p/httplib2/), version: 0.6.0
>    Skipping link 
http://code.google.com/p/httplib2/downloads/detail?name=httplib2-0.6.0.zip
(from http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/wiki/Examples (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/wiki/ExamplesPython3 
(from http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/feeds (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://groups.google.com/group/httplib2-dev (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://groups.google.com/group/httplib2-commit (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/u/joe.gregorio/ (from 
http://code.google.com/p/httplib2/); unknown archive format: .gregorio
>    Skipping link http://code.google.com/u/sa3ruby/ (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/u/pilgrim/ (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/u/durin42/ (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/u/zxnrbl/ (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/u/@UxZVSldXAhZCXQN0/ (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/#Httplib2 (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/#Requirements (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/#Documentation (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://httplib2.googlecode.com/hg/doc/html/index.html 
(from http://code.google.com/p/httplib2/); unknown archive format: .html
>    Skipping link 
http://www.xml.com/pub/a/2006/02/01/doing-http-caching-right-introducing-httplib2.html
(from http://code.google.com/p/httplib2/); unknown archive format: .html
>    Skipping link 
http://www.xml.com/pub/a/2006/03/29/httplib2-http-persistence-and-authentication.html
(from http://code.google.com/p/httplib2/); unknown archive format: .html
>    Skipping link 
http://code.google.com/p/httplib2/#Download/Installation (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/wiki/Install (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/#Features (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://www.faqs.org/rfcs/rfc2617.html (from 
http://code.google.com/p/httplib2/); unknown archive format: .html
>    Skipping link http://www.xml.com/pub/a/2003/12/17/dive.html (from 
http://code.google.com/p/httplib2/); unknown archive format: .html
>    Skipping link 
http://franklinmint.fm/2006/02/28/draft-sayre-http-hmac-digest.html (from 
http://code.google.com/p/httplib2/); unknown archive format: .html
>    Skipping link 
http://code.google.com/apis/accounts/AuthForInstalledApps.html (from 
http://code.google.com/p/httplib2/); unknown archive format: .html
>    Skipping link http://www.w3.org/1999/04/Editing/#Table (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/#Project_Goal (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/#Contributing (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://codereview.appspot.com (from 
http://code.google.com/p/httplib2/); not a file
>    Skipping link http://code.google.com/p/httplib2/#Contributors (from 
http://code.google.com/p/httplib2/); not a file
>  Analyzing links from page http://code.google.com/p/httplib2/
>    Found link http://httplib2.googlecode.com/files/httplib2-0.6.0.tar.gz
(from http://code.google.com/p/httplib2/), version: 0.6.0
>    Found link http://httplib2.googlecode.com/files/httplib2-0.6.0.zip 
(from http://code.google.com/p/httplib2/), version: 0.6.0
>  Using version 0.6.0 (newest of versions: 0.6.0, 0.6.0, 0.6.0, 0.6.0, 
0.6.0, 0.5.0, 0.4.0, 0.3.0, 0.2.0, 0.1.1, python3-0.5.0)
>  Downloading from URL 
http://httplib2.googlecode.com/files/httplib2-0.6.0.tar.gz (from 
http://pypi.python.org/simple/httplib2/)
>  Storing download in cache at 
./build/http%3A%2F%2Fhttplib2.googlecode.com%2Ffiles%2Fhttplib2-0.6.0.tar.gz
>  Running setup.py egg_info for package httplib2
>    running egg_info
>    creating pip-egg-info/httplib2.egg-info
>    writing pip-egg-info/httplib2.egg-info/PKG-INFO
>    writing top-level names to pip-egg-info/httplib2.egg-info/top_level.txt
>    writing dependency_links to 
pip-egg-info/httplib2.egg-info/dependency_links.txt
>    writing manifest file 'pip-egg-info/httplib2.egg-info/SOURCES.txt'
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'pip-egg-info/httplib2.egg-info/SOURCES.txt'
>    writing manifest file 'pip-egg-info/httplib2.egg-info/SOURCES.txt'
>  Source in ./build/httplib2 has version 0.6.0, which satisfies 
requirement httplib2 (from -r shared/py-base-libs.txt (line 5))
> Downloading/unpacking werkzeug (from -r shared/py-base-libs.txt (line 3))
>  Getting page http://pypi.python.org/simple/werkzeug
>  URLs to search for versions for werkzeug (from -r 
shared/py-base-libs.txt (line 3)):
>  * http://pypi.python.org/simple/werkzeug/
>  Getting page http://pypi.python.org/simple/werkzeug/
>  Getting page http://werkzeug.pocoo.org/
>  Getting page http://trac.pocoo.org/repos/werkzeug/trunk
>  Could not fetch URL http://trac.pocoo.org/repos/werkzeug/trunk (from 
http://pypi.python.org/simple/Werkzeug/): HTTP Error 404: Not Found
>  Will skip URL http://trac.pocoo.org/repos/werkzeug/trunk when looking 
for download links for werkzeug (from -r shared/py-base-libs.txt (line 3))
>  Analyzing links from page http://pypi.python.org/simple/Werkzeug/
>    Skipping link 
http://pypi.python.org/packages/2.5/W/Werkzeug/Werkzeug-0.3-py2.5.egg#md5=1217f0819b993b7e20066c1507f2f90c
(from http://pypi.python.org/simple/Werkzeug/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.4/W/Werkzeug/Werkzeug-0.1-py2.4.egg#md5=3395e2c1770b2df9b26b5e33406b322c
(from http://pypi.python.org/simple/Werkzeug/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.4/W/Werkzeug/Werkzeug-0.2-py2.4.egg#md5=5051e439cce3ca7fb5c4a4393ccc7012
(from http://pypi.python.org/simple/Werkzeug/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.1.tar.gz#md5=28ae0702cd3af4f1c655e2f8273d8c9f
(from http://pypi.python.org/simple/Werkzeug/), version: 0.1
>    Skipping link 
http://pypi.python.org/packages/2.3/W/Werkzeug/Werkzeug-0.3-py2.3.egg#md5=c2d8c63d19cd9be69566a80249cf746b
(from http://pypi.python.org/simple/Werkzeug/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.3/W/Werkzeug/Werkzeug-0.3.1-py2.3.egg#md5=5f669acf04af135ad8577d99a4387504
(from http://pypi.python.org/simple/Werkzeug/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.3.1.tar.gz#md5=6119c0d9084cebc4103969616c9ac2ba
(from http://pypi.python.org/simple/Werkzeug/), version: 0.3.1
>    Skipping link 
http://pypi.python.org/packages/2.5/W/Werkzeug/Werkzeug-0.3.1-py2.5.egg#md5=9ef7e15b78985481feb6289fb21f1238
(from http://pypi.python.org/simple/Werkzeug/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.5/W/Werkzeug/Werkzeug-0.1-py2.5.egg#md5=2dd76797de7eabf0eee41e4d8c80ba73
(from http://pypi.python.org/simple/Werkzeug/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.6.tar.gz#md5=b84236e8d9a012591f26fd211fa2c84e
(from http://pypi.python.org/simple/Werkzeug/), version: 0.6
>    Found link 
http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.6.2.tar.gz#md5=519408350346a247333bb5d584371724
(from http://pypi.python.org/simple/Werkzeug/), version: 0.6.2
>    Found link 
http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.6.1.tar.gz#md5=f4d3e131b111c1f48aa1d1cb0b82531c
(from http://pypi.python.org/simple/Werkzeug/), version: 0.6.1
>    Skipping link 
http://pypi.python.org/packages/2.5/W/Werkzeug/Werkzeug-0.2-py2.5.egg#md5=aa3ac768542f620f9005eb5a64ad5cb0
(from http://pypi.python.org/simple/Werkzeug/); unknown archive format: 
.egg
>    Skipping link 
http://pypi.python.org/packages/2.4/W/Werkzeug/Werkzeug-0.3-py2.4.egg#md5=6b66a5a0986d005781a248993c3e270c
(from http://pypi.python.org/simple/Werkzeug/); unknown archive format: 
.egg
>    Found link 
http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.4.tar.gz#md5=40483df016b2116450ec9ceb66acd700
(from http://pypi.python.org/simple/Werkzeug/), version: 0.4
>    Found link 
http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.2.tar.gz#md5=4f045b31ea7495361d1193a60be46930
(from http://pypi.python.org/simple/Werkzeug/), version: 0.2
>    Found link 
http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.5.1.zip#md5=620955f34b8424c92674fe76d5c47679
(from http://pypi.python.org/simple/Werkzeug/), version: 0.5.1
>    Found link 
http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.4.1.tar.gz#md5=9bc096feb9fc43ea9f6c558b9c330c3e
(from http://pypi.python.org/simple/Werkzeug/), version: 0.4.1
>    Found link 
http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.3.tar.gz#md5=ec66867dfa0f8f84dd694d06ced394c2
(from http://pypi.python.org/simple/Werkzeug/), version: 0.3
>    Found link 
http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.5.tar.gz#md5=d980e9c332a16db3538798aa303b1af5
(from http://pypi.python.org/simple/Werkzeug/), version: 0.5
>    Skipping link 
http://pypi.python.org/packages/2.4/W/Werkzeug/Werkzeug-0.3.1-py2.4.egg#md5=b242a4b1a03d0f85b6521ffec72900f8
(from http://pypi.python.org/simple/Werkzeug/); unknown archive format: 
.egg
>    Skipping link http://trac.pocoo.org/repos/werkzeug/trunk (from 
http://pypi.python.org/simple/Werkzeug/); not a file
>    Found link 
http://dev.pocoo.org/hg/werkzeug-main/archive/tip.zip#egg=Werkzeug-dev 
(from http://pypi.python.org/simple/Werkzeug/), version: dev
>  Analyzing links from page http://werkzeug.pocoo.org/
>    Skipping link http://werkzeug.pocoo.org/shared/style.css (from 
http://werkzeug.pocoo.org/); unknown archive format: .css
>    Skipping link http://werkzeug.pocoo.org/shared/print.css (from 
http://werkzeug.pocoo.org/); unknown archive format: .css
>    Skipping link http://werkzeug.pocoo.org/_werkzeug/pygments.css (from 
http://werkzeug.pocoo.org/); unknown archive format: .css
>    Skipping link http://werkzeug.pocoo.org/shared/favicon.ico (from 
http://werkzeug.pocoo.org/); unknown archive format: .ico
>    Skipping link http://werkzeug.pocoo.org/about/ (from 
http://werkzeug.pocoo.org/); not a file
>    Skipping link http://werkzeug.pocoo.org/documentation/ (from 
http://werkzeug.pocoo.org/); not a file
>    Skipping link http://werkzeug.pocoo.org/download (from 
http://werkzeug.pocoo.org/); not a file
>    Skipping link http://werkzeug.pocoo.org/community/ (from 
http://werkzeug.pocoo.org/); not a file
>    Skipping link http://dev.pocoo.org/projects/werkzeug (from 
http://werkzeug.pocoo.org/); not a file
>    Skipping link http://werkzeug.pocoo.org/%3c/span (from 
http://werkzeug.pocoo.org/); not a file
>    Skipping link http://pocoo.org/ (from http://werkzeug.pocoo.org/); not a file
>  Using version 0.6.2 (newest of versions: 0.6.2, 0.6.1, 0.6, 0.5.1, 0.5,
0.4.1, 0.4, 0.3.1, 0.3, 0.2, 0.1, dev)
>  Downloading from URL 
http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.6.2.tar.gz#md5=519408350346a247333bb5d584371724
(from http://pypi.python.org/simple/Werkzeug/)
>  Storing download in cache at 
./build/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FW%2FWerkzeug%2FWerkzeug-0.6.2.tar.gz
>  Running setup.py egg_info for package werkzeug
>    running egg_info
>    creating pip-egg-info/Werkzeug.egg-info
>    writing pip-egg-info/Werkzeug.egg-info/PKG-INFO
>    writing top-level names to pip-egg-info/Werkzeug.egg-info/top_level.txt
>    writing dependency_links to 
pip-egg-info/Werkzeug.egg-info/dependency_links.txt
>    writing manifest file 'pip-egg-info/Werkzeug.egg-info/SOURCES.txt'
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'pip-egg-info/Werkzeug.egg-info/SOURCES.txt'
>    reading manifest template 'MANIFEST.in'
>    no previously-included directories found matching 'docs/_build/doctrees'
>    writing manifest file 'pip-egg-info/Werkzeug.egg-info/SOURCES.txt'
>  Source in ./build/werkzeug has version 0.6.2, which satisfies 
requirement werkzeug (from -r shared/py-base-libs.txt (line 3))
> Installing collected packages: Django, django-extensions, gsconfig.py, 
httplib2, OWSLib, PIL, reportlab, simplejson, werkzeug
>  Running setup.py install for Django
>    Running command /home/marc/Downloads/GeoNode/bin/python -c "import 
setuptools; __file__='/home/marc/Downloads/GeoNode/build/Django/setup.py';
execfile('/home/marc/Downloads/GeoNode/build/Django/setup.py')" install 
--single-version-externally-managed --record 
/tmp/pip-toUbEZ-record/install-record.txt --install-headers 
/home/marc/Downloads/GeoNode/lib/include
>    running install
>    running build
>    running build_py
>    creating build
>    creating build/lib.linux-x86_64-2.6
>    creating build/lib.linux-x86_64-2.6/django
>    copying django/__init__.py -> build/lib.linux-x86_64-2.6/django
>    creating build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/_decimal.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/autoreload.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/tree.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/cache.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/decorators.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/thread_support.py -> 
build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/importlib.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/dateformat.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/itercompat.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/html.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/text.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/_os.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/datastructures.py -> 
build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/termcolors.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/stopwords.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/daemonize.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/encoding.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/__init__.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/datetime_safe.py -> 
build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/regex_helper.py -> 
build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/safestring.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/http.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/checksums.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/functional.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/_threading_local.py -> 
build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/tzinfo.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/xmlutils.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/synch.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/dates.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/timesince.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/hashcompat.py -> build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/feedgenerator.py -> 
build/lib.linux-x86_64-2.6/django/utils
>    copying django/utils/version.py -> build/lib.linux-x86_64-2.6/django/utils
>    creating build/lib.linux-x86_64-2.6/django/utils/translation
>    copying django/utils/translation/__init__.py -> 
build/lib.linux-x86_64-2.6/django/utils/translation
>    copying django/utils/translation/trans_null.py -> 
build/lib.linux-x86_64-2.6/django/utils/translation
>    copying django/utils/translation/trans_real.py -> 
build/lib.linux-x86_64-2.6/django/utils/translation
>    creating build/lib.linux-x86_64-2.6/django/utils/simplejson
>    copying django/utils/simplejson/tool.py -> 
build/lib.linux-x86_64-2.6/django/utils/simplejson
>    copying django/utils/simplejson/encoder.py -> 
build/lib.linux-x86_64-2.6/django/utils/simplejson
>    copying django/utils/simplejson/decoder.py -> 
build/lib.linux-x86_64-2.6/django/utils/simplejson
>    copying django/utils/simplejson/__init__.py -> 
build/lib.linux-x86_64-2.6/django/utils/simplejson
>    copying django/utils/simplejson/scanner.py -> 
build/lib.linux-x86_64-2.6/django/utils/simplejson
>    creating build/lib.linux-x86_64-2.6/django/middleware
>    copying django/middleware/gzip.py -> 
build/lib.linux-x86_64-2.6/django/middleware
>    copying django/middleware/doc.py -> 
build/lib.linux-x86_64-2.6/django/middleware
>    copying django/middleware/cache.py -> 
build/lib.linux-x86_64-2.6/django/middleware
>    copying django/middleware/__init__.py -> 
build/lib.linux-x86_64-2.6/django/middleware
>    copying django/middleware/http.py -> 
build/lib.linux-x86_64-2.6/django/middleware
>    copying django/middleware/common.py -> 
build/lib.linux-x86_64-2.6/django/middleware
>    copying django/middleware/locale.py -> 
build/lib.linux-x86_64-2.6/django/middleware
>    copying django/middleware/transaction.py -> 
build/lib.linux-x86_64-2.6/django/middleware
>    creating build/lib.linux-x86_64-2.6/django/test
>    copying django/test/testcases.py -> build/lib.linux-x86_64-2.6/django/test
>    copying django/test/client.py -> build/lib.linux-x86_64-2.6/django/test
>    copying django/test/utils.py -> build/lib.linux-x86_64-2.6/django/test
>    copying django/test/__init__.py -> build/lib.linux-x86_64-2.6/django/test
>    copying django/test/_doctest.py -> build/lib.linux-x86_64-2.6/django/test
>    copying django/test/simple.py -> build/lib.linux-x86_64-2.6/django/test
>    copying django/test/signals.py -> build/lib.linux-x86_64-2.6/django/test
>    creating build/lib.linux-x86_64-2.6/django/http
>    copying django/http/multipartparser.py -> 
build/lib.linux-x86_64-2.6/django/http
>    copying django/http/utils.py -> build/lib.linux-x86_64-2.6/django/http
>    copying django/http/__init__.py -> build/lib.linux-x86_64-2.6/django/http
>    creating build/lib.linux-x86_64-2.6/django/views
>    copying django/views/i18n.py -> build/lib.linux-x86_64-2.6/django/views
>    copying django/views/defaults.py -> build/lib.linux-x86_64-2.6/django/views
>    copying django/views/__init__.py -> build/lib.linux-x86_64-2.6/django/views
>    copying django/views/static.py -> build/lib.linux-x86_64-2.6/django/views
>    copying django/views/debug.py -> build/lib.linux-x86_64-2.6/django/views
>    creating build/lib.linux-x86_64-2.6/django/views/decorators
>    copying django/views/decorators/gzip.py -> 
build/lib.linux-x86_64-2.6/django/views/decorators
>    copying django/views/decorators/cache.py -> 
build/lib.linux-x86_64-2.6/django/views/decorators
>    copying django/views/decorators/vary.py -> 
build/lib.linux-x86_64-2.6/django/views/decorators
>    copying django/views/decorators/__init__.py -> 
build/lib.linux-x86_64-2.6/django/views/decorators
>    copying django/views/decorators/http.py -> 
build/lib.linux-x86_64-2.6/django/views/decorators
>    creating build/lib.linux-x86_64-2.6/django/views/generic
>    copying django/views/generic/__init__.py -> 
build/lib.linux-x86_64-2.6/django/views/generic
>    copying django/views/generic/create_update.py -> 
build/lib.linux-x86_64-2.6/django/views/generic
>    copying django/views/generic/date_based.py -> 
build/lib.linux-x86_64-2.6/django/views/generic
>    copying django/views/generic/simple.py -> 
build/lib.linux-x86_64-2.6/django/views/generic
>    copying django/views/generic/list_detail.py -> 
build/lib.linux-x86_64-2.6/django/views/generic
>    creating build/lib.linux-x86_64-2.6/django/forms
>    copying django/forms/forms.py -> build/lib.linux-x86_64-2.6/django/forms
>    copying django/forms/widgets.py -> build/lib.linux-x86_64-2.6/django/forms
>    copying django/forms/formsets.py -> build/lib.linux-x86_64-2.6/django/forms
>    copying django/forms/__init__.py -> build/lib.linux-x86_64-2.6/django/forms
>    copying django/forms/util.py -> build/lib.linux-x86_64-2.6/django/forms
>    copying django/forms/fields.py -> build/lib.linux-x86_64-2.6/django/forms
>    copying django/forms/models.py -> build/lib.linux-x86_64-2.6/django/forms
>    creating build/lib.linux-x86_64-2.6/django/forms/extras
>    copying django/forms/extras/widgets.py -> 
build/lib.linux-x86_64-2.6/django/forms/extras
>    copying django/forms/extras/__init__.py -> 
build/lib.linux-x86_64-2.6/django/forms/extras
>    creating build/lib.linux-x86_64-2.6/django/conf
>    copying django/conf/__init__.py -> build/lib.linux-x86_64-2.6/django/conf
>    copying django/conf/global_settings.py -> 
build/lib.linux-x86_64-2.6/django/conf
>    creating build/lib.linux-x86_64-2.6/django/conf/project_template
>    copying django/conf/project_template/urls.py -> 
build/lib.linux-x86_64-2.6/django/conf/project_template
>    copying django/conf/project_template/manage.py -> 
build/lib.linux-x86_64-2.6/django/conf/project_template
>    copying django/conf/project_template/__init__.py -> 
build/lib.linux-x86_64-2.6/django/conf/project_template
>    copying django/conf/project_template/settings.py -> 
build/lib.linux-x86_64-2.6/django/conf/project_template
>    creating build/lib.linux-x86_64-2.6/django/conf/urls
>    copying django/conf/urls/shortcut.py -> 
build/lib.linux-x86_64-2.6/django/conf/urls
>    copying django/conf/urls/i18n.py -> 
build/lib.linux-x86_64-2.6/django/conf/urls
>    copying django/conf/urls/defaults.py -> 
build/lib.linux-x86_64-2.6/django/conf/urls
>    copying django/conf/urls/__init__.py -> 
build/lib.linux-x86_64-2.6/django/conf/urls
>    creating build/lib.linux-x86_64-2.6/django/conf/app_template
>    copying django/conf/app_template/views.py -> 
build/lib.linux-x86_64-2.6/django/conf/app_template
>    copying django/conf/app_template/__init__.py -> 
build/lib.linux-x86_64-2.6/django/conf/app_template
>    copying django/conf/app_template/models.py -> 
build/lib.linux-x86_64-2.6/django/conf/app_template
>    copying django/conf/app_template/tests.py -> 
build/lib.linux-x86_64-2.6/django/conf/app_template
>    creating build/lib.linux-x86_64-2.6/django/db
>    copying django/db/__init__.py -> build/lib.linux-x86_64-2.6/django/db
>    copying django/db/transaction.py -> build/lib.linux-x86_64-2.6/django/db
>    creating build/lib.linux-x86_64-2.6/django/db/models
>    copying django/db/models/related.py -> 
build/lib.linux-x86_64-2.6/django/db/models
>    copying django/db/models/options.py -> 
build/lib.linux-x86_64-2.6/django/db/models
>    copying django/db/models/aggregates.py -> 
build/lib.linux-x86_64-2.6/django/db/models
>    copying django/db/models/loading.py -> 
build/lib.linux-x86_64-2.6/django/db/models
>    copying django/db/models/expressions.py -> 
build/lib.linux-x86_64-2.6/django/db/models
>    copying django/db/models/__init__.py -> 
build/lib.linux-x86_64-2.6/django/db/models
>    copying django/db/models/manager.py -> 
build/lib.linux-x86_64-2.6/django/db/models
>    copying django/db/models/query.py -> 
build/lib.linux-x86_64-2.6/django/db/models
>    copying django/db/models/base.py -> 
build/lib.linux-x86_64-2.6/django/db/models
>    copying django/db/models/signals.py -> 
build/lib.linux-x86_64-2.6/django/db/models
>    copying django/db/models/query_utils.py -> 
build/lib.linux-x86_64-2.6/django/db/models
>    creating build/lib.linux-x86_64-2.6/django/db/models/fields
>    copying django/db/models/fields/files.py -> 
build/lib.linux-x86_64-2.6/django/db/models/fields
>    copying django/db/models/fields/related.py -> 
build/lib.linux-x86_64-2.6/django/db/models/fields
>    copying django/db/models/fields/proxy.py -> 
build/lib.linux-x86_64-2.6/django/db/models/fields
>    copying django/db/models/fields/__init__.py -> 
build/lib.linux-x86_64-2.6/django/db/models/fields
>    copying django/db/models/fields/subclassing.py -> 
build/lib.linux-x86_64-2.6/django/db/models/fields
>    creating build/lib.linux-x86_64-2.6/django/db/models/sql
>    copying django/db/models/sql/aggregates.py -> 
build/lib.linux-x86_64-2.6/django/db/models/sql
>    copying django/db/models/sql/datastructures.py -> 
build/lib.linux-x86_64-2.6/django/db/models/sql
>    copying django/db/models/sql/expressions.py -> 
build/lib.linux-x86_64-2.6/django/db/models/sql
>    copying django/db/models/sql/__init__.py -> 
build/lib.linux-x86_64-2.6/django/db/models/sql
>    copying django/db/models/sql/subqueries.py -> 
build/lib.linux-x86_64-2.6/django/db/models/sql
>    copying django/db/models/sql/constants.py -> 
build/lib.linux-x86_64-2.6/django/db/models/sql
>    copying django/db/models/sql/query.py -> 
build/lib.linux-x86_64-2.6/django/db/models/sql
>    copying django/db/models/sql/where.py -> 
build/lib.linux-x86_64-2.6/django/db/models/sql
>    creating build/lib.linux-x86_64-2.6/django/db/backends
>    copying django/db/backends/__init__.py -> 
build/lib.linux-x86_64-2.6/django/db/backends
>    copying django/db/backends/util.py -> 
build/lib.linux-x86_64-2.6/django/db/backends
>    copying django/db/backends/signals.py -> 
build/lib.linux-x86_64-2.6/django/db/backends
>    copying django/db/backends/creation.py -> 
build/lib.linux-x86_64-2.6/django/db/backends
>    creating build/lib.linux-x86_64-2.6/django/db/backends/postgresql
>    copying django/db/backends/postgresql/client.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql
>    copying django/db/backends/postgresql/introspection.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql
>    copying django/db/backends/postgresql/__init__.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql
>    copying django/db/backends/postgresql/base.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql
>    copying django/db/backends/postgresql/operations.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql
>    copying django/db/backends/postgresql/creation.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql
>    copying django/db/backends/postgresql/version.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql
>    creating build/lib.linux-x86_64-2.6/django/db/backends/oracle
>    copying django/db/backends/oracle/client.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/oracle
>    copying django/db/backends/oracle/introspection.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/oracle
>    copying django/db/backends/oracle/__init__.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/oracle
>    copying django/db/backends/oracle/query.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/oracle
>    copying django/db/backends/oracle/base.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/oracle
>    copying django/db/backends/oracle/creation.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/oracle
>    creating build/lib.linux-x86_64-2.6/django/db/backends/postgresql_psycopg2
>    copying django/db/backends/postgresql_psycopg2/introspection.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql_psycopg2
>    copying django/db/backends/postgresql_psycopg2/__init__.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql_psycopg2
>    copying django/db/backends/postgresql_psycopg2/base.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql_psycopg2
>    creating build/lib.linux-x86_64-2.6/django/db/backends/mysql
>    copying django/db/backends/mysql/client.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/mysql
>    copying django/db/backends/mysql/introspection.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/mysql
>    copying django/db/backends/mysql/validation.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/mysql
>    copying django/db/backends/mysql/__init__.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/mysql
>    copying django/db/backends/mysql/base.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/mysql
>    copying django/db/backends/mysql/creation.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/mysql
>    creating build/lib.linux-x86_64-2.6/django/db/backends/sqlite3
>    copying django/db/backends/sqlite3/client.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/sqlite3
>    copying django/db/backends/sqlite3/introspection.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/sqlite3
>    copying django/db/backends/sqlite3/__init__.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/sqlite3
>    copying django/db/backends/sqlite3/base.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/sqlite3
>    copying django/db/backends/sqlite3/creation.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/sqlite3
>    creating build/lib.linux-x86_64-2.6/django/db/backends/dummy
>    copying django/db/backends/dummy/__init__.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/dummy
>    copying django/db/backends/dummy/base.py -> 
build/lib.linux-x86_64-2.6/django/db/backends/dummy
>    creating build/lib.linux-x86_64-2.6/django/contrib
>    copying django/contrib/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib
>    creating build/lib.linux-x86_64-2.6/django/contrib/webdesign
>    copying django/contrib/webdesign/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/webdesign
>    copying django/contrib/webdesign/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/webdesign
>    copying django/contrib/webdesign/lorem_ipsum.py -> 
build/lib.linux-x86_64-2.6/django/contrib/webdesign
>    copying django/contrib/webdesign/tests.py -> 
build/lib.linux-x86_64-2.6/django/contrib/webdesign
>    creating build/lib.linux-x86_64-2.6/django/contrib/webdesign/templatetags
>    copying django/contrib/webdesign/templatetags/webdesign.py -> 
build/lib.linux-x86_64-2.6/django/contrib/webdesign/templatetags
>    copying django/contrib/webdesign/templatetags/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/webdesign/templatetags
>    creating build/lib.linux-x86_64-2.6/django/contrib/auth
>    copying django/contrib/auth/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth
>    copying django/contrib/auth/backends.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth
>    copying django/contrib/auth/views.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth
>    copying django/contrib/auth/urls.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth
>    copying django/contrib/auth/create_superuser.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth
>    copying django/contrib/auth/admin.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth
>    copying django/contrib/auth/decorators.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth
>    copying django/contrib/auth/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth
>    copying django/contrib/auth/middleware.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth
>    copying django/contrib/auth/tokens.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth
>    copying django/contrib/auth/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth
>    creating build/lib.linux-x86_64-2.6/django/contrib/auth/tests
>    copying django/contrib/auth/tests/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth/tests
>    copying django/contrib/auth/tests/views.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth/tests
>    copying django/contrib/auth/tests/urls.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth/tests
>    copying django/contrib/auth/tests/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth/tests
>    copying django/contrib/auth/tests/tokens.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth/tests
>    copying django/contrib/auth/tests/remote_user.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth/tests
>    copying django/contrib/auth/tests/basic.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth/tests
>    creating build/lib.linux-x86_64-2.6/django/contrib/auth/management
>    copying django/contrib/auth/management/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth/management
>    creating build/lib.linux-x86_64-2.6/django/contrib/auth/management/commands
>    copying django/contrib/auth/management/commands/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth/management/commands
>    copying django/contrib/auth/management/commands/createsuperuser.py ->
build/lib.linux-x86_64-2.6/django/contrib/auth/management/commands
>    creating build/lib.linux-x86_64-2.6/django/contrib/auth/handlers
>    copying django/contrib/auth/handlers/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth/handlers
>    copying django/contrib/auth/handlers/modpython.py -> 
build/lib.linux-x86_64-2.6/django/contrib/auth/handlers
>    creating build/lib.linux-x86_64-2.6/django/contrib/sessions
>    copying django/contrib/sessions/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sessions
>    copying django/contrib/sessions/middleware.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sessions
>    copying django/contrib/sessions/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sessions
>    copying django/contrib/sessions/tests.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sessions
>    creating build/lib.linux-x86_64-2.6/django/contrib/sessions/backends
>    copying django/contrib/sessions/backends/cache.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sessions/backends
>    copying django/contrib/sessions/backends/cached_db.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sessions/backends
>    copying django/contrib/sessions/backends/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sessions/backends
>    copying django/contrib/sessions/backends/db.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sessions/backends
>    copying django/contrib/sessions/backends/base.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sessions/backends
>    copying django/contrib/sessions/backends/file.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sessions/backends
>    creating build/lib.linux-x86_64-2.6/django/contrib/markup
>    copying django/contrib/markup/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/markup
>    copying django/contrib/markup/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/markup
>    copying django/contrib/markup/tests.py -> 
build/lib.linux-x86_64-2.6/django/contrib/markup
>    creating build/lib.linux-x86_64-2.6/django/contrib/markup/templatetags
>    copying django/contrib/markup/templatetags/markup.py -> 
build/lib.linux-x86_64-2.6/django/contrib/markup/templatetags
>    copying django/contrib/markup/templatetags/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/markup/templatetags
>    creating build/lib.linux-x86_64-2.6/django/contrib/sites
>    copying django/contrib/sites/admin.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sites
>    copying django/contrib/sites/managers.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sites
>    copying django/contrib/sites/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sites
>    copying django/contrib/sites/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sites
>    copying django/contrib/sites/tests.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sites
>    copying django/contrib/sites/management.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sites
>    creating build/lib.linux-x86_64-2.6/django/contrib/databrowse
>    copying django/contrib/databrowse/views.py -> 
build/lib.linux-x86_64-2.6/django/contrib/databrowse
>    copying django/contrib/databrowse/urls.py -> 
build/lib.linux-x86_64-2.6/django/contrib/databrowse
>    copying django/contrib/databrowse/datastructures.py -> 
build/lib.linux-x86_64-2.6/django/contrib/databrowse
>    copying django/contrib/databrowse/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/databrowse
>    copying django/contrib/databrowse/sites.py -> 
build/lib.linux-x86_64-2.6/django/contrib/databrowse
>    creating build/lib.linux-x86_64-2.6/django/contrib/databrowse/plugins
>    copying django/contrib/databrowse/plugins/calendars.py -> 
build/lib.linux-x86_64-2.6/django/contrib/databrowse/plugins
>    copying django/contrib/databrowse/plugins/objects.py -> 
build/lib.linux-x86_64-2.6/django/contrib/databrowse/plugins
>    copying django/contrib/databrowse/plugins/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/databrowse/plugins
>    copying django/contrib/databrowse/plugins/fieldchoices.py -> 
build/lib.linux-x86_64-2.6/django/contrib/databrowse/plugins
>    creating build/lib.linux-x86_64-2.6/django/contrib/formtools
>    copying django/contrib/formtools/preview.py -> 
build/lib.linux-x86_64-2.6/django/contrib/formtools
>    copying django/contrib/formtools/test_urls.py -> 
build/lib.linux-x86_64-2.6/django/contrib/formtools
>    copying django/contrib/formtools/utils.py -> 
build/lib.linux-x86_64-2.6/django/contrib/formtools
>    copying django/contrib/formtools/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/formtools
>    copying django/contrib/formtools/wizard.py -> 
build/lib.linux-x86_64-2.6/django/contrib/formtools
>    copying django/contrib/formtools/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/formtools
>    copying django/contrib/formtools/tests.py -> 
build/lib.linux-x86_64-2.6/django/contrib/formtools
>    creating build/lib.linux-x86_64-2.6/django/contrib/humanize
>    copying django/contrib/humanize/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/humanize
>    creating build/lib.linux-x86_64-2.6/django/contrib/humanize/templatetags
>    copying django/contrib/humanize/templatetags/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/humanize/templatetags
>    copying django/contrib/humanize/templatetags/humanize.py -> 
build/lib.linux-x86_64-2.6/django/contrib/humanize/templatetags
>    creating build/lib.linux-x86_64-2.6/django/contrib/redirects
>    copying django/contrib/redirects/admin.py -> 
build/lib.linux-x86_64-2.6/django/contrib/redirects
>    copying django/contrib/redirects/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/redirects
>    copying django/contrib/redirects/middleware.py -> 
build/lib.linux-x86_64-2.6/django/contrib/redirects
>    copying django/contrib/redirects/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/redirects
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor
>    copying django/contrib/localflavor/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/pl
>    copying django/contrib/localflavor/pl/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/pl
>    copying django/contrib/localflavor/pl/pl_voivodeships.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/pl
>    copying django/contrib/localflavor/pl/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/pl
>    copying django/contrib/localflavor/pl/pl_administrativeunits.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/pl
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/it
>    copying django/contrib/localflavor/it/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/it
>    copying django/contrib/localflavor/it/it_region.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/it
>    copying django/contrib/localflavor/it/it_province.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/it
>    copying django/contrib/localflavor/it/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/it
>    copying django/contrib/localflavor/it/util.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/it
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/ca
>    copying django/contrib/localflavor/ca/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ca
>    copying django/contrib/localflavor/ca/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ca
>    copying django/contrib/localflavor/ca/ca_provinces.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ca
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/uk
>    copying django/contrib/localflavor/uk/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/uk
>    copying django/contrib/localflavor/uk/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/uk
>    copying django/contrib/localflavor/uk/uk_regions.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/uk
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/cz
>    copying django/contrib/localflavor/cz/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/cz
>    copying django/contrib/localflavor/cz/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/cz
>    copying django/contrib/localflavor/cz/cz_regions.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/cz
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/sk
>    copying django/contrib/localflavor/sk/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/sk
>    copying django/contrib/localflavor/sk/sk_districts.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/sk
>    copying django/contrib/localflavor/sk/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/sk
>    copying django/contrib/localflavor/sk/sk_regions.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/sk
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/ar
>    copying django/contrib/localflavor/ar/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ar
>    copying django/contrib/localflavor/ar/ar_provinces.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ar
>    copying django/contrib/localflavor/ar/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ar
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/at
>    copying django/contrib/localflavor/at/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/at
>    copying django/contrib/localflavor/at/at_states.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/at
>    copying django/contrib/localflavor/at/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/at
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/de
>    copying django/contrib/localflavor/de/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/de
>    copying django/contrib/localflavor/de/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/de
>    copying django/contrib/localflavor/de/de_states.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/de
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/br
>    copying django/contrib/localflavor/br/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/br
>    copying django/contrib/localflavor/br/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/br
>    copying django/contrib/localflavor/br/br_states.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/br
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/fi
>    copying django/contrib/localflavor/fi/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/fi
>    copying django/contrib/localflavor/fi/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/fi
>    copying django/contrib/localflavor/fi/fi_municipalities.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/fi
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/za
>    copying django/contrib/localflavor/za/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/za
>    copying django/contrib/localflavor/za/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/za
>    copying django/contrib/localflavor/za/za_provinces.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/za
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/no
>    copying django/contrib/localflavor/no/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/no
>    copying django/contrib/localflavor/no/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/no
>    copying django/contrib/localflavor/no/no_municipalities.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/no
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/pe
>    copying django/contrib/localflavor/pe/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/pe
>    copying django/contrib/localflavor/pe/pe_region.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/pe
>    copying django/contrib/localflavor/pe/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/pe
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/nl
>    copying django/contrib/localflavor/nl/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/nl
>    copying django/contrib/localflavor/nl/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/nl
>    copying django/contrib/localflavor/nl/nl_provinces.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/nl
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/fr
>    copying django/contrib/localflavor/fr/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/fr
>    copying django/contrib/localflavor/fr/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/fr
>    copying django/contrib/localflavor/fr/fr_department.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/fr
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/in_
>    copying django/contrib/localflavor/in_/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/in_
>    copying django/contrib/localflavor/in_/in_states.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/in_
>    copying django/contrib/localflavor/in_/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/in_
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/jp
>    copying django/contrib/localflavor/jp/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/jp
>    copying django/contrib/localflavor/jp/jp_prefectures.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/jp
>    copying django/contrib/localflavor/jp/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/jp
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/generic
>    copying django/contrib/localflavor/generic/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/generic
>    copying django/contrib/localflavor/generic/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/generic
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/es
>    copying django/contrib/localflavor/es/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/es
>    copying django/contrib/localflavor/es/es_regions.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/es
>    copying django/contrib/localflavor/es/es_provinces.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/es
>    copying django/contrib/localflavor/es/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/es
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/ro
>    copying django/contrib/localflavor/ro/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ro
>    copying django/contrib/localflavor/ro/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ro
>    copying django/contrib/localflavor/ro/ro_counties.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ro
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/cl
>    copying django/contrib/localflavor/cl/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/cl
>    copying django/contrib/localflavor/cl/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/cl
>    copying django/contrib/localflavor/cl/cl_regions.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/cl
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/ch
>    copying django/contrib/localflavor/ch/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ch
>    copying django/contrib/localflavor/ch/ch_states.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ch
>    copying django/contrib/localflavor/ch/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ch
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/us
>    copying django/contrib/localflavor/us/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/us
>    copying django/contrib/localflavor/us/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/us
>    copying django/contrib/localflavor/us/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/us
>    copying django/contrib/localflavor/us/us_states.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/us
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/is_
>    copying django/contrib/localflavor/is_/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/is_
>    copying django/contrib/localflavor/is_/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/is_
>    copying django/contrib/localflavor/is_/is_postalcodes.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/is_
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/mx
>    copying django/contrib/localflavor/mx/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/mx
>    copying django/contrib/localflavor/mx/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/mx
>    copying django/contrib/localflavor/mx/mx_states.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/mx
>    creating build/lib.linux-x86_64-2.6/django/contrib/localflavor/au
>    copying django/contrib/localflavor/au/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/au
>    copying django/contrib/localflavor/au/au_states.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/au
>    copying django/contrib/localflavor/au/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/au
>    creating build/lib.linux-x86_64-2.6/django/contrib/comments
>    copying django/contrib/comments/forms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/comments
>    copying django/contrib/comments/urls.py -> 
build/lib.linux-x86_64-2.6/django/contrib/comments
>    copying django/contrib/comments/admin.py -> 
build/lib.linux-x86_64-2.6/django/contrib/comments
>    copying django/contrib/comments/managers.py -> 
build/lib.linux-x86_64-2.6/django/contrib/comments
>    copying django/contrib/comments/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/comments
>    copying django/contrib/comments/feeds.py -> 
build/lib.linux-x86_64-2.6/django/contrib/comments
>    copying django/contrib/comments/moderation.py -> 
build/lib.linux-x86_64-2.6/django/contrib/comments
>    copying django/contrib/comments/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/comments
>    copying django/contrib/comments/signals.py -> 
build/lib.linux-x86_64-2.6/django/contrib/comments
>    creating build/lib.linux-x86_64-2.6/django/contrib/comments/views
>    copying django/contrib/comments/views/utils.py -> 
build/lib.linux-x86_64-2.6/django/contrib/comments/views
>    copying django/contrib/comments/views/comments.py -> 
build/lib.linux-x86_64-2.6/django/contrib/comments/views
>    copying django/contrib/comments/views/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/comments/views
>    copying django/contrib/comments/views/moderation.py -> 
build/lib.linux-x86_64-2.6/django/contrib/comments/views
>    creating build/lib.linux-x86_64-2.6/django/contrib/comments/templatetags
>    copying django/contrib/comments/templatetags/comments.py -> 
build/lib.linux-x86_64-2.6/django/contrib/comments/templatetags
>    copying django/contrib/comments/templatetags/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/comments/templatetags
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis
>    copying django/contrib/gis/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis
>    copying django/contrib/gis/shortcuts.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis
>    copying django/contrib/gis/measure.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis
>    copying django/contrib/gis/feeds.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis
>    copying django/contrib/gis/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/maps
>    copying django/contrib/gis/maps/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/maps
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/maps/google
>    copying django/contrib/gis/maps/google/overlays.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/maps/google
>    copying django/contrib/gis/maps/google/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/maps/google
>    copying django/contrib/gis/maps/google/zoom.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/maps/google
>    copying django/contrib/gis/maps/google/gmap.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/maps/google
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/maps/openlayers
>    copying django/contrib/gis/maps/openlayers/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/maps/openlayers
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/utils
>    copying django/contrib/gis/utils/ogrinspect.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/utils
>    copying django/contrib/gis/utils/srs.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/utils
>    copying django/contrib/gis/utils/geoip.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/utils
>    copying django/contrib/gis/utils/layermapping.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/utils
>    copying django/contrib/gis/utils/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/utils
>    copying django/contrib/gis/utils/ogrinfo.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/utils
>    copying django/contrib/gis/utils/wkt.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/utils
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/gdal
>    copying django/contrib/gis/gdal/error.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal
>    copying django/contrib/gis/gdal/srs.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal
>    copying django/contrib/gis/gdal/envelope.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal
>    copying django/contrib/gis/gdal/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal
>    copying django/contrib/gis/gdal/field.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal
>    copying django/contrib/gis/gdal/layer.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal
>    copying django/contrib/gis/gdal/geomtype.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal
>    copying django/contrib/gis/gdal/feature.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal
>    copying django/contrib/gis/gdal/datasource.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal
>    copying django/contrib/gis/gdal/libgdal.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal
>    copying django/contrib/gis/gdal/driver.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal
>    copying django/contrib/gis/gdal/base.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal
>    copying django/contrib/gis/gdal/geometries.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/prototypes
>    copying django/contrib/gis/gdal/prototypes/ds.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/prototypes
>    copying django/contrib/gis/gdal/prototypes/geom.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/prototypes
>    copying django/contrib/gis/gdal/prototypes/srs.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/prototypes
>    copying django/contrib/gis/gdal/prototypes/errcheck.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/prototypes
>    copying django/contrib/gis/gdal/prototypes/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/prototypes
>    copying django/contrib/gis/gdal/prototypes/generation.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/prototypes
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/tests
>    copying django/contrib/gis/gdal/tests/test_envelope.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/tests
>    copying django/contrib/gis/gdal/tests/test_srs.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/tests
>    copying django/contrib/gis/gdal/tests/test_ds.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/tests
>    copying django/contrib/gis/gdal/tests/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/tests
>    copying django/contrib/gis/gdal/tests/test_driver.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/tests
>    copying django/contrib/gis/gdal/tests/test_geom.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/tests
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/tests
>    copying django/contrib/gis/tests/urls.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests
>    copying django/contrib/gis/tests/test_measure.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests
>    copying django/contrib/gis/tests/utils.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests
>    copying django/contrib/gis/tests/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests
>    copying django/contrib/gis/tests/test_geoip.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests
>    copying django/contrib/gis/tests/test_geoforms.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests
>    copying django/contrib/gis/tests/geometries.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests
>    copying django/contrib/gis/tests/test_spatialrefsys.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/tests/layermap
>    copying django/contrib/gis/tests/layermap/tests_mysql.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/layermap
>    copying django/contrib/gis/tests/layermap/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/layermap
>    copying django/contrib/gis/tests/layermap/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/layermap
>    copying django/contrib/gis/tests/layermap/tests.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/layermap
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/tests/relatedapp
>    copying django/contrib/gis/tests/relatedapp/tests_mysql.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/relatedapp
>    copying django/contrib/gis/tests/relatedapp/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/relatedapp
>    copying django/contrib/gis/tests/relatedapp/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/relatedapp
>    copying django/contrib/gis/tests/relatedapp/tests.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/relatedapp
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/tests/distapp
>    copying django/contrib/gis/tests/distapp/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/distapp
>    copying django/contrib/gis/tests/distapp/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/distapp
>    copying django/contrib/gis/tests/distapp/tests.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/distapp
>    copying django/contrib/gis/tests/distapp/data.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/distapp
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp
>    copying django/contrib/gis/tests/geoapp/urls.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp
>    copying django/contrib/gis/tests/geoapp/tests_mysql.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp
>    copying django/contrib/gis/tests/geoapp/test_regress.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp
>    copying django/contrib/gis/tests/geoapp/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp
>    copying django/contrib/gis/tests/geoapp/feeds.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp
>    copying django/contrib/gis/tests/geoapp/test_feeds.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp
>    copying django/contrib/gis/tests/geoapp/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp
>    copying django/contrib/gis/tests/geoapp/sitemaps.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp
>    copying django/contrib/gis/tests/geoapp/tests.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp
>    copying django/contrib/gis/tests/geoapp/test_sitemaps.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/management
>    copying django/contrib/gis/management/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/management
>    copying django/contrib/gis/management/base.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/management
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/management/commands
>    copying django/contrib/gis/management/commands/ogrinspect.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/management/commands
>    copying django/contrib/gis/management/commands/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/management/commands
>    copying django/contrib/gis/management/commands/inspectdb.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/management/commands
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/forms
>    copying django/contrib/gis/forms/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/forms
>    copying django/contrib/gis/forms/fields.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/forms
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/db
>    copying django/contrib/gis/db/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/db/models
>    copying django/contrib/gis/db/models/aggregates.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models
>    copying django/contrib/gis/db/models/proxy.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models
>    copying django/contrib/gis/db/models/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models
>    copying django/contrib/gis/db/models/manager.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models
>    copying django/contrib/gis/db/models/query.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/fields
>    copying django/contrib/gis/db/models/fields/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/fields
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/sql
>    copying django/contrib/gis/db/models/sql/conversion.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/sql
>    copying django/contrib/gis/db/models/sql/aggregates.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/sql
>    copying django/contrib/gis/db/models/sql/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/sql
>    copying django/contrib/gis/db/models/sql/subqueries.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/sql
>    copying django/contrib/gis/db/models/sql/query.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/sql
>    copying django/contrib/gis/db/models/sql/where.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/sql
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend
>    copying django/contrib/gis/db/backend/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend
>    copying django/contrib/gis/db/backend/util.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend
>    copying django/contrib/gis/db/backend/base.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend
>    copying django/contrib/gis/db/backend/adaptor.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/oracle
>    copying django/contrib/gis/db/backend/oracle/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/oracle
>    copying django/contrib/gis/db/backend/oracle/field.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/oracle
>    copying django/contrib/gis/db/backend/oracle/query.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/oracle
>    copying django/contrib/gis/db/backend/oracle/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/oracle
>    copying django/contrib/gis/db/backend/oracle/adaptor.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/oracle
>    copying django/contrib/gis/db/backend/oracle/creation.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/oracle
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/mysql
>    copying django/contrib/gis/db/backend/mysql/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/mysql
>    copying django/contrib/gis/db/backend/mysql/field.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/mysql
>    copying django/contrib/gis/db/backend/mysql/query.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/mysql
>    copying django/contrib/gis/db/backend/mysql/creation.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/mysql
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/spatialite
>    copying django/contrib/gis/db/backend/spatialite/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/spatialite
>    copying django/contrib/gis/db/backend/spatialite/field.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/spatialite
>    copying django/contrib/gis/db/backend/spatialite/query.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/spatialite
>    copying django/contrib/gis/db/backend/spatialite/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/spatialite
>    copying django/contrib/gis/db/backend/spatialite/adaptor.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/spatialite
>    copying django/contrib/gis/db/backend/spatialite/creation.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/spatialite
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/postgis
>    copying django/contrib/gis/db/backend/postgis/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/postgis
>    copying django/contrib/gis/db/backend/postgis/field.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/postgis
>    copying django/contrib/gis/db/backend/postgis/query.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/postgis
>    copying django/contrib/gis/db/backend/postgis/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/postgis
>    copying django/contrib/gis/db/backend/postgis/adaptor.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/postgis
>    copying django/contrib/gis/db/backend/postgis/management.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/postgis
>    copying django/contrib/gis/db/backend/postgis/creation.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/postgis
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/geos
>    copying django/contrib/gis/geos/factory.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos
>    copying django/contrib/gis/geos/error.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos
>    copying django/contrib/gis/geos/polygon.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos
>    copying django/contrib/gis/geos/coordseq.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos
>    copying django/contrib/gis/geos/collections.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos
>    copying django/contrib/gis/geos/point.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos
>    copying django/contrib/gis/geos/prepared.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos
>    copying django/contrib/gis/geos/io.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos
>    copying django/contrib/gis/geos/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos
>    copying django/contrib/gis/geos/geometry.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos
>    copying django/contrib/gis/geos/base.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos
>    copying django/contrib/gis/geos/mutable_list.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos
>    copying django/contrib/gis/geos/linestring.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos
>    copying django/contrib/gis/geos/libgeos.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes
>    copying django/contrib/gis/geos/prototypes/misc.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes
>    copying django/contrib/gis/geos/prototypes/geom.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes
>    copying django/contrib/gis/geos/prototypes/errcheck.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes
>    copying django/contrib/gis/geos/prototypes/coordseq.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes
>    copying django/contrib/gis/geos/prototypes/topology.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes
>    copying django/contrib/gis/geos/prototypes/prepared.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes
>    copying django/contrib/gis/geos/prototypes/io.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes
>    copying django/contrib/gis/geos/prototypes/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes
>    copying django/contrib/gis/geos/prototypes/predicates.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/geos/tests
>    copying django/contrib/gis/geos/tests/test_geos.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/tests
>    copying django/contrib/gis/geos/tests/test_io.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/tests
>    copying django/contrib/gis/geos/tests/test_geos_mutation.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/tests
>    copying django/contrib/gis/geos/tests/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/tests
>    copying django/contrib/gis/geos/tests/test_mutable_list.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/tests
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/sitemaps
>    copying django/contrib/gis/sitemaps/views.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/sitemaps
>    copying django/contrib/gis/sitemaps/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/sitemaps
>    copying django/contrib/gis/sitemaps/kml.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/sitemaps
>    copying django/contrib/gis/sitemaps/georss.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/sitemaps
>    creating build/lib.linux-x86_64-2.6/django/contrib/gis/admin
>    copying django/contrib/gis/admin/options.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/admin
>    copying django/contrib/gis/admin/widgets.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/admin
>    copying django/contrib/gis/admin/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/gis/admin
>    creating build/lib.linux-x86_64-2.6/django/contrib/sitemaps
>    copying django/contrib/sitemaps/views.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sitemaps
>    copying django/contrib/sitemaps/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sitemaps
>    creating build/lib.linux-x86_64-2.6/django/contrib/sitemaps/management
>    copying django/contrib/sitemaps/management/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sitemaps/management
>    creating 
build/lib.linux-x86_64-2.6/django/contrib/sitemaps/management/commands
>    copying django/contrib/sitemaps/management/commands/ping_google.py ->
build/lib.linux-x86_64-2.6/django/contrib/sitemaps/management/commands
>    copying django/contrib/sitemaps/management/commands/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/sitemaps/management/commands
>    creating build/lib.linux-x86_64-2.6/django/contrib/syndication
>    copying django/contrib/syndication/views.py -> 
build/lib.linux-x86_64-2.6/django/contrib/syndication
>    copying django/contrib/syndication/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/syndication
>    copying django/contrib/syndication/feeds.py -> 
build/lib.linux-x86_64-2.6/django/contrib/syndication
>    creating build/lib.linux-x86_64-2.6/django/contrib/contenttypes
>    copying django/contrib/contenttypes/views.py -> 
build/lib.linux-x86_64-2.6/django/contrib/contenttypes
>    copying django/contrib/contenttypes/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/contenttypes
>    copying django/contrib/contenttypes/generic.py -> 
build/lib.linux-x86_64-2.6/django/contrib/contenttypes
>    copying django/contrib/contenttypes/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/contenttypes
>    copying django/contrib/contenttypes/tests.py -> 
build/lib.linux-x86_64-2.6/django/contrib/contenttypes
>    copying django/contrib/contenttypes/management.py -> 
build/lib.linux-x86_64-2.6/django/contrib/contenttypes
>    creating build/lib.linux-x86_64-2.6/django/contrib/csrf
>    copying django/contrib/csrf/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/csrf
>    copying django/contrib/csrf/middleware.py -> 
build/lib.linux-x86_64-2.6/django/contrib/csrf
>    copying django/contrib/csrf/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/csrf
>    copying django/contrib/csrf/tests.py -> 
build/lib.linux-x86_64-2.6/django/contrib/csrf
>    creating build/lib.linux-x86_64-2.6/django/contrib/flatpages
>    copying django/contrib/flatpages/views.py -> 
build/lib.linux-x86_64-2.6/django/contrib/flatpages
>    copying django/contrib/flatpages/urls.py -> 
build/lib.linux-x86_64-2.6/django/contrib/flatpages
>    copying django/contrib/flatpages/admin.py -> 
build/lib.linux-x86_64-2.6/django/contrib/flatpages
>    copying django/contrib/flatpages/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/flatpages
>    copying django/contrib/flatpages/middleware.py -> 
build/lib.linux-x86_64-2.6/django/contrib/flatpages
>    copying django/contrib/flatpages/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/flatpages
>    creating build/lib.linux-x86_64-2.6/django/contrib/admin
>    copying django/contrib/admin/options.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin
>    copying django/contrib/admin/widgets.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin
>    copying django/contrib/admin/validation.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin
>    copying django/contrib/admin/actions.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin
>    copying django/contrib/admin/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin
>    copying django/contrib/admin/filterspecs.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin
>    copying django/contrib/admin/util.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin
>    copying django/contrib/admin/helpers.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin
>    copying django/contrib/admin/models.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin
>    copying django/contrib/admin/sites.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin
>    creating build/lib.linux-x86_64-2.6/django/contrib/admin/views
>    copying django/contrib/admin/views/template.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin/views
>    copying django/contrib/admin/views/decorators.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin/views
>    copying django/contrib/admin/views/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin/views
>    copying django/contrib/admin/views/main.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin/views
>    creating build/lib.linux-x86_64-2.6/django/contrib/admin/templatetags
>    copying django/contrib/admin/templatetags/log.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin/templatetags
>    copying django/contrib/admin/templatetags/admin_modify.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin/templatetags
>    copying django/contrib/admin/templatetags/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin/templatetags
>    copying django/contrib/admin/templatetags/admin_list.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin/templatetags
>    copying django/contrib/admin/templatetags/adminmedia.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admin/templatetags
>    creating build/lib.linux-x86_64-2.6/django/contrib/admindocs
>    copying django/contrib/admindocs/views.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admindocs
>    copying django/contrib/admindocs/urls.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admindocs
>    copying django/contrib/admindocs/utils.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admindocs
>    copying django/contrib/admindocs/__init__.py -> 
build/lib.linux-x86_64-2.6/django/contrib/admindocs
>    creating build/lib.linux-x86_64-2.6/django/shortcuts
>    copying django/shortcuts/__init__.py -> 
build/lib.linux-x86_64-2.6/django/shortcuts
>    creating build/lib.linux-x86_64-2.6/django/template
>    copying django/template/context.py -> 
build/lib.linux-x86_64-2.6/django/template
>    copying django/template/loader.py -> 
build/lib.linux-x86_64-2.6/django/template
>    copying django/template/__init__.py -> 
build/lib.linux-x86_64-2.6/django/template
>    copying django/template/defaultfilters.py -> 
build/lib.linux-x86_64-2.6/django/template
>    copying django/template/defaulttags.py -> 
build/lib.linux-x86_64-2.6/django/template
>    copying django/template/debug.py -> 
build/lib.linux-x86_64-2.6/django/template
>    copying django/template/loader_tags.py -> 
build/lib.linux-x86_64-2.6/django/template
>    creating build/lib.linux-x86_64-2.6/django/template/loaders
>    copying django/template/loaders/app_directories.py -> 
build/lib.linux-x86_64-2.6/django/template/loaders
>    copying django/template/loaders/__init__.py -> 
build/lib.linux-x86_64-2.6/django/template/loaders
>    copying django/template/loaders/eggs.py -> 
build/lib.linux-x86_64-2.6/django/template/loaders
>    copying django/template/loaders/filesystem.py -> 
build/lib.linux-x86_64-2.6/django/template/loaders
>    creating build/lib.linux-x86_64-2.6/django/dispatch
>    copying django/dispatch/saferef.py -> 
build/lib.linux-x86_64-2.6/django/dispatch
>    copying django/dispatch/__init__.py -> 
build/lib.linux-x86_64-2.6/django/dispatch
>    copying django/dispatch/dispatcher.py -> 
build/lib.linux-x86_64-2.6/django/dispatch
>    creating build/lib.linux-x86_64-2.6/django/core
>    copying django/core/template_loader.py -> 
build/lib.linux-x86_64-2.6/django/core
>    copying django/core/context_processors.py -> 
build/lib.linux-x86_64-2.6/django/core
>    copying django/core/mail.py -> build/lib.linux-x86_64-2.6/django/core
>    copying django/core/xheaders.py -> build/lib.linux-x86_64-2.6/django/core
>    copying django/core/paginator.py -> build/lib.linux-x86_64-2.6/django/core
>    copying django/core/exceptions.py -> build/lib.linux-x86_64-2.6/django/core
>    copying django/core/__init__.py -> build/lib.linux-x86_64-2.6/django/core
>    copying django/core/urlresolvers.py -> build/lib.linux-x86_64-2.6/django/core
>    copying django/core/signals.py -> build/lib.linux-x86_64-2.6/django/core
>    creating build/lib.linux-x86_64-2.6/django/core/serializers
>    copying django/core/serializers/json.py -> 
build/lib.linux-x86_64-2.6/django/core/serializers
>    copying django/core/serializers/__init__.py -> 
build/lib.linux-x86_64-2.6/django/core/serializers
>    copying django/core/serializers/pyyaml.py -> 
build/lib.linux-x86_64-2.6/django/core/serializers
>    copying django/core/serializers/python.py -> 
build/lib.linux-x86_64-2.6/django/core/serializers
>    copying django/core/serializers/base.py -> 
build/lib.linux-x86_64-2.6/django/core/serializers
>    copying django/core/serializers/xml_serializer.py -> 
build/lib.linux-x86_64-2.6/django/core/serializers
>    creating build/lib.linux-x86_64-2.6/django/core/servers
>    copying django/core/servers/fastcgi.py -> 
build/lib.linux-x86_64-2.6/django/core/servers
>    copying django/core/servers/basehttp.py -> 
build/lib.linux-x86_64-2.6/django/core/servers
>    copying django/core/servers/__init__.py -> 
build/lib.linux-x86_64-2.6/django/core/servers
>    creating build/lib.linux-x86_64-2.6/django/core/management
>    copying django/core/management/sql.py -> 
build/lib.linux-x86_64-2.6/django/core/management
>    copying django/core/management/color.py -> 
build/lib.linux-x86_64-2.6/django/core/management
>    copying django/core/management/validation.py -> 
build/lib.linux-x86_64-2.6/django/core/management
>    copying django/core/management/__init__.py -> 
build/lib.linux-x86_64-2.6/django/core/management
>    copying django/core/management/base.py -> 
build/lib.linux-x86_64-2.6/django/core/management
>    creating build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/runserver.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/sql.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/compilemessages.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/sqlsequencereset.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/cleanup.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/runfcgi.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/sqlindexes.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/sqlall.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/sqlclear.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/loaddata.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/dbshell.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/__init__.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/reset.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/sqlinitialdata.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/validate.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/flush.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/testserver.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/inspectdb.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/diffsettings.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/sqlreset.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/sqlcustom.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/dumpdata.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/startproject.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/startapp.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/sqlflush.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/makemessages.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/syncdb.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/createcachetable.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/test.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    copying django/core/management/commands/shell.py -> 
build/lib.linux-x86_64-2.6/django/core/management/commands
>    creating build/lib.linux-x86_64-2.6/django/core/cache
>    copying django/core/cache/__init__.py -> 
build/lib.linux-x86_64-2.6/django/core/cache
>    creating build/lib.linux-x86_64-2.6/django/core/cache/backends
>    copying django/core/cache/backends/locmem.py -> 
build/lib.linux-x86_64-2.6/django/core/cache/backends
>    copying django/core/cache/backends/filebased.py -> 
build/lib.linux-x86_64-2.6/django/core/cache/backends
>    copying django/core/cache/backends/__init__.py -> 
build/lib.linux-x86_64-2.6/django/core/cache/backends
>    copying django/core/cache/backends/db.py -> 
build/lib.linux-x86_64-2.6/django/core/cache/backends
>    copying django/core/cache/backends/base.py -> 
build/lib.linux-x86_64-2.6/django/core/cache/backends
>    copying django/core/cache/backends/memcached.py -> 
build/lib.linux-x86_64-2.6/django/core/cache/backends
>    copying django/core/cache/backends/dummy.py -> 
build/lib.linux-x86_64-2.6/django/core/cache/backends
>    creating build/lib.linux-x86_64-2.6/django/core/files
>    copying django/core/files/images.py -> 
build/lib.linux-x86_64-2.6/django/core/files
>    copying django/core/files/utils.py -> 
build/lib.linux-x86_64-2.6/django/core/files
>    copying django/core/files/__init__.py -> 
build/lib.linux-x86_64-2.6/django/core/files
>    copying django/core/files/uploadedfile.py -> 
build/lib.linux-x86_64-2.6/django/core/files
>    copying django/core/files/uploadhandler.py -> 
build/lib.linux-x86_64-2.6/django/core/files
>    copying django/core/files/storage.py -> 
build/lib.linux-x86_64-2.6/django/core/files
>    copying django/core/files/base.py -> 
build/lib.linux-x86_64-2.6/django/core/files
>    copying django/core/files/move.py -> 
build/lib.linux-x86_64-2.6/django/core/files
>    copying django/core/files/locks.py -> 
build/lib.linux-x86_64-2.6/django/core/files
>    copying django/core/files/temp.py -> 
build/lib.linux-x86_64-2.6/django/core/files
>    creating build/lib.linux-x86_64-2.6/django/core/handlers
>    copying django/core/handlers/__init__.py -> 
build/lib.linux-x86_64-2.6/django/core/handlers
>    copying django/core/handlers/profiler-hotshot.py -> 
build/lib.linux-x86_64-2.6/django/core/handlers
>    copying django/core/handlers/modpython.py -> 
build/lib.linux-x86_64-2.6/django/core/handlers
>    copying django/core/handlers/base.py -> 
build/lib.linux-x86_64-2.6/django/core/handlers
>    copying django/core/handlers/wsgi.py -> 
build/lib.linux-x86_64-2.6/django/core/handlers
>    creating build/lib.linux-x86_64-2.6/django/templatetags
>    copying django/templatetags/i18n.py -> 
build/lib.linux-x86_64-2.6/django/templatetags
>    copying django/templatetags/cache.py -> 
build/lib.linux-x86_64-2.6/django/templatetags
>    copying django/templatetags/__init__.py -> 
build/lib.linux-x86_64-2.6/django/templatetags
>    creating build/lib.linux-x86_64-2.6/django/bin
>    copying django/bin/daily_cleanup.py -> build/lib.linux-x86_64-2.6/django/bin
>    copying django/bin/make-messages.py -> build/lib.linux-x86_64-2.6/django/bin
>    copying django/bin/__init__.py -> build/lib.linux-x86_64-2.6/django/bin
>    copying django/bin/unique-messages.py -> 
build/lib.linux-x86_64-2.6/django/bin
>    copying django/bin/compile-messages.py -> 
build/lib.linux-x86_64-2.6/django/bin
>    copying django/bin/django-admin.py -> build/lib.linux-x86_64-2.6/django/bin
>    creating build/lib.linux-x86_64-2.6/django/bin/profiling
>    copying django/bin/profiling/__init__.py -> 
build/lib.linux-x86_64-2.6/django/bin/profiling
>    copying django/bin/profiling/gather_profile_stats.py -> 
build/lib.linux-x86_64-2.6/django/bin/profiling
>    running build_scripts
>    creating build/scripts-2.6
>    copying and adjusting django/bin/django-admin.py -> build/scripts-2.6
>    changing mode of build/scripts-2.6/django-admin.py from 644 to 755
>    running install_lib
>    creating /home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/_decimal.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/autoreload.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/tree.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/cache.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/decorators.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/thread_support.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/importlib.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/dateformat.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/itercompat.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/translation
>    copying 
build/lib.linux-x86_64-2.6/django/utils/translation/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/translation
>    copying 
build/lib.linux-x86_64-2.6/django/utils/translation/trans_null.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/translation
>    copying 
build/lib.linux-x86_64-2.6/django/utils/translation/trans_real.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/translation
>    copying build/lib.linux-x86_64-2.6/django/utils/html.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/text.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/_os.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/datastructures.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/termcolors.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/stopwords.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/daemonize.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/encoding.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/datetime_safe.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/regex_helper.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/safestring.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/http.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/checksums.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/simplejson
>    copying build/lib.linux-x86_64-2.6/django/utils/simplejson/tool.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/simplejson
>    copying build/lib.linux-x86_64-2.6/django/utils/simplejson/encoder.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/simplejson
>    copying build/lib.linux-x86_64-2.6/django/utils/simplejson/decoder.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/simplejson
>    copying 
build/lib.linux-x86_64-2.6/django/utils/simplejson/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/simplejson
>    copying build/lib.linux-x86_64-2.6/django/utils/simplejson/scanner.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/simplejson
>    copying build/lib.linux-x86_64-2.6/django/utils/functional.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/_threading_local.py 
-> /home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/tzinfo.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/xmlutils.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/synch.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/dates.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/timesince.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/hashcompat.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/feedgenerator.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    copying build/lib.linux-x86_64-2.6/django/utils/version.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware
>    copying build/lib.linux-x86_64-2.6/django/middleware/gzip.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware
>    copying build/lib.linux-x86_64-2.6/django/middleware/doc.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware
>    copying build/lib.linux-x86_64-2.6/django/middleware/cache.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware
>    copying build/lib.linux-x86_64-2.6/django/middleware/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware
>    copying build/lib.linux-x86_64-2.6/django/middleware/http.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware
>    copying build/lib.linux-x86_64-2.6/django/middleware/common.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware
>    copying build/lib.linux-x86_64-2.6/django/middleware/locale.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware
>    copying build/lib.linux-x86_64-2.6/django/middleware/transaction.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware
>    creating /home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/test
>    copying build/lib.linux-x86_64-2.6/django/test/testcases.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/test
>    copying build/lib.linux-x86_64-2.6/django/test/client.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/test
>    copying build/lib.linux-x86_64-2.6/django/test/utils.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/test
>    copying build/lib.linux-x86_64-2.6/django/test/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/test
>    copying build/lib.linux-x86_64-2.6/django/test/_doctest.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/test
>    copying build/lib.linux-x86_64-2.6/django/test/simple.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/test
>    copying build/lib.linux-x86_64-2.6/django/test/signals.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/test
>    creating /home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/http
>    copying build/lib.linux-x86_64-2.6/django/http/multipartparser.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/http
>    copying build/lib.linux-x86_64-2.6/django/http/utils.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/http
>    copying build/lib.linux-x86_64-2.6/django/http/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/http
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views
>    copying build/lib.linux-x86_64-2.6/django/views/i18n.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/decorators
>    copying build/lib.linux-x86_64-2.6/django/views/decorators/gzip.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/decorators
>    copying build/lib.linux-x86_64-2.6/django/views/decorators/cache.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/decorators
>    copying build/lib.linux-x86_64-2.6/django/views/decorators/vary.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/decorators
>    copying 
build/lib.linux-x86_64-2.6/django/views/decorators/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/decorators
>    copying build/lib.linux-x86_64-2.6/django/views/decorators/http.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/decorators
>    copying build/lib.linux-x86_64-2.6/django/views/defaults.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views
>    copying build/lib.linux-x86_64-2.6/django/views/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views
>    copying build/lib.linux-x86_64-2.6/django/views/static.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/generic
>    copying build/lib.linux-x86_64-2.6/django/views/generic/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/generic
>    copying 
build/lib.linux-x86_64-2.6/django/views/generic/create_update.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/generic
>    copying build/lib.linux-x86_64-2.6/django/views/generic/date_based.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/generic
>    copying build/lib.linux-x86_64-2.6/django/views/generic/simple.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/generic
>    copying 
build/lib.linux-x86_64-2.6/django/views/generic/list_detail.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/generic
>    copying build/lib.linux-x86_64-2.6/django/views/debug.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms
>    copying build/lib.linux-x86_64-2.6/django/forms/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms
>    copying build/lib.linux-x86_64-2.6/django/forms/widgets.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms
>    copying build/lib.linux-x86_64-2.6/django/forms/formsets.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms
>    copying build/lib.linux-x86_64-2.6/django/forms/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms
>    copying build/lib.linux-x86_64-2.6/django/forms/util.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms
>    copying build/lib.linux-x86_64-2.6/django/forms/fields.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms/extras
>    copying build/lib.linux-x86_64-2.6/django/forms/extras/widgets.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms/extras
>    copying build/lib.linux-x86_64-2.6/django/forms/extras/__init__.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms/extras
>    copying build/lib.linux-x86_64-2.6/django/forms/models.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms
>    creating /home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/project_template
>    copying 
build/lib.linux-x86_64-2.6/django/conf/project_template/urls.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/project_template
>    copying 
build/lib.linux-x86_64-2.6/django/conf/project_template/manage.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/project_template
>    copying 
build/lib.linux-x86_64-2.6/django/conf/project_template/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/project_template
>    copying 
build/lib.linux-x86_64-2.6/django/conf/project_template/settings.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/project_template
>    copying build/lib.linux-x86_64-2.6/django/conf/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/urls
>    copying build/lib.linux-x86_64-2.6/django/conf/urls/shortcut.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/urls
>    copying build/lib.linux-x86_64-2.6/django/conf/urls/i18n.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/urls
>    copying build/lib.linux-x86_64-2.6/django/conf/urls/defaults.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/urls
>    copying build/lib.linux-x86_64-2.6/django/conf/urls/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/urls
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/app_template
>    copying build/lib.linux-x86_64-2.6/django/conf/app_template/views.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/app_template
>    copying 
build/lib.linux-x86_64-2.6/django/conf/app_template/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/app_template
>    copying build/lib.linux-x86_64-2.6/django/conf/app_template/models.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/app_template
>    copying build/lib.linux-x86_64-2.6/django/conf/app_template/tests.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/app_template
>    copying build/lib.linux-x86_64-2.6/django/conf/global_settings.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf
>    creating /home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db
>    copying build/lib.linux-x86_64-2.6/django/db/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models
>    copying build/lib.linux-x86_64-2.6/django/db/models/related.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models
>    copying build/lib.linux-x86_64-2.6/django/db/models/options.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models
>    copying build/lib.linux-x86_64-2.6/django/db/models/aggregates.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models
>    copying build/lib.linux-x86_64-2.6/django/db/models/loading.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models
>    copying build/lib.linux-x86_64-2.6/django/db/models/expressions.py ->
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models
>    copying build/lib.linux-x86_64-2.6/django/db/models/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models
>    copying build/lib.linux-x86_64-2.6/django/db/models/manager.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models
>    copying build/lib.linux-x86_64-2.6/django/db/models/query.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models
>    copying build/lib.linux-x86_64-2.6/django/db/models/base.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/fields
>    copying build/lib.linux-x86_64-2.6/django/db/models/fields/files.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/fields
>    copying build/lib.linux-x86_64-2.6/django/db/models/fields/related.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/fields
>    copying build/lib.linux-x86_64-2.6/django/db/models/fields/proxy.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/fields
>    copying 
build/lib.linux-x86_64-2.6/django/db/models/fields/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/fields
>    copying 
build/lib.linux-x86_64-2.6/django/db/models/fields/subclassing.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/fields
>    copying build/lib.linux-x86_64-2.6/django/db/models/signals.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql
>    copying build/lib.linux-x86_64-2.6/django/db/models/sql/aggregates.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql
>    copying 
build/lib.linux-x86_64-2.6/django/db/models/sql/datastructures.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql
>    copying 
build/lib.linux-x86_64-2.6/django/db/models/sql/expressions.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql
>    copying build/lib.linux-x86_64-2.6/django/db/models/sql/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql
>    copying build/lib.linux-x86_64-2.6/django/db/models/sql/subqueries.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql
>    copying build/lib.linux-x86_64-2.6/django/db/models/sql/constants.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql
>    copying build/lib.linux-x86_64-2.6/django/db/models/sql/query.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql
>    copying build/lib.linux-x86_64-2.6/django/db/models/sql/where.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql
>    copying build/lib.linux-x86_64-2.6/django/db/models/query_utils.py ->
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql/client.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql/introspection.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql/base.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql/operations.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql/creation.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql/version.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/oracle
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/oracle/client.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/oracle
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/oracle/introspection.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/oracle
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/oracle/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/oracle
>    copying build/lib.linux-x86_64-2.6/django/db/backends/oracle/query.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/oracle
>    copying build/lib.linux-x86_64-2.6/django/db/backends/oracle/base.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/oracle
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/oracle/creation.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/oracle
>    copying build/lib.linux-x86_64-2.6/django/db/backends/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql_psycopg2
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql_psycopg2/introspection.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql_psycopg2
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql_psycopg2/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql_psycopg2
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/postgresql_psycopg2/base.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql_psycopg2
>    copying build/lib.linux-x86_64-2.6/django/db/backends/util.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/mysql
>    copying build/lib.linux-x86_64-2.6/django/db/backends/mysql/client.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/mysql
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/mysql/introspection.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/mysql
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/mysql/validation.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/mysql
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/mysql/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/mysql
>    copying build/lib.linux-x86_64-2.6/django/db/backends/mysql/base.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/mysql
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/mysql/creation.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/mysql
>    copying build/lib.linux-x86_64-2.6/django/db/backends/signals.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/sqlite3
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/sqlite3/client.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/sqlite3
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/sqlite3/introspection.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/sqlite3
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/sqlite3/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/sqlite3
>    copying build/lib.linux-x86_64-2.6/django/db/backends/sqlite3/base.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/sqlite3
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/sqlite3/creation.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/sqlite3
>    copying build/lib.linux-x86_64-2.6/django/db/backends/creation.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/dummy
>    copying 
build/lib.linux-x86_64-2.6/django/db/backends/dummy/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/dummy
>    copying build/lib.linux-x86_64-2.6/django/db/backends/dummy/base.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/dummy
>    copying build/lib.linux-x86_64-2.6/django/db/transaction.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/webdesign
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/webdesign/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/webdesign
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/webdesign/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/webdesign/templatetags/webdesign.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/webdesign/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/webdesign/templatetags/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/webdesign/templatetags
>    copying build/lib.linux-x86_64-2.6/django/contrib/webdesign/models.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/webdesign
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/webdesign/lorem_ipsum.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/webdesign
>    copying build/lib.linux-x86_64-2.6/django/contrib/webdesign/tests.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/webdesign
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth
>    copying build/lib.linux-x86_64-2.6/django/contrib/auth/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth
>    copying build/lib.linux-x86_64-2.6/django/contrib/auth/backends.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth
>    copying build/lib.linux-x86_64-2.6/django/contrib/auth/views.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth
>    copying build/lib.linux-x86_64-2.6/django/contrib/auth/urls.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/auth/create_superuser.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth
>    copying build/lib.linux-x86_64-2.6/django/contrib/auth/admin.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth
>    copying build/lib.linux-x86_64-2.6/django/contrib/auth/decorators.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests
>    copying build/lib.linux-x86_64-2.6/django/contrib/auth/tests/forms.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests
>    copying build/lib.linux-x86_64-2.6/django/contrib/auth/tests/views.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests
>    copying build/lib.linux-x86_64-2.6/django/contrib/auth/tests/urls.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/auth/tests/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/auth/tests/tokens.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/auth/tests/remote_user.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests
>    copying build/lib.linux-x86_64-2.6/django/contrib/auth/tests/basic.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/management
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/auth/management/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/management
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/auth/management/commands/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/auth/management/commands/createsuperuser.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/management/commands
>    copying build/lib.linux-x86_64-2.6/django/contrib/auth/__init__.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth
>    copying build/lib.linux-x86_64-2.6/django/contrib/auth/middleware.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth
>    copying build/lib.linux-x86_64-2.6/django/contrib/auth/tokens.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth
>    copying build/lib.linux-x86_64-2.6/django/contrib/auth/models.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/handlers
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/auth/handlers/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/handlers
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/auth/handlers/modpython.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/handlers
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/sessions/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/sessions/middleware.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/backends
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/sessions/backends/cache.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/backends
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/sessions/backends/cached_db.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/backends
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/sessions/backends/__init__.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/backends
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/sessions/backends/db.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/backends
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/sessions/backends/base.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/backends
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/sessions/backends/file.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/backends
>    copying build/lib.linux-x86_64-2.6/django/contrib/sessions/models.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions
>    copying build/lib.linux-x86_64-2.6/django/contrib/sessions/tests.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/markup
>    copying build/lib.linux-x86_64-2.6/django/contrib/markup/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/markup
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/markup/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/markup/templatetags/markup.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/markup/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/markup/templatetags/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/markup/templatetags
>    copying build/lib.linux-x86_64-2.6/django/contrib/markup/models.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/markup
>    copying build/lib.linux-x86_64-2.6/django/contrib/markup/tests.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/markup
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sites
>    copying build/lib.linux-x86_64-2.6/django/contrib/sites/admin.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sites
>    copying build/lib.linux-x86_64-2.6/django/contrib/sites/managers.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sites
>    copying build/lib.linux-x86_64-2.6/django/contrib/sites/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sites
>    copying build/lib.linux-x86_64-2.6/django/contrib/sites/models.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sites
>    copying build/lib.linux-x86_64-2.6/django/contrib/sites/tests.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sites
>    copying build/lib.linux-x86_64-2.6/django/contrib/sites/management.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sites
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse
>    copying build/lib.linux-x86_64-2.6/django/contrib/databrowse/views.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse
>    copying build/lib.linux-x86_64-2.6/django/contrib/databrowse/urls.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/plugins
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/databrowse/plugins/calendars.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/plugins
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/databrowse/plugins/objects.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/plugins
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/databrowse/plugins/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/plugins
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/databrowse/plugins/fieldchoices.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/plugins
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/databrowse/datastructures.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/databrowse/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse
>    copying build/lib.linux-x86_64-2.6/django/contrib/databrowse/sites.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/formtools/preview.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/formtools/test_urls.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools
>    copying build/lib.linux-x86_64-2.6/django/contrib/formtools/utils.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/formtools/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools
>    copying build/lib.linux-x86_64-2.6/django/contrib/formtools/wizard.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools
>    copying build/lib.linux-x86_64-2.6/django/contrib/formtools/models.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools
>    copying build/lib.linux-x86_64-2.6/django/contrib/formtools/tests.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/humanize
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/humanize/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/humanize
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/humanize/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/humanize/templatetags/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/humanize/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/humanize/templatetags/humanize.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/humanize/templatetags
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/redirects
>    copying build/lib.linux-x86_64-2.6/django/contrib/redirects/admin.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/redirects
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/redirects/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/redirects
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/redirects/middleware.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/redirects
>    copying build/lib.linux-x86_64-2.6/django/contrib/redirects/models.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/redirects
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pl
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/pl/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pl
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/pl/pl_voivodeships.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pl
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/pl/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pl
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/pl/pl_administrativeunits.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pl
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/it
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/it/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/it
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/it/it_region.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/it
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/it/it_province.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/it
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/it/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/it
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/it/util.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/it
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ca
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ca/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ca
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ca/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ca
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ca/ca_provinces.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ca
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/uk
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/uk/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/uk
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/uk/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/uk
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/uk/uk_regions.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/uk
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/cz
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/cz/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/cz
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/cz/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/cz
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/cz/cz_regions.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/cz
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/sk
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/sk/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/sk
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/sk/sk_districts.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/sk
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/sk/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/sk
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/sk/sk_regions.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/sk
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ar
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ar/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ar
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ar/ar_provinces.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ar
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ar/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ar
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/at
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/at/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/at
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/at/at_states.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/at
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/at/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/at
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/de
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/de/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/de
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/de/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/de
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/de/de_states.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/de
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/br
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/br/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/br
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/br/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/br
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/br/br_states.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/br
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/fi
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/fi/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/fi
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/fi/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/fi
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/fi/fi_municipalities.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/fi
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/za
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/za/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/za
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/za/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/za
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/za/za_provinces.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/za
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/no
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/no/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/no
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/no/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/no
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/no/no_municipalities.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/no
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pe
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/pe/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pe
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/pe/pe_region.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pe
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/pe/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pe
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/nl
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/nl/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/nl
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/nl/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/nl
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/nl/nl_provinces.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/nl
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/fr
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/fr/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/fr
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/fr/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/fr
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/fr/fr_department.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/fr
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/in_
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/in_/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/in_
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/in_/in_states.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/in_
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/in_/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/in_
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/jp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/jp/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/jp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/jp/jp_prefectures.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/jp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/jp/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/jp
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/generic
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/generic/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/generic
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/generic/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/generic
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/es
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/es/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/es
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/es/es_regions.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/es
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/es/es_provinces.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/es
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/es/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/es
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ro
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ro/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ro
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ro/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ro
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ro/ro_counties.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ro
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/cl
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/cl/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/cl
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/cl/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/cl
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/cl/cl_regions.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/cl
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ch
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ch/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ch
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ch/ch_states.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ch
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/ch/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ch
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/us
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/us/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/us
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/us/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/us
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/us/models.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/us
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/us/us_states.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/us
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/is_
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/is_/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/is_
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/is_/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/is_
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/is_/is_postalcodes.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/is_
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/mx
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/mx/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/mx
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/mx/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/mx
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/mx/mx_states.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/mx
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/au
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/au/forms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/au
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/au/au_states.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/au
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/localflavor/au/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/au
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments
>    copying build/lib.linux-x86_64-2.6/django/contrib/comments/forms.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments
>    copying build/lib.linux-x86_64-2.6/django/contrib/comments/urls.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments
>    copying build/lib.linux-x86_64-2.6/django/contrib/comments/admin.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/views
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/comments/views/utils.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/views
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/comments/views/comments.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/views
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/comments/views/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/views
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/comments/views/moderation.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/views
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/comments/managers.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/comments/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments
>    copying build/lib.linux-x86_64-2.6/django/contrib/comments/feeds.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/comments/templatetags/comments.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/comments/templatetags/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/comments/moderation.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments
>    copying build/lib.linux-x86_64-2.6/django/contrib/comments/models.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments
>    copying build/lib.linux-x86_64-2.6/django/contrib/comments/signals.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments
>    copying build/lib.linux-x86_64-2.6/django/contrib/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/maps
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/maps/google
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/maps/google/overlays.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/maps/google
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/maps/google/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/maps/google
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/maps/google/zoom.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/maps/google
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/maps/google/gmap.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/maps/google
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/maps/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/maps
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/maps/openlayers
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/maps/openlayers/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/maps/openlayers
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/utils
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/utils/ogrinspect.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/utils
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/utils/srs.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/utils
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/utils/geoip.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/utils
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/utils/layermapping.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/utils
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/utils/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/utils
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/utils/ogrinfo.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/utils
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/utils/wkt.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/utils
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/prototypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/prototypes/ds.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/prototypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/prototypes/geom.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/prototypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/prototypes/srs.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/prototypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/prototypes/errcheck.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/prototypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/prototypes/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/prototypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/prototypes/generation.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/prototypes
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/error.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/srs.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/tests/test_envelope.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/tests/test_srs.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/tests/test_ds.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/tests/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/tests/test_driver.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/tests/test_geom.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/envelope.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/field.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/layer.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/geomtype.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/feature.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/datasource.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/libgdal.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/driver.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/base.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/gdal/geometries.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/tests/urls.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/test_measure.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/layermap
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/layermap/tests_mysql.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/layermap
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/layermap/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/layermap
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/layermap/models.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/layermap
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/layermap/tests.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/layermap
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/tests/utils.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/relatedapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/relatedapp/tests_mysql.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/relatedapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/relatedapp/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/relatedapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/relatedapp/models.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/relatedapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/relatedapp/tests.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/relatedapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/test_geoip.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/distapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/distapp/__init__.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/distapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/distapp/models.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/distapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/distapp/tests.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/distapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/distapp/data.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/distapp
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp/urls.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp/tests_mysql.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp/test_regress.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp/feeds.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp/test_feeds.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp/models.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp/sitemaps.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp/tests.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geoapp/test_sitemaps.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/test_geoforms.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/geometries.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/tests/test_spatialrefsys.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/management
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/management/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/management
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/management/base.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/management
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/management/commands/ogrinspect.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/management/commands/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/management/commands/inspectdb.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/management/commands
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/forms
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/forms/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/forms
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/forms/fields.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/forms
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/db/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/aggregates.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/proxy.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/manager.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/query.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/fields
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/fields/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/fields
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/sql
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/sql/conversion.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/sql
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/sql/aggregates.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/sql
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/sql/__init__.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/sql
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/sql/subqueries.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/sql
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/sql/query.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/sql
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/models/sql/where.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/sql
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/oracle
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/oracle/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/oracle
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/oracle/field.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/oracle
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/oracle/query.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/oracle
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/oracle/models.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/oracle
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/oracle/adaptor.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/oracle
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/oracle/creation.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/oracle
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/util.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/base.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/mysql
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/mysql/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/mysql
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/mysql/field.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/mysql
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/mysql/query.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/mysql
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/mysql/creation.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/mysql
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/spatialite
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/spatialite/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/spatialite
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/spatialite/field.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/spatialite
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/spatialite/query.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/spatialite
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/spatialite/models.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/spatialite
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/spatialite/adaptor.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/spatialite
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/spatialite/creation.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/spatialite
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/adaptor.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/postgis/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/postgis/field.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/postgis/query.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/postgis/models.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/postgis/adaptor.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/postgis/management.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/db/backend/postgis/creation.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/shortcuts.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/measure.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/geos/factory.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes/misc.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes/geom.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes/errcheck.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes/coordseq.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes/topology.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes/prepared.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes/io.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prototypes/predicates.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/geos/error.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/geos/polygon.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/tests/test_geos.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/tests/test_io.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/tests/test_geos_mutation.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/tests/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/tests/test_mutable_list.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/tests
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/coordseq.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/collections.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/geos/point.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/prepared.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/geos/io.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/geometry.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/geos/base.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/mutable_list.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/geos/linestring.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/geos/libgeos.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/sitemaps
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/sitemaps/views.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/sitemaps
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/sitemaps/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/sitemaps
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/sitemaps/kml.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/sitemaps
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/sitemaps/georss.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/sitemaps
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/feeds.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis
>    copying build/lib.linux-x86_64-2.6/django/contrib/gis/models.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/admin
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/admin/options.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/admin
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/admin/widgets.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/admin
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/gis/admin/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/admin
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps
>    copying build/lib.linux-x86_64-2.6/django/contrib/sitemaps/views.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps/management
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/sitemaps/management/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps/management
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/sitemaps/management/commands/ping_google.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/sitemaps/management/commands/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/sitemaps/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/syndication
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/syndication/views.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/syndication
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/syndication/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/syndication
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/syndication/feeds.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/syndication
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/contenttypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/contenttypes/views.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/contenttypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/contenttypes/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/contenttypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/contenttypes/generic.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/contenttypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/contenttypes/models.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/contenttypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/contenttypes/tests.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/contenttypes
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/contenttypes/management.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/contenttypes
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/csrf
>    copying build/lib.linux-x86_64-2.6/django/contrib/csrf/__init__.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/csrf
>    copying build/lib.linux-x86_64-2.6/django/contrib/csrf/middleware.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/csrf
>    copying build/lib.linux-x86_64-2.6/django/contrib/csrf/models.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/csrf
>    copying build/lib.linux-x86_64-2.6/django/contrib/csrf/tests.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/csrf
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/flatpages
>    copying build/lib.linux-x86_64-2.6/django/contrib/flatpages/views.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/flatpages
>    copying build/lib.linux-x86_64-2.6/django/contrib/flatpages/urls.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/flatpages
>    copying build/lib.linux-x86_64-2.6/django/contrib/flatpages/admin.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/flatpages
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/flatpages/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/flatpages
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/flatpages/middleware.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/flatpages
>    copying build/lib.linux-x86_64-2.6/django/contrib/flatpages/models.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/flatpages
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin
>    copying build/lib.linux-x86_64-2.6/django/contrib/admin/options.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/views
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/admin/views/template.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/views
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/admin/views/decorators.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/views
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/admin/views/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/views
>    copying build/lib.linux-x86_64-2.6/django/contrib/admin/views/main.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/views
>    copying build/lib.linux-x86_64-2.6/django/contrib/admin/widgets.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin
>    copying build/lib.linux-x86_64-2.6/django/contrib/admin/validation.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin
>    copying build/lib.linux-x86_64-2.6/django/contrib/admin/actions.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin
>    copying build/lib.linux-x86_64-2.6/django/contrib/admin/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/admin/filterspecs.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin
>    copying build/lib.linux-x86_64-2.6/django/contrib/admin/util.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin
>    copying build/lib.linux-x86_64-2.6/django/contrib/admin/helpers.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/admin/templatetags/log.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/admin/templatetags/admin_modify.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/admin/templatetags/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/admin/templatetags/admin_list.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/admin/templatetags/adminmedia.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templatetags
>    copying build/lib.linux-x86_64-2.6/django/contrib/admin/models.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin
>    copying build/lib.linux-x86_64-2.6/django/contrib/admin/sites.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs
>    copying build/lib.linux-x86_64-2.6/django/contrib/admindocs/views.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs
>    copying build/lib.linux-x86_64-2.6/django/contrib/admindocs/urls.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs
>    copying build/lib.linux-x86_64-2.6/django/contrib/admindocs/utils.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs
>    copying 
build/lib.linux-x86_64-2.6/django/contrib/admindocs/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs
>    copying build/lib.linux-x86_64-2.6/django/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/shortcuts
>    copying build/lib.linux-x86_64-2.6/django/shortcuts/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/shortcuts
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template
>    copying build/lib.linux-x86_64-2.6/django/template/context.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/loaders
>    copying 
build/lib.linux-x86_64-2.6/django/template/loaders/app_directories.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/loaders
>    copying 
build/lib.linux-x86_64-2.6/django/template/loaders/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/loaders
>    copying build/lib.linux-x86_64-2.6/django/template/loaders/eggs.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/loaders
>    copying 
build/lib.linux-x86_64-2.6/django/template/loaders/filesystem.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/loaders
>    copying build/lib.linux-x86_64-2.6/django/template/loader.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template
>    copying build/lib.linux-x86_64-2.6/django/template/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template
>    copying build/lib.linux-x86_64-2.6/django/template/defaultfilters.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template
>    copying build/lib.linux-x86_64-2.6/django/template/defaulttags.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template
>    copying build/lib.linux-x86_64-2.6/django/template/debug.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template
>    copying build/lib.linux-x86_64-2.6/django/template/loader_tags.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/dispatch
>    copying build/lib.linux-x86_64-2.6/django/dispatch/saferef.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/dispatch
>    copying build/lib.linux-x86_64-2.6/django/dispatch/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/dispatch
>    copying build/lib.linux-x86_64-2.6/django/dispatch/dispatcher.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/dispatch
>    creating /home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core
>    copying build/lib.linux-x86_64-2.6/django/core/template_loader.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core
>    copying build/lib.linux-x86_64-2.6/django/core/context_processors.py 
-> /home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core
>    copying build/lib.linux-x86_64-2.6/django/core/mail.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/serializers
>    copying build/lib.linux-x86_64-2.6/django/core/serializers/json.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/serializers
>    copying 
build/lib.linux-x86_64-2.6/django/core/serializers/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/serializers
>    copying build/lib.linux-x86_64-2.6/django/core/serializers/pyyaml.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/serializers
>    copying build/lib.linux-x86_64-2.6/django/core/serializers/python.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/serializers
>    copying build/lib.linux-x86_64-2.6/django/core/serializers/base.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/serializers
>    copying 
build/lib.linux-x86_64-2.6/django/core/serializers/xml_serializer.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/serializers
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/servers
>    copying build/lib.linux-x86_64-2.6/django/core/servers/fastcgi.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/servers
>    copying build/lib.linux-x86_64-2.6/django/core/servers/basehttp.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/servers
>    copying build/lib.linux-x86_64-2.6/django/core/servers/__init__.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/servers
>    copying build/lib.linux-x86_64-2.6/django/core/xheaders.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core
>    copying build/lib.linux-x86_64-2.6/django/core/paginator.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management
>    copying build/lib.linux-x86_64-2.6/django/core/management/sql.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management
>    copying build/lib.linux-x86_64-2.6/django/core/management/color.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/validation.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management
>    copying build/lib.linux-x86_64-2.6/django/core/management/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management
>    copying build/lib.linux-x86_64-2.6/django/core/management/base.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/runserver.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/sql.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/compilemessages.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/sqlsequencereset.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/cleanup.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/runfcgi.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/sqlindexes.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/sqlall.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/sqlclear.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/loaddata.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/dbshell.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/reset.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/sqlinitialdata.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/validate.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/flush.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/testserver.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/inspectdb.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/diffsettings.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/sqlreset.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/sqlcustom.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/dumpdata.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/startproject.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/startapp.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/sqlflush.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/makemessages.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/syncdb.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/createcachetable.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/test.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django/core/management/commands/shell.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands
>    copying build/lib.linux-x86_64-2.6/django/core/exceptions.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache
>    copying build/lib.linux-x86_64-2.6/django/core/cache/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/backends
>    copying 
build/lib.linux-x86_64-2.6/django/core/cache/backends/locmem.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/backends
>    copying 
build/lib.linux-x86_64-2.6/django/core/cache/backends/filebased.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/backends
>    copying 
build/lib.linux-x86_64-2.6/django/core/cache/backends/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/backends
>    copying build/lib.linux-x86_64-2.6/django/core/cache/backends/db.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/backends
>    copying build/lib.linux-x86_64-2.6/django/core/cache/backends/base.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/backends
>    copying 
build/lib.linux-x86_64-2.6/django/core/cache/backends/memcached.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/backends
>    copying 
build/lib.linux-x86_64-2.6/django/core/cache/backends/dummy.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/backends
>    copying build/lib.linux-x86_64-2.6/django/core/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core
>    copying build/lib.linux-x86_64-2.6/django/core/urlresolvers.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core
>    copying build/lib.linux-x86_64-2.6/django/core/signals.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files
>    copying build/lib.linux-x86_64-2.6/django/core/files/images.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files
>    copying build/lib.linux-x86_64-2.6/django/core/files/utils.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files
>    copying build/lib.linux-x86_64-2.6/django/core/files/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files
>    copying build/lib.linux-x86_64-2.6/django/core/files/uploadedfile.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files
>    copying build/lib.linux-x86_64-2.6/django/core/files/uploadhandler.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files
>    copying build/lib.linux-x86_64-2.6/django/core/files/storage.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files
>    copying build/lib.linux-x86_64-2.6/django/core/files/base.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files
>    copying build/lib.linux-x86_64-2.6/django/core/files/move.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files
>    copying build/lib.linux-x86_64-2.6/django/core/files/locks.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files
>    copying build/lib.linux-x86_64-2.6/django/core/files/temp.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/handlers
>    copying build/lib.linux-x86_64-2.6/django/core/handlers/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/handlers
>    copying 
build/lib.linux-x86_64-2.6/django/core/handlers/profiler-hotshot.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/handlers
>    copying build/lib.linux-x86_64-2.6/django/core/handlers/modpython.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/handlers
>    copying build/lib.linux-x86_64-2.6/django/core/handlers/base.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/handlers
>    copying build/lib.linux-x86_64-2.6/django/core/handlers/wsgi.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/handlers
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/templatetags
>    copying build/lib.linux-x86_64-2.6/django/templatetags/i18n.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/templatetags
>    copying build/lib.linux-x86_64-2.6/django/templatetags/cache.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/templatetags
>    copying build/lib.linux-x86_64-2.6/django/templatetags/__init__.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/templatetags
>    creating /home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin/profiling
>    copying build/lib.linux-x86_64-2.6/django/bin/profiling/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin/profiling
>    copying 
build/lib.linux-x86_64-2.6/django/bin/profiling/gather_profile_stats.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin/profiling
>    copying build/lib.linux-x86_64-2.6/django/bin/daily_cleanup.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin
>    copying build/lib.linux-x86_64-2.6/django/bin/make-messages.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin
>    copying build/lib.linux-x86_64-2.6/django/bin/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin
>    copying build/lib.linux-x86_64-2.6/django/bin/unique-messages.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin
>    copying build/lib.linux-x86_64-2.6/django/bin/compile-messages.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin
>    copying build/lib.linux-x86_64-2.6/django/bin/django-admin.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/_decimal.py
to _decimal.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/autoreload.py
to autoreload.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/tree.py
to tree.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/cache.py
to cache.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/decorators.py
to decorators.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/thread_support.py
to thread_support.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/importlib.py
to importlib.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/dateformat.py
to dateformat.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/itercompat.py
to itercompat.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/translation/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/translation/trans_null.py
to trans_null.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/translation/trans_real.py
to trans_real.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/html.py
to html.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/text.py
to text.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/_os.py
to _os.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/datastructures.py
to datastructures.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/termcolors.py
to termcolors.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/stopwords.py
to stopwords.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/daemonize.py
to daemonize.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/encoding.py
to encoding.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/datetime_safe.py
to datetime_safe.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/regex_helper.py
to regex_helper.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/safestring.py
to safestring.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/http.py
to http.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/checksums.py
to checksums.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/simplejson/tool.py
to tool.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/simplejson/encoder.py
to encoder.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/simplejson/decoder.py
to decoder.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/simplejson/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/simplejson/scanner.py
to scanner.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/functional.py
to functional.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/_threading_local.py
to _threading_local.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/tzinfo.py
to tzinfo.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/xmlutils.py
to xmlutils.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/synch.py
to synch.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/dates.py
to dates.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/timesince.py
to timesince.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/hashcompat.py
to hashcompat.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/feedgenerator.py
to feedgenerator.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/utils/version.py
to version.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware/gzip.py
to gzip.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware/doc.py
to doc.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware/cache.py
to cache.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware/http.py
to http.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware/common.py
to common.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware/locale.py
to locale.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/middleware/transaction.py
to transaction.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/test/testcases.py
to testcases.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/test/client.py
to client.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/test/utils.py
to utils.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/test/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/test/_doctest.py
to _doctest.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/test/simple.py
to simple.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/test/signals.py
to signals.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/http/multipartparser.py
to multipartparser.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/http/utils.py
to utils.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/http/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/i18n.py
to i18n.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/decorators/gzip.py
to gzip.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/decorators/cache.py
to cache.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/decorators/vary.py
to vary.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/decorators/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/decorators/http.py
to http.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/defaults.py
to defaults.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/static.py
to static.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/generic/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/generic/create_update.py
to create_update.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/generic/date_based.py
to date_based.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/generic/simple.py
to simple.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/generic/list_detail.py
to list_detail.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/views/debug.py
to debug.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms/widgets.py
to widgets.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms/formsets.py
to formsets.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms/util.py
to util.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms/fields.py
to fields.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms/extras/widgets.py
to widgets.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms/extras/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/forms/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/project_template/urls.py
to urls.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/project_template/manage.py
to manage.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/project_template/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/project_template/settings.py
to settings.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/urls/shortcut.py
to shortcut.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/urls/i18n.py
to i18n.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/urls/defaults.py
to defaults.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/urls/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/app_template/views.py
to views.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/app_template/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/app_template/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/app_template/tests.py
to tests.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/global_settings.py
to global_settings.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/related.py
to related.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/options.py
to options.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/aggregates.py
to aggregates.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/loading.py
to loading.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/expressions.py
to expressions.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/manager.py
to manager.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/query.py
to query.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/fields/files.py
to files.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/fields/related.py
to related.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/fields/proxy.py
to proxy.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/fields/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/fields/subclassing.py
to subclassing.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/signals.py
to signals.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql/aggregates.py
to aggregates.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql/datastructures.py
to datastructures.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql/expressions.py
to expressions.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql/subqueries.py
to subqueries.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql/constants.py
to constants.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql/query.py
to query.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/sql/where.py
to where.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/models/query_utils.py
to query_utils.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql/client.py
to client.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql/introspection.py
to introspection.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql/operations.py
to operations.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql/creation.py
to creation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql/version.py
to version.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/oracle/client.py
to client.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/oracle/introspection.py
to introspection.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/oracle/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/oracle/query.py
to query.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/oracle/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/oracle/creation.py
to creation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql_psycopg2/introspection.py
to introspection.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql_psycopg2/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/postgresql_psycopg2/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/util.py
to util.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/mysql/client.py
to client.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/mysql/introspection.py
to introspection.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/mysql/validation.py
to validation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/mysql/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/mysql/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/mysql/creation.py
to creation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/signals.py
to signals.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/sqlite3/client.py
to client.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/sqlite3/introspection.py
to introspection.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/sqlite3/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/sqlite3/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/sqlite3/creation.py
to creation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/creation.py
to creation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/dummy/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/backends/dummy/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/db/transaction.py
to transaction.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/webdesign/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/webdesign/templatetags/webdesign.py
to webdesign.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/webdesign/templatetags/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/webdesign/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/webdesign/lorem_ipsum.py
to lorem_ipsum.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/webdesign/tests.py
to tests.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/backends.py
to backends.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/views.py
to views.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/urls.py
to urls.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/create_superuser.py
to create_superuser.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/admin.py
to admin.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/decorators.py
to decorators.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests/views.py
to views.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests/urls.py
to urls.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests/tokens.py
to tokens.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests/remote_user.py
to remote_user.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests/basic.py
to basic.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/management/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/management/commands/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/management/commands/createsuperuser.py
to createsuperuser.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/middleware.py
to middleware.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tokens.py
to tokens.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/handlers/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/handlers/modpython.py
to modpython.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/middleware.py
to middleware.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/backends/cache.py
to cache.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/backends/cached_db.py
to cached_db.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/backends/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/backends/db.py
to db.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/backends/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/backends/file.py
to file.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sessions/tests.py
to tests.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/markup/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/markup/templatetags/markup.py
to markup.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/markup/templatetags/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/markup/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/markup/tests.py
to tests.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sites/admin.py
to admin.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sites/managers.py
to managers.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sites/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sites/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sites/tests.py
to tests.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sites/management.py
to management.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/views.py
to views.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/urls.py
to urls.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/plugins/calendars.py
to calendars.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/plugins/objects.py
to objects.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/plugins/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/plugins/fieldchoices.py
to fieldchoices.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/datastructures.py
to datastructures.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/sites.py
to sites.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools/preview.py
to preview.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools/test_urls.py
to test_urls.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools/utils.py
to utils.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools/wizard.py
to wizard.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools/tests.py
to tests.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/humanize/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/humanize/templatetags/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/humanize/templatetags/humanize.py
to humanize.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/redirects/admin.py
to admin.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/redirects/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/redirects/middleware.py
to middleware.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/redirects/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pl/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pl/pl_voivodeships.py
to pl_voivodeships.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pl/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pl/pl_administrativeunits.py
to pl_administrativeunits.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/it/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/it/it_region.py
to it_region.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/it/it_province.py
to it_province.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/it/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/it/util.py
to util.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ca/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ca/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ca/ca_provinces.py
to ca_provinces.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/uk/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/uk/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/uk/uk_regions.py
to uk_regions.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/cz/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/cz/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/cz/cz_regions.py
to cz_regions.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/sk/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/sk/sk_districts.py
to sk_districts.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/sk/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/sk/sk_regions.py
to sk_regions.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ar/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ar/ar_provinces.py
to ar_provinces.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ar/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/at/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/at/at_states.py
to at_states.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/at/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/de/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/de/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/de/de_states.py
to de_states.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/br/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/br/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/br/br_states.py
to br_states.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/fi/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/fi/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/fi/fi_municipalities.py
to fi_municipalities.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/za/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/za/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/za/za_provinces.py
to za_provinces.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/no/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/no/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/no/no_municipalities.py
to no_municipalities.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pe/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pe/pe_region.py
to pe_region.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/pe/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/nl/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/nl/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/nl/nl_provinces.py
to nl_provinces.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/fr/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/fr/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/fr/fr_department.py
to fr_department.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/in_/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/in_/in_states.py
to in_states.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/in_/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/jp/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/jp/jp_prefectures.py
to jp_prefectures.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/jp/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/generic/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/generic/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/es/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/es/es_regions.py
to es_regions.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/es/es_provinces.py
to es_provinces.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/es/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ro/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ro/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ro/ro_counties.py
to ro_counties.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/cl/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/cl/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/cl/cl_regions.py
to cl_regions.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ch/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ch/ch_states.py
to ch_states.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/ch/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/us/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/us/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/us/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/us/us_states.py
to us_states.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/is_/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/is_/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/is_/is_postalcodes.py
to is_postalcodes.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/mx/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/mx/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/mx/mx_states.py
to mx_states.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/au/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/au/au_states.py
to au_states.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/localflavor/au/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/forms.py
to forms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/urls.py
to urls.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/admin.py
to admin.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/views/utils.py
to utils.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/views/comments.py
to comments.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/views/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/views/moderation.py
to moderation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/managers.py
to managers.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/feeds.py
to feeds.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templatetags/comments.py
to comments.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templatetags/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/moderation.py
to moderation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/signals.py
to signals.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/maps/google/overlays.py
to overlays.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/maps/google/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/maps/google/zoom.py
to zoom.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/maps/google/gmap.py
to gmap.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/maps/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/maps/openlayers/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/utils/ogrinspect.py
to ogrinspect.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/utils/srs.py
to srs.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/utils/geoip.py
to geoip.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/utils/layermapping.py
to layermapping.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/utils/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/utils/ogrinfo.py
to ogrinfo.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/utils/wkt.py
to wkt.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/prototypes/ds.py
to ds.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/prototypes/geom.py
to geom.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/prototypes/srs.py
to srs.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/prototypes/errcheck.py
to errcheck.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/prototypes/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/prototypes/generation.py
to generation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/error.py
to error.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/srs.py
to srs.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/tests/test_envelope.py
to test_envelope.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/tests/test_srs.py
to test_srs.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/tests/test_ds.py
to test_ds.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/tests/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/tests/test_driver.py
to test_driver.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/tests/test_geom.py
to test_geom.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/envelope.py
to envelope.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/field.py
to field.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/layer.py
to layer.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/geomtype.py
to geomtype.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/feature.py
to feature.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/datasource.py
to datasource.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/libgdal.py
to libgdal.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/driver.py
to driver.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/gdal/geometries.py
to geometries.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/urls.py
to urls.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/test_measure.py
to test_measure.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/layermap/tests_mysql.py
to tests_mysql.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/layermap/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/layermap/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/layermap/tests.py
to tests.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/utils.py
to utils.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/relatedapp/tests_mysql.py
to tests_mysql.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/relatedapp/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/relatedapp/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/relatedapp/tests.py
to tests.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/test_geoip.py
to test_geoip.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/distapp/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/distapp/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/distapp/tests.py
to tests.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/distapp/data.py
to data.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/urls.py
to urls.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/tests_mysql.py
to tests_mysql.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/test_regress.py
to test_regress.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/feeds.py
to feeds.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/test_feeds.py
to test_feeds.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sitemaps.py
to sitemaps.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/tests.py
to tests.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/test_sitemaps.py
to test_sitemaps.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/test_geoforms.py
to test_geoforms.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geometries.py
to geometries.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/test_spatialrefsys.py
to test_spatialrefsys.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/management/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/management/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/management/commands/ogrinspect.py
to ogrinspect.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/management/commands/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/management/commands/inspectdb.py
to inspectdb.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/forms/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/forms/fields.py
to fields.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/aggregates.py
to aggregates.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/proxy.py
to proxy.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/manager.py
to manager.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/query.py
to query.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/fields/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/sql/conversion.py
to conversion.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/sql/aggregates.py
to aggregates.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/sql/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/sql/subqueries.py
to subqueries.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/sql/query.py
to query.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/models/sql/where.py
to where.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/oracle/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/oracle/field.py
to field.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/oracle/query.py
to query.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/oracle/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/oracle/adaptor.py
to adaptor.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/oracle/creation.py
to creation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/util.py
to util.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/mysql/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/mysql/field.py
to field.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/mysql/query.py
to query.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/mysql/creation.py
to creation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/spatialite/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/spatialite/field.py
to field.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/spatialite/query.py
to query.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/spatialite/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/spatialite/adaptor.py
to adaptor.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/spatialite/creation.py
to creation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/adaptor.py
to adaptor.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis/field.py
to field.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis/query.py
to query.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis/adaptor.py
to adaptor.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis/management.py
to management.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis/creation.py
to creation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/shortcuts.py
to shortcuts.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/measure.py
to measure.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/factory.py
to factory.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes/misc.py
to misc.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes/geom.py
to geom.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes/errcheck.py
to errcheck.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes/coordseq.py
to coordseq.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes/topology.py
to topology.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes/prepared.py
to prepared.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes/io.py
to io.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prototypes/predicates.py
to predicates.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/error.py
to error.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/polygon.py
to polygon.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/tests/test_geos.py
to test_geos.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/tests/test_io.py
to test_io.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/tests/test_geos_mutation.py
to test_geos_mutation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/tests/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/tests/test_mutable_list.py
to test_mutable_list.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/coordseq.py
to coordseq.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/collections.py
to collections.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/point.py
to point.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/prepared.py
to prepared.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/io.py
to io.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/geometry.py
to geometry.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/mutable_list.py
to mutable_list.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/linestring.py
to linestring.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/geos/libgeos.py
to libgeos.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/sitemaps/views.py
to views.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/sitemaps/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/sitemaps/kml.py
to kml.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/sitemaps/georss.py
to georss.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/feeds.py
to feeds.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/admin/options.py
to options.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/admin/widgets.py
to widgets.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/admin/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps/views.py
to views.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps/management/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps/management/commands/ping_google.py
to ping_google.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps/management/commands/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/syndication/views.py
to views.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/syndication/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/syndication/feeds.py
to feeds.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/contenttypes/views.py
to views.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/contenttypes/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/contenttypes/generic.py
to generic.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/contenttypes/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/contenttypes/tests.py
to tests.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/contenttypes/management.py
to management.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/csrf/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/csrf/middleware.py
to middleware.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/csrf/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/csrf/tests.py
to tests.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/flatpages/views.py
to views.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/flatpages/urls.py
to urls.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/flatpages/admin.py
to admin.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/flatpages/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/flatpages/middleware.py
to middleware.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/flatpages/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/options.py
to options.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/views/template.py
to template.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/views/decorators.py
to decorators.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/views/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/views/main.py
to main.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/widgets.py
to widgets.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/validation.py
to validation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/actions.py
to actions.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/filterspecs.py
to filterspecs.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/util.py
to util.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/helpers.py
to helpers.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templatetags/log.py
to log.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templatetags/admin_modify.py
to admin_modify.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templatetags/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templatetags/admin_list.py
to admin_list.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templatetags/adminmedia.py
to adminmedia.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/sites.py
to sites.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/views.py
to views.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/urls.py
to urls.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/utils.py
to utils.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/shortcuts/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/context.py
to context.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/loaders/app_directories.py
to app_directories.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/loaders/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/loaders/eggs.py
to eggs.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/loaders/filesystem.py
to filesystem.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/loader.py
to loader.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/defaultfilters.py
to defaultfilters.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/defaulttags.py
to defaulttags.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/debug.py
to debug.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/template/loader_tags.py
to loader_tags.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/dispatch/saferef.py
to saferef.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/dispatch/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/dispatch/dispatcher.py
to dispatcher.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/template_loader.py
to template_loader.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/context_processors.py
to context_processors.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/mail.py
to mail.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/serializers/json.py
to json.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/serializers/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/serializers/pyyaml.py
to pyyaml.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/serializers/python.py
to python.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/serializers/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/serializers/xml_serializer.py
to xml_serializer.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/servers/fastcgi.py
to fastcgi.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/servers/basehttp.py
to basehttp.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/servers/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/xheaders.py
to xheaders.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/paginator.py
to paginator.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/sql.py
to sql.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/color.py
to color.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/validation.py
to validation.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/runserver.py
to runserver.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/sql.py
to sql.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/compilemessages.py
to compilemessages.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/sqlsequencereset.py
to sqlsequencereset.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/cleanup.py
to cleanup.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/runfcgi.py
to runfcgi.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/sqlindexes.py
to sqlindexes.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/sqlall.py
to sqlall.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/sqlclear.py
to sqlclear.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/loaddata.py
to loaddata.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/dbshell.py
to dbshell.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/reset.py
to reset.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/sqlinitialdata.py
to sqlinitialdata.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/validate.py
to validate.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/flush.py
to flush.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/testserver.py
to testserver.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/inspectdb.py
to inspectdb.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/diffsettings.py
to diffsettings.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/sqlreset.py
to sqlreset.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/sqlcustom.py
to sqlcustom.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/dumpdata.py
to dumpdata.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/startproject.py
to startproject.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/startapp.py
to startapp.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/sqlflush.py
to sqlflush.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/makemessages.py
to makemessages.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/syncdb.py
to syncdb.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/createcachetable.py
to createcachetable.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/test.py
to test.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/management/commands/shell.py
to shell.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/exceptions.py
to exceptions.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/backends/locmem.py
to locmem.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/backends/filebased.py
to filebased.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/backends/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/backends/db.py
to db.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/backends/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/backends/memcached.py
to memcached.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/cache/backends/dummy.py
to dummy.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/urlresolvers.py
to urlresolvers.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/signals.py
to signals.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files/images.py
to images.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files/utils.py
to utils.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files/uploadedfile.py
to uploadedfile.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files/uploadhandler.py
to uploadhandler.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files/storage.py
to storage.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files/move.py
to move.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files/locks.py
to locks.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/files/temp.py
to temp.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/handlers/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/handlers/profiler-hotshot.py
to profiler-hotshot.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/handlers/modpython.py
to modpython.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/handlers/base.py
to base.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/core/handlers/wsgi.py
to wsgi.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/templatetags/i18n.py
to i18n.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/templatetags/cache.py
to cache.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/templatetags/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin/profiling/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin/profiling/gather_profile_stats.py
to gather_profile_stats.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin/daily_cleanup.py
to daily_cleanup.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin/make-messages.py
to make-messages.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin/unique-messages.py
to unique-messages.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin/compile-messages.py
to compile-messages.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/bin/django-admin.py
to django-admin.pyc
>    running install_data
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/es_AR
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/es_AR/LC_MESSAGES
>    copying django/conf/locale/es_AR/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/es_AR/LC_MESSAGES
>    copying django/conf/locale/es_AR/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/es_AR/LC_MESSAGES
>    copying django/conf/locale/es_AR/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/es_AR/LC_MESSAGES
>    copying django/conf/locale/es_AR/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/es_AR/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pl
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pl/LC_MESSAGES
>    copying django/conf/locale/pl/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pl/LC_MESSAGES
>    copying django/conf/locale/pl/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pl/LC_MESSAGES
>    copying django/conf/locale/pl/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pl/LC_MESSAGES
>    copying django/conf/locale/pl/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pl/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/it
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/it/LC_MESSAGES
>    copying django/conf/locale/it/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/it/LC_MESSAGES
>    copying django/conf/locale/it/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/it/LC_MESSAGES
>    copying django/conf/locale/it/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/it/LC_MESSAGES
>    copying django/conf/locale/it/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/it/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/en
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/en/LC_MESSAGES
>    copying django/conf/locale/en/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/en/LC_MESSAGES
>    copying django/conf/locale/en/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/en/LC_MESSAGES
>    copying django/conf/locale/en/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/en/LC_MESSAGES
>    copying django/conf/locale/en/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/en/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hi
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hi/LC_MESSAGES
>    copying django/conf/locale/hi/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hi/LC_MESSAGES
>    copying django/conf/locale/hi/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hi/LC_MESSAGES
>    copying django/conf/locale/hi/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hi/LC_MESSAGES
>    copying django/conf/locale/hi/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hi/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/eu
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/eu/LC_MESSAGES
>    copying django/conf/locale/eu/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/eu/LC_MESSAGES
>    copying django/conf/locale/eu/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/eu/LC_MESSAGES
>    copying django/conf/locale/eu/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/eu/LC_MESSAGES
>    copying django/conf/locale/eu/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/eu/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ko
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ko/LC_MESSAGES
>    copying django/conf/locale/ko/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ko/LC_MESSAGES
>    copying django/conf/locale/ko/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ko/LC_MESSAGES
>    copying django/conf/locale/ko/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ko/LC_MESSAGES
>    copying django/conf/locale/ko/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ko/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ja
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ja/LC_MESSAGES
>    copying django/conf/locale/ja/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ja/LC_MESSAGES
>    copying django/conf/locale/ja/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ja/LC_MESSAGES
>    copying django/conf/locale/ja/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ja/LC_MESSAGES
>    copying django/conf/locale/ja/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ja/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ca
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ca/LC_MESSAGES
>    copying django/conf/locale/ca/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ca/LC_MESSAGES
>    copying django/conf/locale/ca/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ca/LC_MESSAGES
>    copying django/conf/locale/ca/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ca/LC_MESSAGES
>    copying django/conf/locale/ca/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ca/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/uk
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/uk/LC_MESSAGES
>    copying django/conf/locale/uk/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/uk/LC_MESSAGES
>    copying django/conf/locale/uk/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/uk/LC_MESSAGES
>    copying django/conf/locale/uk/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/uk/LC_MESSAGES
>    copying django/conf/locale/uk/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/uk/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/zh_TW
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/zh_TW/LC_MESSAGES
>    copying django/conf/locale/zh_TW/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/zh_TW/LC_MESSAGES
>    copying django/conf/locale/zh_TW/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/zh_TW/LC_MESSAGES
>    copying django/conf/locale/zh_TW/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/zh_TW/LC_MESSAGES
>    copying django/conf/locale/zh_TW/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/zh_TW/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/el
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/el/LC_MESSAGES
>    copying django/conf/locale/el/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/el/LC_MESSAGES
>    copying django/conf/locale/el/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/el/LC_MESSAGES
>    copying django/conf/locale/el/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/el/LC_MESSAGES
>    copying django/conf/locale/el/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/el/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/gl
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/gl/LC_MESSAGES
>    copying django/conf/locale/gl/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/gl/LC_MESSAGES
>    copying django/conf/locale/gl/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/gl/LC_MESSAGES
>    copying django/conf/locale/gl/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/gl/LC_MESSAGES
>    copying django/conf/locale/gl/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/gl/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/kn
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/kn/LC_MESSAGES
>    copying django/conf/locale/kn/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/kn/LC_MESSAGES
>    copying django/conf/locale/kn/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/kn/LC_MESSAGES
>    copying django/conf/locale/kn/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/kn/LC_MESSAGES
>    copying django/conf/locale/kn/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/kn/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hr
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hr/LC_MESSAGES
>    copying django/conf/locale/hr/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hr/LC_MESSAGES
>    copying django/conf/locale/hr/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hr/LC_MESSAGES
>    copying django/conf/locale/hr/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hr/LC_MESSAGES
>    copying django/conf/locale/hr/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hr/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/et
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/et/LC_MESSAGES
>    copying django/conf/locale/et/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/et/LC_MESSAGES
>    copying django/conf/locale/et/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/et/LC_MESSAGES
>    copying django/conf/locale/et/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/et/LC_MESSAGES
>    copying django/conf/locale/et/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/et/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hu
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hu/LC_MESSAGES
>    copying django/conf/locale/hu/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hu/LC_MESSAGES
>    copying django/conf/locale/hu/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hu/LC_MESSAGES
>    copying django/conf/locale/hu/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hu/LC_MESSAGES
>    copying django/conf/locale/hu/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/hu/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sk
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sk/LC_MESSAGES
>    copying django/conf/locale/sk/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sk/LC_MESSAGES
>    copying django/conf/locale/sk/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sk/LC_MESSAGES
>    copying django/conf/locale/sk/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sk/LC_MESSAGES
>    copying django/conf/locale/sk/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sk/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/is
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/is/LC_MESSAGES
>    copying django/conf/locale/is/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/is/LC_MESSAGES
>    copying django/conf/locale/is/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/is/LC_MESSAGES
>    copying django/conf/locale/is/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/is/LC_MESSAGES
>    copying django/conf/locale/is/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/is/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ru
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ru/LC_MESSAGES
>    copying django/conf/locale/ru/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ru/LC_MESSAGES
>    copying django/conf/locale/ru/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ru/LC_MESSAGES
>    copying django/conf/locale/ru/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ru/LC_MESSAGES
>    copying django/conf/locale/ru/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ru/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/mk
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/mk/LC_MESSAGES
>    copying django/conf/locale/mk/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/mk/LC_MESSAGES
>    copying django/conf/locale/mk/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/mk/LC_MESSAGES
>    copying django/conf/locale/mk/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/mk/LC_MESSAGES
>    copying django/conf/locale/mk/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/mk/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ar
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ar/LC_MESSAGES
>    copying django/conf/locale/ar/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ar/LC_MESSAGES
>    copying django/conf/locale/ar/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ar/LC_MESSAGES
>    copying django/conf/locale/ar/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ar/LC_MESSAGES
>    copying django/conf/locale/ar/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ar/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/lt
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/lt/LC_MESSAGES
>    copying django/conf/locale/lt/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/lt/LC_MESSAGES
>    copying django/conf/locale/lt/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/lt/LC_MESSAGES
>    copying django/conf/locale/lt/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/lt/LC_MESSAGES
>    copying django/conf/locale/lt/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/lt/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/de
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/de/LC_MESSAGES
>    copying django/conf/locale/de/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/de/LC_MESSAGES
>    copying django/conf/locale/de/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/de/LC_MESSAGES
>    copying django/conf/locale/de/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/de/LC_MESSAGES
>    copying django/conf/locale/de/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/de/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/cy
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/cy/LC_MESSAGES
>    copying django/conf/locale/cy/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/cy/LC_MESSAGES
>    copying django/conf/locale/cy/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/cy/LC_MESSAGES
>    copying django/conf/locale/cy/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/cy/LC_MESSAGES
>    copying django/conf/locale/cy/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/cy/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/zh_CN
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/zh_CN/LC_MESSAGES
>    copying django/conf/locale/zh_CN/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/zh_CN/LC_MESSAGES
>    copying django/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/zh_CN/LC_MESSAGES
>    copying django/conf/locale/zh_CN/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/zh_CN/LC_MESSAGES
>    copying django/conf/locale/zh_CN/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/zh_CN/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/da
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/da/LC_MESSAGES
>    copying django/conf/locale/da/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/da/LC_MESSAGES
>    copying django/conf/locale/da/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/da/LC_MESSAGES
>    copying django/conf/locale/da/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/da/LC_MESSAGES
>    copying django/conf/locale/da/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/da/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sl
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sl/LC_MESSAGES
>    copying django/conf/locale/sl/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sl/LC_MESSAGES
>    copying django/conf/locale/sl/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sl/LC_MESSAGES
>    copying django/conf/locale/sl/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sl/LC_MESSAGES
>    copying django/conf/locale/sl/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sl/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/th
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/th/LC_MESSAGES
>    copying django/conf/locale/th/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/th/LC_MESSAGES
>    copying django/conf/locale/th/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/th/LC_MESSAGES
>    copying django/conf/locale/th/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/th/LC_MESSAGES
>    copying django/conf/locale/th/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/th/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pt
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pt/LC_MESSAGES
>    copying django/conf/locale/pt/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pt/LC_MESSAGES
>    copying django/conf/locale/pt/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pt/LC_MESSAGES
>    copying django/conf/locale/pt/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pt/LC_MESSAGES
>    copying django/conf/locale/pt/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pt/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fa
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fa/LC_MESSAGES
>    copying django/conf/locale/fa/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fa/LC_MESSAGES
>    copying django/conf/locale/fa/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fa/LC_MESSAGES
>    copying django/conf/locale/fa/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fa/LC_MESSAGES
>    copying django/conf/locale/fa/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fa/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fi
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fi/LC_MESSAGES
>    copying django/conf/locale/fi/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fi/LC_MESSAGES
>    copying django/conf/locale/fi/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fi/LC_MESSAGES
>    copying django/conf/locale/fi/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fi/LC_MESSAGES
>    copying django/conf/locale/fi/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fi/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/cs
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/cs/LC_MESSAGES
>    copying django/conf/locale/cs/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/cs/LC_MESSAGES
>    copying django/conf/locale/cs/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/cs/LC_MESSAGES
>    copying django/conf/locale/cs/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/cs/LC_MESSAGES
>    copying django/conf/locale/cs/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/cs/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sr
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sr/LC_MESSAGES
>    copying django/conf/locale/sr/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sr/LC_MESSAGES
>    copying django/conf/locale/sr/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sr/LC_MESSAGES
>    copying django/conf/locale/sr/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sr/LC_MESSAGES
>    copying django/conf/locale/sr/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sr/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/no
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/no/LC_MESSAGES
>    copying django/conf/locale/no/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/no/LC_MESSAGES
>    copying django/conf/locale/no/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/no/LC_MESSAGES
>    copying django/conf/locale/no/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/no/LC_MESSAGES
>    copying django/conf/locale/no/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/no/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/te
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/te/LC_MESSAGES
>    copying django/conf/locale/te/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/te/LC_MESSAGES
>    copying django/conf/locale/te/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/te/LC_MESSAGES
>    copying django/conf/locale/te/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/te/LC_MESSAGES
>    copying django/conf/locale/te/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/te/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/nl
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/nl/LC_MESSAGES
>    copying django/conf/locale/nl/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/nl/LC_MESSAGES
>    copying django/conf/locale/nl/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/nl/LC_MESSAGES
>    copying django/conf/locale/nl/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/nl/LC_MESSAGES
>    copying django/conf/locale/nl/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/nl/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fr
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fr/LC_MESSAGES
>    copying django/conf/locale/fr/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fr/LC_MESSAGES
>    copying django/conf/locale/fr/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fr/LC_MESSAGES
>    copying django/conf/locale/fr/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fr/LC_MESSAGES
>    copying django/conf/locale/fr/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/fr/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/es
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/es/LC_MESSAGES
>    copying django/conf/locale/es/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/es/LC_MESSAGES
>    copying django/conf/locale/es/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/es/LC_MESSAGES
>    copying django/conf/locale/es/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/es/LC_MESSAGES
>    copying django/conf/locale/es/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/es/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/tr
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/tr/LC_MESSAGES
>    copying django/conf/locale/tr/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/tr/LC_MESSAGES
>    copying django/conf/locale/tr/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/tr/LC_MESSAGES
>    copying django/conf/locale/tr/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/tr/LC_MESSAGES
>    copying django/conf/locale/tr/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/tr/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ro
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ro/LC_MESSAGES
>    copying django/conf/locale/ro/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ro/LC_MESSAGES
>    copying django/conf/locale/ro/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ro/LC_MESSAGES
>    copying django/conf/locale/ro/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ro/LC_MESSAGES
>    copying django/conf/locale/ro/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ro/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pt_BR
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pt_BR/LC_MESSAGES
>    copying django/conf/locale/pt_BR/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pt_BR/LC_MESSAGES
>    copying django/conf/locale/pt_BR/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pt_BR/LC_MESSAGES
>    copying django/conf/locale/pt_BR/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pt_BR/LC_MESSAGES
>    copying django/conf/locale/pt_BR/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/pt_BR/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/bg
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/bg/LC_MESSAGES
>    copying django/conf/locale/bg/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/bg/LC_MESSAGES
>    copying django/conf/locale/bg/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/bg/LC_MESSAGES
>    copying django/conf/locale/bg/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/bg/LC_MESSAGES
>    copying django/conf/locale/bg/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/bg/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/lv
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/lv/LC_MESSAGES
>    copying django/conf/locale/lv/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/lv/LC_MESSAGES
>    copying django/conf/locale/lv/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/lv/LC_MESSAGES
>    copying django/conf/locale/lv/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/lv/LC_MESSAGES
>    copying django/conf/locale/lv/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/lv/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/he
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/he/LC_MESSAGES
>    copying django/conf/locale/he/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/he/LC_MESSAGES
>    copying django/conf/locale/he/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/he/LC_MESSAGES
>    copying django/conf/locale/he/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/he/LC_MESSAGES
>    copying django/conf/locale/he/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/he/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/bn
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/bn/LC_MESSAGES
>    copying django/conf/locale/bn/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/bn/LC_MESSAGES
>    copying django/conf/locale/bn/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/bn/LC_MESSAGES
>    copying django/conf/locale/bn/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/bn/LC_MESSAGES
>    copying django/conf/locale/bn/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/bn/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ga
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ga/LC_MESSAGES
>    copying django/conf/locale/ga/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ga/LC_MESSAGES
>    copying django/conf/locale/ga/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ga/LC_MESSAGES
>    copying django/conf/locale/ga/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ga/LC_MESSAGES
>    copying django/conf/locale/ga/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ga/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ta
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ta/LC_MESSAGES
>    copying django/conf/locale/ta/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ta/LC_MESSAGES
>    copying django/conf/locale/ta/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ta/LC_MESSAGES
>    copying django/conf/locale/ta/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ta/LC_MESSAGES
>    copying django/conf/locale/ta/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ta/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sr_Latn
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES
>    copying django/conf/locale/sr_Latn/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES
>    copying django/conf/locale/sr_Latn/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES
>    copying django/conf/locale/sr_Latn/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES
>    copying django/conf/locale/sr_Latn/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/km
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/km/LC_MESSAGES
>    copying django/conf/locale/km/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/km/LC_MESSAGES
>    copying django/conf/locale/km/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/km/LC_MESSAGES
>    copying django/conf/locale/km/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/km/LC_MESSAGES
>    copying django/conf/locale/km/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/km/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ka
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ka/LC_MESSAGES
>    copying django/conf/locale/ka/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ka/LC_MESSAGES
>    copying django/conf/locale/ka/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ka/LC_MESSAGES
>    copying django/conf/locale/ka/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ka/LC_MESSAGES
>    copying django/conf/locale/ka/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/ka/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sv
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sv/LC_MESSAGES
>    copying django/conf/locale/sv/LC_MESSAGES/django.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sv/LC_MESSAGES
>    copying django/conf/locale/sv/LC_MESSAGES/djangojs.mo -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sv/LC_MESSAGES
>    copying django/conf/locale/sv/LC_MESSAGES/djangojs.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sv/LC_MESSAGES
>    copying django/conf/locale/sv/LC_MESSAGES/django.po -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/conf/locale/sv/LC_MESSAGES
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests/templates
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests/templates/registration
>    copying django/contrib/auth/tests/templates/registration/login.html 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/tests/templates/registration
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/fixtures
>    copying django/contrib/auth/fixtures/authtestdata.json -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/auth/fixtures
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    copying 
django/contrib/databrowse/templates/databrowse/model_detail.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    copying 
django/contrib/databrowse/templates/databrowse/choice_list.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    copying 
django/contrib/databrowse/templates/databrowse/calendar_month.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    copying django/contrib/databrowse/templates/databrowse/base_site.html
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    copying 
django/contrib/databrowse/templates/databrowse/fieldchoice_homepage.html 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    copying 
django/contrib/databrowse/templates/databrowse/choice_detail.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    copying 
django/contrib/databrowse/templates/databrowse/calendar_year.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    copying 
django/contrib/databrowse/templates/databrowse/calendar_homepage.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    copying 
django/contrib/databrowse/templates/databrowse/fieldchoice_list.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    copying 
django/contrib/databrowse/templates/databrowse/fieldchoice_detail.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    copying 
django/contrib/databrowse/templates/databrowse/calendar_day.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    copying 
django/contrib/databrowse/templates/databrowse/calendar_main.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    copying django/contrib/databrowse/templates/databrowse/base.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    copying django/contrib/databrowse/templates/databrowse/homepage.html 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    copying 
django/contrib/databrowse/templates/databrowse/object_detail.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/databrowse/templates/databrowse
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools/templates
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools/templates/formtools
>    copying django/contrib/formtools/templates/formtools/form.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools/templates/formtools
>    copying django/contrib/formtools/templates/formtools/preview.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/formtools/templates/formtools
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templates
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templates/comments
>    copying django/contrib/comments/templates/comments/deleted.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templates/comments
>    copying django/contrib/comments/templates/comments/approve.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templates/comments
>    copying django/contrib/comments/templates/comments/approved.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templates/comments
>    copying django/contrib/comments/templates/comments/flagged.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templates/comments
>    copying django/contrib/comments/templates/comments/form.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templates/comments
>    copying 
django/contrib/comments/templates/comments/moderation_queue.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templates/comments
>    copying django/contrib/comments/templates/comments/400-debug.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templates/comments
>    copying django/contrib/comments/templates/comments/delete.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templates/comments
>    copying django/contrib/comments/templates/comments/preview.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templates/comments
>    copying django/contrib/comments/templates/comments/flag.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templates/comments
>    copying django/contrib/comments/templates/comments/posted.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templates/comments
>    copying django/contrib/comments/templates/comments/base.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/comments/templates/comments
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sql
>    copying django/contrib/gis/tests/geoapp/sql/city.sqlite3.sql -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sql
>    copying django/contrib/gis/tests/geoapp/sql/state.mysql.sql -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sql
>    copying 
django/contrib/gis/tests/geoapp/sql/state.postgresql_psycopg2.sql -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sql
>    copying 
django/contrib/gis/tests/geoapp/sql/country.postgresql_psycopg2.sql -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sql
>    copying django/contrib/gis/tests/geoapp/sql/nz.wkt -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sql
>    copying django/contrib/gis/tests/geoapp/sql/state.sqlite3.sql -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sql
>    copying django/contrib/gis/tests/geoapp/sql/tx.wkt -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sql
>    copying django/contrib/gis/tests/geoapp/sql/ks.wkt -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sql
>    copying django/contrib/gis/tests/geoapp/sql/city.oracle.sql -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sql
>    copying django/contrib/gis/tests/geoapp/sql/country.mysql.sql -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sql
>    copying django/contrib/gis/tests/geoapp/sql/country.sqlite3.sql -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sql
>    copying django/contrib/gis/tests/geoapp/sql/co.wkt -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sql
>    copying 
django/contrib/gis/tests/geoapp/sql/city.postgresql_psycopg2.sql -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sql
>    copying django/contrib/gis/tests/geoapp/sql/city.mysql.sql -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/geoapp/sql
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/test_vrt
>    copying django/contrib/gis/tests/data/test_vrt/test_vrt.csv -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/test_vrt
>    copying django/contrib/gis/tests/data/test_vrt/test_vrt.vrt -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/test_vrt
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/test_point
>    copying django/contrib/gis/tests/data/test_point/test_point.shx -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/test_point
>    copying django/contrib/gis/tests/data/test_point/test_point.shp -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/test_point
>    copying django/contrib/gis/tests/data/test_point/test_point.prj -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/test_point
>    copying django/contrib/gis/tests/data/test_point/test_point.dbf -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/test_point
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/cities
>    copying django/contrib/gis/tests/data/cities/cities.shx -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/cities
>    copying django/contrib/gis/tests/data/cities/cities.prj -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/cities
>    copying django/contrib/gis/tests/data/cities/cities.shp -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/cities
>    copying django/contrib/gis/tests/data/cities/cities.dbf -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/cities
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/interstates
>    copying django/contrib/gis/tests/data/interstates/interstates.prj -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/interstates
>    copying django/contrib/gis/tests/data/interstates/interstates.shp -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/interstates
>    copying django/contrib/gis/tests/data/interstates/interstates.shx -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/interstates
>    copying django/contrib/gis/tests/data/interstates/interstates.dbf -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/interstates
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/test_poly
>    copying django/contrib/gis/tests/data/test_poly/test_poly.shx -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/test_poly
>    copying django/contrib/gis/tests/data/test_poly/test_poly.dbf -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/test_poly
>    copying django/contrib/gis/tests/data/test_poly/test_poly.prj -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/test_poly
>    copying django/contrib/gis/tests/data/test_poly/test_poly.shp -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/test_poly
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/counties
>    copying django/contrib/gis/tests/data/counties/counties.dbf -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/counties
>    copying django/contrib/gis/tests/data/counties/counties.shp -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/counties
>    copying django/contrib/gis/tests/data/counties/counties.shx -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/tests/data/counties
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis/google
>    copying django/contrib/gis/templates/gis/google/google-single.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis/google
>    copying django/contrib/gis/templates/gis/google/google-map.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis/google
>    copying django/contrib/gis/templates/gis/google/google-multi.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis/google
>    copying django/contrib/gis/templates/gis/google/google-map.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis/google
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis/kml
>    copying django/contrib/gis/templates/gis/kml/placemarks.kml -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis/kml
>    copying django/contrib/gis/templates/gis/kml/base.kml -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis/kml
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis/sitemaps
>    copying django/contrib/gis/templates/gis/sitemaps/geo_sitemap.xml -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis/sitemaps
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis/admin
>    copying django/contrib/gis/templates/gis/admin/openlayers.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis/admin
>    copying django/contrib/gis/templates/gis/admin/openlayers.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis/admin
>    copying django/contrib/gis/templates/gis/admin/osm.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis/admin
>    copying django/contrib/gis/templates/gis/admin/osm.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/gis/templates/gis/admin
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps/templates
>    copying django/contrib/sitemaps/templates/sitemap_index.xml -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps/templates
>    copying django/contrib/sitemaps/templates/sitemap.xml -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/sitemaps/templates
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/css
>    copying django/contrib/admin/media/css/changelists.css -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/css
>    copying django/contrib/admin/media/css/base.css -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/css
>    copying django/contrib/admin/media/css/login.css -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/css
>    copying django/contrib/admin/media/css/rtl.css -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/css
>    copying django/contrib/admin/media/css/dashboard.css -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/css
>    copying django/contrib/admin/media/css/widgets.css -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/css
>    copying django/contrib/admin/media/css/ie.css -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/css
>    copying django/contrib/admin/media/css/forms.css -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/css
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/gis
>    copying django/contrib/admin/media/img/gis/move_vertex_off.png -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/gis
>    copying django/contrib/admin/media/img/gis/move_vertex_on.png -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/gis
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/icon-yes.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/icon_searchbox.png -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/icon_deletelink.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/arrow-down.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/inline-delete.png -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/icon_alert.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/default-bg.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/selector_stacked-add.gif
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/changelist-bg_rtl.gif ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/icon_calendar.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/icon-no.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying 
django/contrib/admin/media/img/admin/tooltag-arrowright_over.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/icon_addlink.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/icon-unknown.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/arrow-up.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/icon_clock.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/icon_changelink.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/nav-bg-grabber.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/nav-bg.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/inline-splitter-bg.gif 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/tooltag-arrowright.gif 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/selector-removeall.gif 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/selector-search.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/inline-restore-8bit.png 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/selector-add.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/icon_success.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/tooltag-add.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/chooser-bg.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/icon_error.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/inline-restore.png -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/tooltag-add_over.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/deleted-overlay.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/selector-remove.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/changelist-bg.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/nav-bg-reverse.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/tool-right_over.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying 
django/contrib/admin/media/img/admin/selector_stacked-remove.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/default-bg-reverse.gif 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/inline-delete-8bit.png 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/tool-left_over.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/chooser_stacked-bg.gif 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/tool-left.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/tool-right.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    copying django/contrib/admin/media/img/admin/selector-addall.gif -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/img/admin
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/js
>    copying django/contrib/admin/media/js/core.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/js
>    copying django/contrib/admin/media/js/dateparse.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/js
>    copying django/contrib/admin/media/js/calendar.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/js
>    copying django/contrib/admin/media/js/actions.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/js
>    copying django/contrib/admin/media/js/timeparse.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/js
>    copying django/contrib/admin/media/js/urlify.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/js
>    copying django/contrib/admin/media/js/SelectBox.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/js
>    copying django/contrib/admin/media/js/SelectFilter2.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/js
>    copying django/contrib/admin/media/js/getElementsBySelector.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/js
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/js/admin
>    copying django/contrib/admin/media/js/admin/RelatedObjectLookups.js 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/js/admin
>    copying django/contrib/admin/media/js/admin/DateTimeShortcuts.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/js/admin
>    copying django/contrib/admin/media/js/admin/ordering.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/js/admin
>    copying django/contrib/admin/media/js/admin/CollapsedFieldsets.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/media/js/admin
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/registration
>    copying 
django/contrib/admin/templates/registration/password_change_form.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/registration
>    copying 
django/contrib/admin/templates/registration/password_reset_done.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/registration
>    copying 
django/contrib/admin/templates/registration/password_reset_form.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/registration
>    copying django/contrib/admin/templates/registration/logged_out.html 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/registration
>    copying 
django/contrib/admin/templates/registration/password_reset_email.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/registration
>    copying 
django/contrib/admin/templates/registration/password_reset_complete.html 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/registration
>    copying 
django/contrib/admin/templates/registration/password_reset_confirm.html ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/registration
>    copying 
django/contrib/admin/templates/registration/password_change_done.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/registration
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying 
django/contrib/admin/templates/admin/delete_selected_confirmation.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/index.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/change_list_results.html
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/change_form.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/object_history.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/404.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/base_site.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/filter.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/submit_line.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/pagination.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/delete_confirmation.html
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/date_hierarchy.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/500.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/template_validator.html 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/invalid_setup.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/actions.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/change_list.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/app_index.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/base.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/login.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying 
django/contrib/admin/templates/admin/prepopulated_fields_js.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    copying django/contrib/admin/templates/admin/search_form.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin/auth
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin/auth/user
>    copying 
django/contrib/admin/templates/admin/auth/user/change_password.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin/auth/user
>    copying django/contrib/admin/templates/admin/auth/user/add_form.html 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin/auth/user
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin/edit_inline
>    copying django/contrib/admin/templates/admin/edit_inline/tabular.html
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin/edit_inline
>    copying django/contrib/admin/templates/admin/edit_inline/stacked.html
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin/edit_inline
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin/includes
>    copying django/contrib/admin/templates/admin/includes/fieldset.html 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admin/templates/admin/includes
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/templates
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/templates/admin_doc
>    copying 
django/contrib/admindocs/templates/admin_doc/template_filter_index.html ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/templates/admin_doc
>    copying 
django/contrib/admindocs/templates/admin_doc/model_detail.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/templates/admin_doc
>    copying 
django/contrib/admindocs/templates/admin_doc/template_detail.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/templates/admin_doc
>    copying 
django/contrib/admindocs/templates/admin_doc/bookmarklets.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/templates/admin_doc
>    copying django/contrib/admindocs/templates/admin_doc/index.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/templates/admin_doc
>    copying 
django/contrib/admindocs/templates/admin_doc/template_tag_index.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/templates/admin_doc
>    copying django/contrib/admindocs/templates/admin_doc/view_index.html 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/templates/admin_doc
>    copying 
django/contrib/admindocs/templates/admin_doc/missing_docutils.html -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/templates/admin_doc
>    copying django/contrib/admindocs/templates/admin_doc/model_index.html
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/templates/admin_doc
>    copying django/contrib/admindocs/templates/admin_doc/view_detail.html
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django/contrib/admindocs/templates/admin_doc
>    running install_egg_info
>    running egg_info
>    creating Django.egg-info
>    writing Django.egg-info/PKG-INFO
>    writing top-level names to Django.egg-info/top_level.txt
>    writing dependency_links to Django.egg-info/dependency_links.txt
>    writing manifest file 'Django.egg-info/SOURCES.txt'
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'Django.egg-info/SOURCES.txt'
>    reading manifest template 'MANIFEST.in'
>    writing manifest file 'Django.egg-info/SOURCES.txt'
>    Copying Django.egg-info to 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/Django-1.1-py2.6.egg-info
>    running install_scripts
>    copying build/scripts-2.6/django-admin.py -> /home/marc/Downloads/GeoNode/bin
>    changing mode of /home/marc/Downloads/GeoNode/bin/django-admin.py to 755
>    writing list of installed files to 
'/tmp/pip-toUbEZ-record/install-record.txt'
>  Removing source in /home/marc/Downloads/GeoNode/build/Django
>  Running setup.py install for django-extensions
>    Running command /home/marc/Downloads/GeoNode/bin/python -c "import 
setuptools; 
__file__='/home/marc/Downloads/GeoNode/build/django-extensions/setup.py'; 
execfile('/home/marc/Downloads/GeoNode/build/django-extensions/setup.py')"
install --single-version-externally-managed --record 
/tmp/pip-5JdU9e-record/install-record.txt --install-headers 
/home/marc/Downloads/GeoNode/lib/include
>    running install
>    running build
>    running build_py
>    creating build
>    creating build/lib.linux-x86_64-2.6
>    creating build/lib.linux-x86_64-2.6/django_extensions
>    copying django_extensions/__init__.py -> 
build/lib.linux-x86_64-2.6/django_extensions
>    copying django_extensions/models.py -> 
build/lib.linux-x86_64-2.6/django_extensions
>    creating build/lib.linux-x86_64-2.6/django_extensions/utils
>    copying django_extensions/utils/text.py -> 
build/lib.linux-x86_64-2.6/django_extensions/utils
>    copying django_extensions/utils/__init__.py -> 
build/lib.linux-x86_64-2.6/django_extensions/utils
>    copying django_extensions/utils/dia2django.py -> 
build/lib.linux-x86_64-2.6/django_extensions/utils
>    copying django_extensions/utils/uuid.py -> 
build/lib.linux-x86_64-2.6/django_extensions/utils
>    creating build/lib.linux-x86_64-2.6/django_extensions/tests
>    copying django_extensions/tests/encrypted_fields.py -> 
build/lib.linux-x86_64-2.6/django_extensions/tests
>    copying django_extensions/tests/utils.py -> 
build/lib.linux-x86_64-2.6/django_extensions/tests
>    copying django_extensions/tests/__init__.py -> 
build/lib.linux-x86_64-2.6/django_extensions/tests
>    copying django_extensions/tests/models.py -> 
build/lib.linux-x86_64-2.6/django_extensions/tests
>    creating build/lib.linux-x86_64-2.6/django_extensions/management
>    copying django_extensions/management/color.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management
>    copying django_extensions/management/utils.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management
>    copying django_extensions/management/jobs.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management
>    copying django_extensions/management/__init__.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management
>    copying django_extensions/management/modelviz.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management
>    copying django_extensions/management/signals.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management
>    creating build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/shell_plus.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/unreferenced_files.py 
-> build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/set_fake_emails.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/create_jobs.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/passwd.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/reset_db.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/create_app.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/runjobs.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/generate_secret_key.py 
-> build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/set_fake_passwords.py 
-> build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/__init__.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/sqldiff.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/describe_form.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/clean_pyc.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/dumpscript.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/runscript.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/graph_models.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying 
django_extensions/management/commands/print_user_for_session.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/show_templatetags.py ->
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/compile_pyc.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/runserver_plus.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/sync_media_s3.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/runjob.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/show_urls.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/export_emails.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/syncdata.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/runprofileserver.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/create_command.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    copying django_extensions/management/commands/mail_debug.py -> 
build/lib.linux-x86_64-2.6/django_extensions/management/commands
>    creating build/lib.linux-x86_64-2.6/django_extensions/db
>    copying django_extensions/db/__init__.py -> 
build/lib.linux-x86_64-2.6/django_extensions/db
>    copying django_extensions/db/models.py -> 
build/lib.linux-x86_64-2.6/django_extensions/db
>    creating build/lib.linux-x86_64-2.6/django_extensions/db/fields
>    copying django_extensions/db/fields/json.py -> 
build/lib.linux-x86_64-2.6/django_extensions/db/fields
>    copying django_extensions/db/fields/__init__.py -> 
build/lib.linux-x86_64-2.6/django_extensions/db/fields
>    copying django_extensions/db/fields/encrypted.py -> 
build/lib.linux-x86_64-2.6/django_extensions/db/fields
>    creating build/lib.linux-x86_64-2.6/django_extensions/jobs
>    copying django_extensions/jobs/__init__.py -> 
build/lib.linux-x86_64-2.6/django_extensions/jobs
>    creating build/lib.linux-x86_64-2.6/django_extensions/jobs/weekly
>    copying django_extensions/jobs/weekly/__init__.py -> 
build/lib.linux-x86_64-2.6/django_extensions/jobs/weekly
>    creating build/lib.linux-x86_64-2.6/django_extensions/jobs/daily
>    copying django_extensions/jobs/daily/daily_cleanup.py -> 
build/lib.linux-x86_64-2.6/django_extensions/jobs/daily
>    copying django_extensions/jobs/daily/cache_cleanup.py -> 
build/lib.linux-x86_64-2.6/django_extensions/jobs/daily
>    copying django_extensions/jobs/daily/__init__.py -> 
build/lib.linux-x86_64-2.6/django_extensions/jobs/daily
>    creating build/lib.linux-x86_64-2.6/django_extensions/jobs/monthly
>    copying django_extensions/jobs/monthly/__init__.py -> 
build/lib.linux-x86_64-2.6/django_extensions/jobs/monthly
>    creating build/lib.linux-x86_64-2.6/django_extensions/jobs/hourly
>    copying django_extensions/jobs/hourly/__init__.py -> 
build/lib.linux-x86_64-2.6/django_extensions/jobs/hourly
>    creating build/lib.linux-x86_64-2.6/django_extensions/jobs/yearly
>    copying django_extensions/jobs/yearly/__init__.py -> 
build/lib.linux-x86_64-2.6/django_extensions/jobs/yearly
>    creating build/lib.linux-x86_64-2.6/django_extensions/templatetags
>    copying django_extensions/templatetags/syntax_color.py -> 
build/lib.linux-x86_64-2.6/django_extensions/templatetags
>    copying django_extensions/templatetags/truncate_letters.py -> 
build/lib.linux-x86_64-2.6/django_extensions/templatetags
>    copying django_extensions/templatetags/highlighting.py -> 
build/lib.linux-x86_64-2.6/django_extensions/templatetags
>    copying django_extensions/templatetags/__init__.py -> 
build/lib.linux-x86_64-2.6/django_extensions/templatetags
>    copying django_extensions/templatetags/widont.py -> 
build/lib.linux-x86_64-2.6/django_extensions/templatetags
>    creating build/lib.linux-x86_64-2.6/django_extensions/admin
>    copying django_extensions/admin/widgets.py -> 
build/lib.linux-x86_64-2.6/django_extensions/admin
>    copying django_extensions/admin/__init__.py -> 
build/lib.linux-x86_64-2.6/django_extensions/admin
>    running install_lib
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/utils
>    copying build/lib.linux-x86_64-2.6/django_extensions/utils/text.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/utils
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/utils/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/utils
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/utils/dia2django.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/utils
>    copying build/lib.linux-x86_64-2.6/django_extensions/utils/uuid.py ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/utils
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/tests
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/tests/encrypted_fields.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/tests
>    copying build/lib.linux-x86_64-2.6/django_extensions/tests/utils.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/tests
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/tests/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/tests
>    copying build/lib.linux-x86_64-2.6/django_extensions/tests/models.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/tests
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/color.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/utils.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/jobs.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/modelviz.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/signals.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/shell_plus.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/unreferenced_files.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/set_fake_emails.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/create_jobs.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/passwd.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/reset_db.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/create_app.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/runjobs.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/generate_secret_key.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/set_fake_passwords.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/sqldiff.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/describe_form.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/clean_pyc.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/dumpscript.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/runscript.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/graph_models.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/print_user_for_session.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/show_templatetags.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/compile_pyc.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/runserver_plus.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/sync_media_s3.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/runjob.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/show_urls.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/export_emails.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/syncdata.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/runprofileserver.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/create_command.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/management/commands/mail_debug.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/db
>    copying build/lib.linux-x86_64-2.6/django_extensions/db/__init__.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/db
>    copying build/lib.linux-x86_64-2.6/django_extensions/db/models.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/db
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/db/fields
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/db/fields/json.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/db/fields
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/db/fields/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/db/fields
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/db/fields/encrypted.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/db/fields
>    copying build/lib.linux-x86_64-2.6/django_extensions/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs
>    copying build/lib.linux-x86_64-2.6/django_extensions/jobs/__init__.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/weekly
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/jobs/weekly/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/weekly
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/daily
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/jobs/daily/daily_cleanup.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/daily
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/jobs/daily/cache_cleanup.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/daily
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/jobs/daily/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/daily
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/monthly
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/jobs/monthly/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/monthly
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/hourly
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/jobs/hourly/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/hourly
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/yearly
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/jobs/yearly/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/yearly
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/templatetags/syntax_color.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/templatetags/truncate_letters.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/templatetags/highlighting.py 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/templatetags/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/templatetags
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/templatetags/widont.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/templatetags
>    copying build/lib.linux-x86_64-2.6/django_extensions/models.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/admin
>    copying build/lib.linux-x86_64-2.6/django_extensions/admin/widgets.py
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/admin
>    copying 
build/lib.linux-x86_64-2.6/django_extensions/admin/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/admin
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/utils/text.py
to text.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/utils/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/utils/dia2django.py
to dia2django.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/utils/uuid.py
to uuid.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/tests/encrypted_fields.py
to encrypted_fields.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/tests/utils.py
to utils.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/tests/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/tests/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/color.py
to color.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/utils.py
to utils.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/jobs.py
to jobs.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/modelviz.py
to modelviz.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/signals.py
to signals.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/shell_plus.py
to shell_plus.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/unreferenced_files.py
to unreferenced_files.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/set_fake_emails.py
to set_fake_emails.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/create_jobs.py
to create_jobs.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/passwd.py
to passwd.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/reset_db.py
to reset_db.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/create_app.py
to create_app.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/runjobs.py
to runjobs.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/generate_secret_key.py
to generate_secret_key.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/set_fake_passwords.py
to set_fake_passwords.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/sqldiff.py
to sqldiff.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/describe_form.py
to describe_form.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/clean_pyc.py
to clean_pyc.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/dumpscript.py
to dumpscript.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/runscript.py
to runscript.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/graph_models.py
to graph_models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/print_user_for_session.py
to print_user_for_session.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/show_templatetags.py
to show_templatetags.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/compile_pyc.py
to compile_pyc.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/runserver_plus.py
to runserver_plus.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/sync_media_s3.py
to sync_media_s3.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/runjob.py
to runjob.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/show_urls.py
to show_urls.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/export_emails.py
to export_emails.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/syncdata.py
to syncdata.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/runprofileserver.py
to runprofileserver.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/create_command.py
to create_command.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/management/commands/mail_debug.py
to mail_debug.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/db/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/db/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/db/fields/json.py
to json.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/db/fields/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/db/fields/encrypted.py
to encrypted.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/weekly/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/daily/daily_cleanup.py
to daily_cleanup.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/daily/cache_cleanup.py
to cache_cleanup.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/daily/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/monthly/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/hourly/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/jobs/yearly/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/templatetags/syntax_color.py
to syntax_color.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/templatetags/truncate_letters.py
to truncate_letters.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/templatetags/highlighting.py
to highlighting.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/templatetags/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/templatetags/widont.py
to widont.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/models.py
to models.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/admin/widgets.py
to widgets.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/admin/__init__.py
to __init__.pyc
>    running install_data
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/jobs_template
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/jobs_template/jobs
>    copying django_extensions/conf/jobs_template/jobs/__init__.py.tmpl ->

/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/jobs_template/jobs
>    copying django_extensions/conf/jobs_template/jobs/sample.py.tmpl -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/jobs_template/jobs
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/jobs_template/jobs/weekly
>    copying 
django_extensions/conf/jobs_template/jobs/weekly/__init__.py.tmpl -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/jobs_template/jobs/weekly
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/jobs_template/jobs/daily
>    copying 
django_extensions/conf/jobs_template/jobs/daily/__init__.py.tmpl -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/jobs_template/jobs/daily
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/jobs_template/jobs/monthly
>    copying 
django_extensions/conf/jobs_template/jobs/monthly/__init__.py.tmpl -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/jobs_template/jobs/monthly
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/jobs_template/jobs/hourly
>    copying 
django_extensions/conf/jobs_template/jobs/hourly/__init__.py.tmpl -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/jobs_template/jobs/hourly
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/jobs_template/jobs/yearly
>    copying 
django_extensions/conf/jobs_template/jobs/yearly/__init__.py.tmpl -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/jobs_template/jobs/yearly
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/app_template
>    copying django_extensions/conf/app_template/views.py.tmpl -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/app_template
>    copying django_extensions/conf/app_template/models.py.tmpl -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/app_template
>    copying django_extensions/conf/app_template/__init__.py.tmpl -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/app_template
>    copying django_extensions/conf/app_template/forms.py.tmpl -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/app_template
>    copying django_extensions/conf/app_template/urls.py.tmpl -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/app_template
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/command_template
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/command_template/management
>    copying 
django_extensions/conf/command_template/management/__init__.py.tmpl -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/command_template/management
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/command_template/management/commands
>    copying 
django_extensions/conf/command_template/management/commands/__init__.py.tmpl
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/command_template/management/commands
>    copying 
django_extensions/conf/command_template/management/commands/sample.py.tmpl
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/conf/command_template/management/commands
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/media
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/media/django_extensions
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/media/django_extensions/css
>    copying 
django_extensions/media/django_extensions/css/jquery.autocomplete.css -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/media/django_extensions/css
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/media/django_extensions/img
>    copying django_extensions/media/django_extensions/img/indicator.gif 
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/media/django_extensions/img
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/media/django_extensions/js
>    copying 
django_extensions/media/django_extensions/js/jquery.bgiframe.min.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/media/django_extensions/js
>    copying 
django_extensions/media/django_extensions/js/jquery.autocomplete.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/media/django_extensions/js
>    copying 
django_extensions/media/django_extensions/js/jquery.ajaxQueue.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/media/django_extensions/js
>    copying django_extensions/media/django_extensions/js/jquery.js -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/media/django_extensions/js
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/templates
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/templates/django_extensions
>    creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/templates/django_extensions/widgets
>    copying 
django_extensions/templates/django_extensions/widgets/foreignkey_searchinput.html
-> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions/templates/django_extensions/widgets
>    running install_egg_info
>    running egg_info
>    creating django_extensions.egg-info
>    writing django_extensions.egg-info/PKG-INFO
>    writing top-level names to django_extensions.egg-info/top_level.txt
>    writing dependency_links to django_extensions.egg-info/dependency_links.txt
>    writing manifest file 'django_extensions.egg-info/SOURCES.txt'
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'django_extensions.egg-info/SOURCES.txt'
>    writing manifest file 'django_extensions.egg-info/SOURCES.txt'
>    Copying django_extensions.egg-info to 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/django_extensions-0.5-py2.6.egg-info
>    running install_scripts
>    writing list of installed files to 
'/tmp/pip-5JdU9e-record/install-record.txt'
>  Removing source in /home/marc/Downloads/GeoNode/build/django-extensions
>  Running setup.py develop for gsconfig.py
>    Running command /home/marc/Downloads/GeoNode/bin/python -c "import 
setuptools; 
__file__='/home/marc/Downloads/GeoNode/src/gsconfig.py/setup.py'; 
execfile('/home/marc/Downloads/GeoNode/src/gsconfig.py/setup.py')" develop
--no-deps
>    running develop
>    running egg_info
>    writing requirements to src/gsconfig.py.egg-info/requires.txt
>    writing src/gsconfig.py.egg-info/PKG-INFO
>    writing top-level names to src/gsconfig.py.egg-info/top_level.txt
>    writing dependency_links to src/gsconfig.py.egg-info/dependency_links.txt
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'src/gsconfig.py.egg-info/SOURCES.txt'
>    writing manifest file 'src/gsconfig.py.egg-info/SOURCES.txt'
>    running build_ext
>    Creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/gsconfig.py.egg-link
(link to src)
>    Adding gsconfig.py 1.0 to easy-install.pth file
> 
>    Installed /home/marc/Downloads/GeoNode/src/gsconfig.py/src
>  Running setup.py install for httplib2
>    Running command /home/marc/Downloads/GeoNode/bin/python -c "import 
setuptools; 
__file__='/home/marc/Downloads/GeoNode/build/httplib2/setup.py'; 
execfile('/home/marc/Downloads/GeoNode/build/httplib2/setup.py')" install 
--single-version-externally-managed --record 
/tmp/pip-Jwxd4C-record/install-record.txt --install-headers 
/home/marc/Downloads/GeoNode/lib/include
>    running install
>    running build
>    running build_py
>    creating build
>    creating build/lib.linux-x86_64-2.6
>    creating build/lib.linux-x86_64-2.6/httplib2
>    copying python2/httplib2/__init__.py -> build/lib.linux-x86_64-2.6/httplib2
>    copying python2/httplib2/iri2uri.py -> build/lib.linux-x86_64-2.6/httplib2
>    running install_lib
>    creating /home/marc/Downloads/GeoNode/lib/python2.6/site-packages/httplib2
>    copying build/lib.linux-x86_64-2.6/httplib2/__init__.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/httplib2
>    copying build/lib.linux-x86_64-2.6/httplib2/iri2uri.py -> 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/httplib2
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/httplib2/__init__.py
to __init__.pyc
>    byte-compiling 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/httplib2/iri2uri.py
to iri2uri.pyc
>    running install_egg_info
>    running egg_info
>    creating python2/httplib2.egg-info
>    writing python2/httplib2.egg-info/PKG-INFO
>    writing top-level names to python2/httplib2.egg-info/top_level.txt
>    writing dependency_links to python2/httplib2.egg-info/dependency_links.txt
>    writing manifest file 'python2/httplib2.egg-info/SOURCES.txt'
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'python2/httplib2.egg-info/SOURCES.txt'
>    writing manifest file 'python2/httplib2.egg-info/SOURCES.txt'
>    Copying python2/httplib2.egg-info to 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/httplib2-0.6.0-py2.6.egg-info
>    running install_scripts
>    writing list of installed files to 
'/tmp/pip-Jwxd4C-record/install-record.txt'
>  Removing source in /home/marc/Downloads/GeoNode/build/httplib2
>  Running setup.py develop for OWSLib
>    Running command /home/marc/Downloads/GeoNode/bin/python -c "import 
setuptools; __file__='/home/marc/Downloads/GeoNode/src/owslib/setup.py'; 
execfile('/home/marc/Downloads/GeoNode/src/owslib/setup.py')" develop 
--no-deps
>    running develop
>    running egg_info
>    writing OWSLib.egg-info/PKG-INFO
>    writing top-level names to OWSLib.egg-info/top_level.txt
>    writing dependency_links to OWSLib.egg-info/dependency_links.txt
>    warning: manifest_maker: standard file '-c' not found
>    writing manifest file 'OWSLib.egg-info/SOURCES.txt'
>    running build_ext
>    Creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/OWSLib.egg-link 
(link to .)
>    Adding OWSLib 0.3.2beta to easy-install.pth file
> 
>    Installed /home/marc/Downloads/GeoNode/src/owslib
>  Running setup.py install for PIL
>    Running command /home/marc/Downloads/GeoNode/bin/python -c "import 
setuptools; __file__='/home/marc/Downloads/GeoNode/build/PIL/setup.py'; 
execfile('/home/marc/Downloads/GeoNode/build/PIL/setup.py')" install 
--single-version-externally-managed --record 
/tmp/pip-RTAWuN-record/install-record.txt --install-headers 
/home/marc/Downloads/GeoNode/lib/include
>    WARNING: '' not a valid package name; please use only.-separated 
package names in setup.py
>    running install
>    running build
>    running build_py
>    creating build
>    creating build/lib.linux-x86_64-2.6
>    copying PIL/PsdImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/MicImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageQt.py -> build/lib.linux-x86_64-2.6
>    copying PIL/WalImageFile.py -> build/lib.linux-x86_64-2.6
>    copying PIL/JpegImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/Image.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageFile.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageWin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/PngImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/FontFile.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageEnhance.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageShow.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageMath.py -> build/lib.linux-x86_64-2.6
>    copying PIL/GdImageFile.py -> build/lib.linux-x86_64-2.6
>    copying PIL/MspImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/PixarImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ArgImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageSequence.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImagePalette.py -> build/lib.linux-x86_64-2.6
>    copying PIL/PalmImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/BmpImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/TiffImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/FpxImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ExifTags.py -> build/lib.linux-x86_64-2.6
>    copying PIL/TgaImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/PcxImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageTransform.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageFont.py -> build/lib.linux-x86_64-2.6
>    copying PIL/PSDraw.py -> build/lib.linux-x86_64-2.6
>    copying PIL/PdfImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/IcoImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageGL.py -> build/lib.linux-x86_64-2.6
>    copying PIL/McIdasImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/GimpPaletteFile.py -> build/lib.linux-x86_64-2.6
>    copying PIL/SgiImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageTk.py -> build/lib.linux-x86_64-2.6
>    copying PIL/MpegImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/__init__.py -> build/lib.linux-x86_64-2.6
>    copying PIL/IptcImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/PaletteFile.py -> build/lib.linux-x86_64-2.6
>    copying PIL/XbmImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/Hdf5StubImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImagePath.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageDraw.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageMode.py -> build/lib.linux-x86_64-2.6
>    copying PIL/GifImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/XpmImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImtImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/EpsImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/TarIO.py -> build/lib.linux-x86_64-2.6
>    copying PIL/PcfFontFile.py -> build/lib.linux-x86_64-2.6
>    copying PIL/PcdImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageCms.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageColor.py -> build/lib.linux-x86_64-2.6
>    copying PIL/DcxImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/FitsStubImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageChops.py -> build/lib.linux-x86_64-2.6
>    copying PIL/SpiderImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/GbrImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageFileIO.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageOps.py -> build/lib.linux-x86_64-2.6
>    copying PIL/IcnsImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/WmfImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/TiffTags.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageDraw2.py -> build/lib.linux-x86_64-2.6
>    copying PIL/PpmImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageFilter.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageStat.py -> build/lib.linux-x86_64-2.6
>    copying PIL/GimpGradientFile.py -> build/lib.linux-x86_64-2.6
>    copying PIL/CurImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/FliImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/XVThumbImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/BufrStubImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ImageGrab.py -> build/lib.linux-x86_64-2.6
>    copying PIL/OleFileIO.py -> build/lib.linux-x86_64-2.6
>    copying PIL/BdfFontFile.py -> build/lib.linux-x86_64-2.6
>    copying PIL/GribStubImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/SunImagePlugin.py -> build/lib.linux-x86_64-2.6
>    copying PIL/ContainerIO.py -> build/lib.linux-x86_64-2.6
>    running build_ext
>    building '_imaging' extension
>    creating build/temp.linux-x86_64-2.6
>    creating build/temp.linux-x86_64-2.6/libImaging
>    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-I/usr/include/freetype2 -IlibImaging 
-I/home/marc/Downloads/GeoNode/include -I/usr/local/include -I/usr/include
-I/usr/include/python2.6 -c _imaging.c -o 
build/temp.linux-x86_64-2.6/_imaging.o
>    _imaging.c:75:20: error: Python.h: No such file or directory
>    In file included from libImaging/Imaging.h:14,
>                     from _imaging.c:77:
>    libImaging/ImPlatform.h:14:2: error: #error Sorry, this library 
requires support for ANSI prototypes.
>    libImaging/ImPlatform.h:17:2: error: #error Sorry, this library 
requires ANSI header files.
>    libImaging/ImPlatform.h:55:2: error: #error Cannot find required 
32-bit integer type
>    In file included from _imaging.c:77:
>    libImaging/Imaging.h:90: error: expected specifier-qualifier-list 
before ‘INT32’
>    libImaging/Imaging.h:264: error: expected specifier-qualifier-list 
before ‘INT32’
>    libImaging/Imaging.h:395: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘ImagingCRC32’
>    _imaging.c:124: error: expected specifier-qualifier-list before 
‘PyObject_HEAD’
>    _imaging.c:129: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:143: error: expected specifier-qualifier-list before 
‘PyObject_HEAD’
>    _imaging.c:151: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:154: error: expected specifier-qualifier-list before 
‘PyObject_HEAD’
>    _imaging.c:160: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:165: error: expected specifier-qualifier-list before 
‘PyObject_HEAD’
>    _imaging.c:170: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:172: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c: In function ‘_dealloc’:
>    _imaging.c:204: error: ‘ImagingObject’ has no member named ‘access’
>    _imaging.c:206: error: ‘ImagingObject’ has no member named ‘image’
>    _imaging.c:207: warning: implicit declaration of function ‘PyMem_DEL’
>    _imaging.c: At top level:
>    _imaging.c:212: error: expected ‘)’ before ‘*’ token
>    _imaging.c: In function ‘ImagingSectionEnter’:
>    _imaging.c:230: error: ‘PyThreadState’ undeclared (first use in this 
function)
>    _imaging.c:230: error: (Each undeclared identifier is reported only once
>    _imaging.c:230: error: for each function it appears in.)
>    _imaging.c:230: error: expected expression before ‘)’ token
>    _imaging.c: In function ‘ImagingSectionLeave’:
>    _imaging.c:237: warning: implicit declaration of function 
‘PyEval_RestoreThread’
>    _imaging.c:237: error: ‘PyThreadState’ undeclared (first use in this 
function)
>    _imaging.c:237: error: expected expression before ‘)’ token
>    _imaging.c: At top level:
>    _imaging.c:248: error: expected ‘)’ before ‘*’ token
>    _imaging.c:257: error: expected ‘)’ before ‘*’ token
>    _imaging.c: In function ‘ImagingError_IOError’:
>    _imaging.c:301: warning: implicit declaration of function ‘PyErr_SetString’
>    _imaging.c:301: error: ‘PyExc_IOError’ undeclared (first use in this 
function)
>    _imaging.c:302: error: ‘NULL’ undeclared (first use in this function)
>    _imaging.c: In function ‘ImagingError_MemoryError’:
>    _imaging.c:308: warning: implicit declaration of function ‘PyErr_NoMemory’
>    _imaging.c:308: warning: return makes pointer from integer without a cast
>    _imaging.c: In function ‘ImagingError_Mismatch’:
>    _imaging.c:314: error: ‘PyExc_ValueError’ undeclared (first use in 
this function)
>    _imaging.c:315: error: ‘NULL’ undeclared (first use in this function)
>    _imaging.c: In function ‘ImagingError_ModeError’:
>    _imaging.c:321: error: ‘PyExc_ValueError’ undeclared (first use in 
this function)
>    _imaging.c:322: error: ‘NULL’ undeclared (first use in this function)
>    _imaging.c: In function ‘ImagingError_ValueError’:
>    _imaging.c:329: error: ‘PyExc_ValueError’ undeclared (first use in 
this function)
>    _imaging.c:332: error: ‘NULL’ undeclared (first use in this function)
>    _imaging.c: In function ‘ImagingError_Clear’:
>    _imaging.c:338: warning: implicit declaration of function ‘PyErr_Clear’
>    _imaging.c: At top level:
>    _imaging.c:369: error: expected ‘)’ before ‘*’ token
>    _imaging.c:464: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:510: error: expected ‘)’ before ‘*’ token
>    _imaging.c:587: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:619: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:631: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:643: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:655: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:664: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:675: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:686: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:697: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:719: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:743: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:760: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:777: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:786: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:803: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:813: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:824: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:857: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:879: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:914: error: expected ‘)’ before ‘*’ token
>    _imaging.c:954: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:981: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1054: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1065: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1075: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1191: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1202: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1339: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1359: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1394: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1419: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1448: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1459: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1479: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1530: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1568: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1614: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1689: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1739: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1765: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1771: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1783: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1817: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1845: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1874: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1885: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1901: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1922: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1928: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1939: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1950: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1961: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1972: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1983: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2001: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2019: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2030: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2041: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2052: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2063: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2081: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c: In function ‘_font_dealloc’:
>    _imaging.c:2142: warning: implicit declaration of function ‘Py_XDECREF’
>    _imaging.c:2142: error: ‘ImagingFontObject’ has no member named ‘ref’
>    _imaging.c: In function ‘textwidth’:
>    _imaging.c:2152: error: ‘ImagingFontObject’ has no member named ‘glyphs’
>    _imaging.c: At top level:
>    _imaging.c:2157: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2205: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2215: error: array type has incomplete element type
>    _imaging.c:2216: error: ‘PyCFunction’ undeclared here (not in a function)
>    _imaging.c:2216: error: expected ‘}’ before ‘_font_getmask’
>    _imaging.c:2217: error: expected ‘}’ before ‘_font_getsize’
>    _imaging.c:2218: error: ‘NULL’ undeclared here (not in a function)
>    _imaging.c:2221: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2229: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c: In function ‘_draw_dealloc’:
>    _imaging.c:2257: error: ‘ImagingDrawObject’ has no member named ‘image’
>    _imaging.c: At top level:
>    _imaging.c:2261: error: expected ‘)’ before ‘*’ token
>    _imaging.c:2263: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2278: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2298: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2335: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2353: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2390: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2406: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2459: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2474: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2507: error: expected ‘)’ before ‘*’ token
>    _imaging.c:2509: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2536: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2554: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2600: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2637: error: array type has incomplete element type
>    _imaging.c:2640: error: expected ‘}’ before ‘_draw_line’
>    _imaging.c:2641: error: expected ‘}’ before ‘_draw_lines’
>    _imaging.c:2643: error: expected ‘}’ before ‘_draw_outline’
>    _imaging.c:2645: error: expected ‘}’ before ‘_draw_polygon’
>    _imaging.c:2646: error: expected ‘}’ before ‘_draw_rectangle’
>    _imaging.c:2647: error: expected ‘}’ before ‘_draw_point’
>    _imaging.c:2648: error: expected ‘}’ before ‘_draw_points’
>    _imaging.c:2649: error: expected ‘}’ before ‘_draw_arc’
>    _imaging.c:2650: error: expected ‘}’ before ‘_draw_bitmap’
>    _imaging.c:2651: error: expected ‘}’ before ‘_draw_chord’
>    _imaging.c:2652: error: expected ‘}’ before ‘_draw_ellipse’
>    _imaging.c:2653: error: expected ‘}’ before ‘_draw_pieslice’
>    _imaging.c:2654: error: expected ‘}’ before ‘_draw_ink’
>    _imaging.c:2659: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2668: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c: In function ‘pixel_access_dealloc’:
>    _imaging.c:2693: error: ‘PixelAccessObject’ has no member named ‘image’
>    _imaging.c: At top level:
>    _imaging.c:2697: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2708: error: expected declaration specifiers or ‘...’ 
before ‘PyObject’
>    _imaging.c:2708: error: expected declaration specifiers or ‘...’ 
before ‘PyObject’
>    _imaging.c: In function ‘pixel_access_setitem’:
>    _imaging.c:2710: error: ‘PixelAccessObject’ has no member named ‘image’
>    _imaging.c:2714: error: ‘PixelAccessObject’ has no member named ‘readonly’
>    _imaging.c:2719: warning: implicit declaration of function ‘_getxy’
>    _imaging.c:2719: error: ‘xy’ undeclared (first use in this function)
>    _imaging.c:2723: error: ‘PyExc_IndexError’ undeclared (first use in 
this function)
>    _imaging.c:2727: error: ‘color’ undeclared (first use in this function)
>    _imaging.c:2730: warning: implicit declaration of function ‘getink’
>    _imaging.c:2733: error: ‘PixelAccessObject’ has no member named ‘image’
>    _imaging.c: At top level:
>    _imaging.c:2744: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2763: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2774: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2791: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2811: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2846: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2867: error: array type has incomplete element type
>    _imaging.c:2870: error: expected ‘}’ before ‘_getpixel’
>    _imaging.c:2871: error: expected ‘}’ before ‘_putpixel’
>    _imaging.c:2873: error: expected ‘}’ before ‘pixel_access_new’
>    _imaging.c:2876: error: expected ‘}’ before ‘_convert’
>    _imaging.c:2877: error: expected ‘}’ before ‘_convert2’
>    _imaging.c:2878: error: expected ‘}’ before ‘_convert_matrix’
>    _imaging.c:2879: error: expected ‘}’ before ‘_copy’
>    _imaging.c:2880: error: expected ‘}’ before ‘_copy2’
>    _imaging.c:2884: error: expected ‘}’ before ‘_crop’
>    _imaging.c:2885: error: expected ‘}’ before ‘_expand’
>    _imaging.c:2886: error: expected ‘}’ before ‘_filter’
>    _imaging.c:2887: error: expected ‘}’ before ‘_histogram’
>    _imaging.c:2889: error: expected ‘}’ before ‘_modefilter’
>    _imaging.c:2891: error: expected ‘}’ before ‘_offset’
>    _imaging.c:2892: error: expected ‘}’ before ‘_paste’
>    _imaging.c:2893: error: expected ‘}’ before ‘_point’
>    _imaging.c:2894: error: expected ‘}’ before ‘_point_transform’
>    _imaging.c:2895: error: expected ‘}’ before ‘_putdata’
>    _imaging.c:2897: error: expected ‘}’ before ‘_quantize’
>    _imaging.c:2900: error: expected ‘}’ before ‘_rankfilter’
>    _imaging.c:2902: error: expected ‘}’ before ‘_resize’
>    _imaging.c:2903: error: expected ‘}’ before ‘_rotate’
>    _imaging.c:2904: error: expected ‘}’ before ‘_stretch’
>    _imaging.c:2905: error: expected ‘}’ before ‘_transpose’
>    _imaging.c:2906: error: expected ‘}’ before ‘_transform2’
>    _imaging.c:2908: error: expected ‘}’ before ‘_isblock’
>    _imaging.c:2910: error: expected ‘}’ before ‘_getbbox’
>    _imaging.c:2911: error: expected ‘}’ before ‘_getcolors’
>    _imaging.c:2912: error: expected ‘}’ before ‘_getextrema’
>    _imaging.c:2913: error: expected ‘}’ before ‘_getprojection’
>    _imaging.c:2915: error: expected ‘}’ before ‘_getband’
>    _imaging.c:2916: error: expected ‘}’ before ‘_putband’
>    _imaging.c:2917: error: expected ‘}’ before ‘_fillband’
>    _imaging.c:2919: error: expected ‘}’ before ‘im_setmode’
>    _imaging.c:2921: error: expected ‘}’ before ‘_getpalette’
>    _imaging.c:2922: error: expected ‘}’ before ‘_putpalette’
>    _imaging.c:2923: error: expected ‘}’ before ‘_putpalettealpha’
>    _imaging.c:2927: error: expected ‘}’ before ‘_chop_invert’
>    _imaging.c:2928: error: expected ‘}’ before ‘_chop_lighter’
>    _imaging.c:2929: error: expected ‘}’ before ‘_chop_darker’
>    _imaging.c:2930: error: expected ‘}’ before ‘_chop_difference’
>    _imaging.c:2931: error: expected ‘}’ before ‘_chop_multiply’
>    _imaging.c:2932: error: expected ‘}’ before ‘_chop_screen’
>    _imaging.c:2933: error: expected ‘}’ before ‘_chop_add’
>    _imaging.c:2934: error: expected ‘}’ before ‘_chop_subtract’
>    _imaging.c:2935: error: expected ‘}’ before ‘_chop_add_modulo’
>    _imaging.c:2936: error: expected ‘}’ before ‘_chop_subtract_modulo’
>    _imaging.c:2937: error: expected ‘}’ before ‘_chop_and’
>    _imaging.c:2938: error: expected ‘}’ before ‘_chop_or’
>    _imaging.c:2939: error: expected ‘}’ before ‘_chop_xor’
>    _imaging.c:2944: error: expected ‘}’ before ‘_gaussian_blur’
>    _imaging.c:2945: error: expected ‘}’ before ‘_unsharp_mask’
>    _imaging.c:2950: error: expected ‘}’ before ‘_effect_spread’
>    _imaging.c:2954: error: expected ‘}’ before ‘_new_array’
>    _imaging.c:2955: error: expected ‘}’ before ‘_new_block’
>    _imaging.c:2958: error: expected ‘}’ before ‘_save_ppm’
>    _imaging.c:2967: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c: In function ‘image_length’:
>    _imaging.c:2996: error: ‘ImagingObject’ has no member named ‘image’
>    _imaging.c: At top level:
>    _imaging.c:3001: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3016: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘image_as_sequence’
>    _imaging.c:3029: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:3050: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:3062: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:3076: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘pixel_access_as_mapping’
>    _imaging.c:3084: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:3106: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3107: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3108: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3109: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3110: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3111: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3112: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3113: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3115: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3116: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3117: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3118: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3119: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3120: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3123: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3124: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3125: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3126: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3127: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3128: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3129: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3144: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3147: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3149: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3150: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3152: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘functions’
>    _imaging.c:3250: warning: return type defaults to ‘int’
>    _imaging.c: In function ‘DL_EXPORT’:
>    _imaging.c:3250: error: expected declaration specifiers before ‘init_imaging’
>    _imaging.c:3281: error: expected ‘{’ at end of input
>    error: command 'gcc' failed with exit status 1
>    Complete output from command /home/marc/Downloads/GeoNode/bin/python 
-c "import setuptools; 
__file__='/home/marc/Downloads/GeoNode/build/PIL/setup.py'; 
execfile('/home/marc/Downloads/GeoNode/build/PIL/setup.py')" install 
--single-version-externally-managed --record 
/tmp/pip-RTAWuN-record/install-record.txt --install-headers 
/home/marc/Downloads/GeoNode/lib/include:
>    WARNING: '' not a valid package name; please use only.-separated 
package names in setup.py
> 
> running install
> 
> running build
> 
> running build_py
> 
> creating build
> 
> creating build/lib.linux-x86_64-2.6
> 
> copying PIL/PsdImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/MicImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageQt.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/WalImageFile.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/JpegImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/Image.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageFile.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageWin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/PngImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/FontFile.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageEnhance.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageShow.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageMath.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/GdImageFile.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/MspImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/PixarImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ArgImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageSequence.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImagePalette.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/PalmImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/BmpImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/TiffImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/FpxImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ExifTags.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/TgaImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/PcxImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageTransform.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageFont.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/PSDraw.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/PdfImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/IcoImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageGL.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/McIdasImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/GimpPaletteFile.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/SgiImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageTk.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/MpegImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/__init__.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/IptcImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/PaletteFile.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/XbmImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/Hdf5StubImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImagePath.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageDraw.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageMode.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/GifImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/XpmImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImtImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/EpsImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/TarIO.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/PcfFontFile.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/PcdImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageCms.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageColor.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/DcxImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/FitsStubImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageChops.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/SpiderImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/GbrImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageFileIO.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageOps.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/IcnsImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/WmfImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/TiffTags.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageDraw2.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/PpmImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageFilter.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageStat.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/GimpGradientFile.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/CurImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/FliImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/XVThumbImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/BufrStubImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ImageGrab.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/OleFileIO.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/BdfFontFile.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/GribStubImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/SunImagePlugin.py -> build/lib.linux-x86_64-2.6
> 
> copying PIL/ContainerIO.py -> build/lib.linux-x86_64-2.6
> 
> running build_ext
> 
> building '_imaging' extension
> 
> creating build/temp.linux-x86_64-2.6
> 
> creating build/temp.linux-x86_64-2.6/libImaging
> 
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-I/usr/include/freetype2 -IlibImaging 
-I/home/marc/Downloads/GeoNode/include -I/usr/local/include -I/usr/include
-I/usr/include/python2.6 -c _imaging.c -o 
build/temp.linux-x86_64-2.6/_imaging.o
> 
> _imaging.c:75:20: error: Python.h: No such file or directory
> 
> In file included from libImaging/Imaging.h:14,
> 
>                 from _imaging.c:77:
> 
> libImaging/ImPlatform.h:14:2: error: #error Sorry, this library requires
support for ANSI prototypes.
> 
> libImaging/ImPlatform.h:17:2: error: #error Sorry, this library requires
ANSI header files.
> 
> libImaging/ImPlatform.h:55:2: error: #error Cannot find required 32-bit 
integer type
> 
> In file included from _imaging.c:77:
> 
> libImaging/Imaging.h:90: error: expected specifier-qualifier-list before ‘INT32’
> 
> libImaging/Imaging.h:264: error: expected specifier-qualifier-list 
before ‘INT32’
> 
> libImaging/Imaging.h:395: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘ImagingCRC32’
> 
> _imaging.c:124: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
> 
> _imaging.c:129: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘PyTypeObject’
> 
> _imaging.c:143: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
> 
> _imaging.c:151: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘PyTypeObject’
> 
> _imaging.c:154: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
> 
> _imaging.c:160: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘PyTypeObject’
> 
> _imaging.c:165: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
> 
> _imaging.c:170: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘PyTypeObject’
> 
> _imaging.c:172: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c: In function ‘_dealloc’:
> 
> _imaging.c:204: error: ‘ImagingObject’ has no member named ‘access’
> 
> _imaging.c:206: error: ‘ImagingObject’ has no member named ‘image’
> 
> _imaging.c:207: warning: implicit declaration of function ‘PyMem_DEL’
> 
> _imaging.c: At top level:
> 
> _imaging.c:212: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c: In function ‘ImagingSectionEnter’:
> 
> _imaging.c:230: error: ‘PyThreadState’ undeclared (first use in this function)
> 
> _imaging.c:230: error: (Each undeclared identifier is reported only once
> 
> _imaging.c:230: error: for each function it appears in.)
> 
> _imaging.c:230: error: expected expression before ‘)’ token
> 
> _imaging.c: In function ‘ImagingSectionLeave’:
> 
> _imaging.c:237: warning: implicit declaration of function ‘PyEval_RestoreThread’
> 
> _imaging.c:237: error: ‘PyThreadState’ undeclared (first use in this function)
> 
> _imaging.c:237: error: expected expression before ‘)’ token
> 
> _imaging.c: At top level:
> 
> _imaging.c:248: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c:257: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c: In function ‘ImagingError_IOError’:
> 
> _imaging.c:301: warning: implicit declaration of function ‘PyErr_SetString’
> 
> _imaging.c:301: error: ‘PyExc_IOError’ undeclared (first use in this function)
> 
> _imaging.c:302: error: ‘NULL’ undeclared (first use in this function)
> 
> _imaging.c: In function ‘ImagingError_MemoryError’:
> 
> _imaging.c:308: warning: implicit declaration of function ‘PyErr_NoMemory’
> 
> _imaging.c:308: warning: return makes pointer from integer without a cast
> 
> _imaging.c: In function ‘ImagingError_Mismatch’:
> 
> _imaging.c:314: error: ‘PyExc_ValueError’ undeclared (first use in this 
function)
> 
> _imaging.c:315: error: ‘NULL’ undeclared (first use in this function)
> 
> _imaging.c: In function ‘ImagingError_ModeError’:
> 
> _imaging.c:321: error: ‘PyExc_ValueError’ undeclared (first use in this 
function)
> 
> _imaging.c:322: error: ‘NULL’ undeclared (first use in this function)
> 
> _imaging.c: In function ‘ImagingError_ValueError’:
> 
> _imaging.c:329: error: ‘PyExc_ValueError’ undeclared (first use in this 
function)
> 
> _imaging.c:332: error: ‘NULL’ undeclared (first use in this function)
> 
> _imaging.c: In function ‘ImagingError_Clear’:
> 
> _imaging.c:338: warning: implicit declaration of function ‘PyErr_Clear’
> 
> _imaging.c: At top level:
> 
> _imaging.c:369: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c:464: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:510: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c:587: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:619: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:631: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:643: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:655: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:664: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:675: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:686: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:697: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:719: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:743: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:760: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:777: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:786: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:803: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:813: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:824: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:857: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:879: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:914: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c:954: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:981: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:1054: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1065: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1075: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1191: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1202: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1339: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1359: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1394: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1419: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1448: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1459: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1479: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1530: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1568: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1614: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1689: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1739: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1765: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1771: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1783: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1817: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1845: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1874: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1885: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1901: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1922: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1928: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1939: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1950: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1961: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1972: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1983: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2001: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2019: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2030: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2041: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2052: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2063: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2081: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c: In function ‘_font_dealloc’:
> 
> _imaging.c:2142: warning: implicit declaration of function ‘Py_XDECREF’
> 
> _imaging.c:2142: error: ‘ImagingFontObject’ has no member named ‘ref’
> 
> _imaging.c: In function ‘textwidth’:
> 
> _imaging.c:2152: error: ‘ImagingFontObject’ has no member named ‘glyphs’
> 
> _imaging.c: At top level:
> 
> _imaging.c:2157: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2205: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2215: error: array type has incomplete element type
> 
> _imaging.c:2216: error: ‘PyCFunction’ undeclared here (not in a function)
> 
> _imaging.c:2216: error: expected ‘}’ before ‘_font_getmask’
> 
> _imaging.c:2217: error: expected ‘}’ before ‘_font_getsize’
> 
> _imaging.c:2218: error: ‘NULL’ undeclared here (not in a function)
> 
> _imaging.c:2221: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2229: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c: In function ‘_draw_dealloc’:
> 
> _imaging.c:2257: error: ‘ImagingDrawObject’ has no member named ‘image’
> 
> _imaging.c: At top level:
> 
> _imaging.c:2261: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c:2263: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2278: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2298: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2335: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2353: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2390: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2406: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2459: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2474: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2507: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c:2509: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2536: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2554: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2600: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2637: error: array type has incomplete element type
> 
> _imaging.c:2640: error: expected ‘}’ before ‘_draw_line’
> 
> _imaging.c:2641: error: expected ‘}’ before ‘_draw_lines’
> 
> _imaging.c:2643: error: expected ‘}’ before ‘_draw_outline’
> 
> _imaging.c:2645: error: expected ‘}’ before ‘_draw_polygon’
> 
> _imaging.c:2646: error: expected ‘}’ before ‘_draw_rectangle’
> 
> _imaging.c:2647: error: expected ‘}’ before ‘_draw_point’
> 
> _imaging.c:2648: error: expected ‘}’ before ‘_draw_points’
> 
> _imaging.c:2649: error: expected ‘}’ before ‘_draw_arc’
> 
> _imaging.c:2650: error: expected ‘}’ before ‘_draw_bitmap’
> 
> _imaging.c:2651: error: expected ‘}’ before ‘_draw_chord’
> 
> _imaging.c:2652: error: expected ‘}’ before ‘_draw_ellipse’
> 
> _imaging.c:2653: error: expected ‘}’ before ‘_draw_pieslice’
> 
> _imaging.c:2654: error: expected ‘}’ before ‘_draw_ink’
> 
> _imaging.c:2659: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2668: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c: In function ‘pixel_access_dealloc’:
> 
> _imaging.c:2693: error: ‘PixelAccessObject’ has no member named ‘image’
> 
> _imaging.c: At top level:
> 
> _imaging.c:2697: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2708: error: expected declaration specifiers or ‘...’ before 
‘PyObject’
> 
> _imaging.c:2708: error: expected declaration specifiers or ‘...’ before 
‘PyObject’
> 
> _imaging.c: In function ‘pixel_access_setitem’:
> 
> _imaging.c:2710: error: ‘PixelAccessObject’ has no member named ‘image’
> 
> _imaging.c:2714: error: ‘PixelAccessObject’ has no member named ‘readonly’
> 
> _imaging.c:2719: warning: implicit declaration of function ‘_getxy’
> 
> _imaging.c:2719: error: ‘xy’ undeclared (first use in this function)
> 
> _imaging.c:2723: error: ‘PyExc_IndexError’ undeclared (first use in this
function)
> 
> _imaging.c:2727: error: ‘color’ undeclared (first use in this function)
> 
> _imaging.c:2730: warning: implicit declaration of function ‘getink’
> 
> _imaging.c:2733: error: ‘PixelAccessObject’ has no member named ‘image’
> 
> _imaging.c: At top level:
> 
> _imaging.c:2744: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2763: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2774: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2791: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2811: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2846: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2867: error: array type has incomplete element type
> 
> _imaging.c:2870: error: expected ‘}’ before ‘_getpixel’
> 
> _imaging.c:2871: error: expected ‘}’ before ‘_putpixel’
> 
> _imaging.c:2873: error: expected ‘}’ before ‘pixel_access_new’
> 
> _imaging.c:2876: error: expected ‘}’ before ‘_convert’
> 
> _imaging.c:2877: error: expected ‘}’ before ‘_convert2’
> 
> _imaging.c:2878: error: expected ‘}’ before ‘_convert_matrix’
> 
> _imaging.c:2879: error: expected ‘}’ before ‘_copy’
> 
> _imaging.c:2880: error: expected ‘}’ before ‘_copy2’
> 
> _imaging.c:2884: error: expected ‘}’ before ‘_crop’
> 
> _imaging.c:2885: error: expected ‘}’ before ‘_expand’
> 
> _imaging.c:2886: error: expected ‘}’ before ‘_filter’
> 
> _imaging.c:2887: error: expected ‘}’ before ‘_histogram’
> 
> _imaging.c:2889: error: expected ‘}’ before ‘_modefilter’
> 
> _imaging.c:2891: error: expected ‘}’ before ‘_offset’
> 
> _imaging.c:2892: error: expected ‘}’ before ‘_paste’
> 
> _imaging.c:2893: error: expected ‘}’ before ‘_point’
> 
> _imaging.c:2894: error: expected ‘}’ before ‘_point_transform’
> 
> _imaging.c:2895: error: expected ‘}’ before ‘_putdata’
> 
> _imaging.c:2897: error: expected ‘}’ before ‘_quantize’
> 
> _imaging.c:2900: error: expected ‘}’ before ‘_rankfilter’
> 
> _imaging.c:2902: error: expected ‘}’ before ‘_resize’
> 
> _imaging.c:2903: error: expected ‘}’ before ‘_rotate’
> 
> _imaging.c:2904: error: expected ‘}’ before ‘_stretch’
> 
> _imaging.c:2905: error: expected ‘}’ before ‘_transpose’
> 
> _imaging.c:2906: error: expected ‘}’ before ‘_transform2’
> 
> _imaging.c:2908: error: expected ‘}’ before ‘_isblock’
> 
> _imaging.c:2910: error: expected ‘}’ before ‘_getbbox’
> 
> _imaging.c:2911: error: expected ‘}’ before ‘_getcolors’
> 
> _imaging.c:2912: error: expected ‘}’ before ‘_getextrema’
> 
> _imaging.c:2913: error: expected ‘}’ before ‘_getprojection’
> 
> _imaging.c:2915: error: expected ‘}’ before ‘_getband’
> 
> _imaging.c:2916: error: expected ‘}’ before ‘_putband’
> 
> _imaging.c:2917: error: expected ‘}’ before ‘_fillband’
> 
> _imaging.c:2919: error: expected ‘}’ before ‘im_setmode’
> 
> _imaging.c:2921: error: expected ‘}’ before ‘_getpalette’
> 
> _imaging.c:2922: error: expected ‘}’ before ‘_putpalette’
> 
> _imaging.c:2923: error: expected ‘}’ before ‘_putpalettealpha’
> 
> _imaging.c:2927: error: expected ‘}’ before ‘_chop_invert’
> 
> _imaging.c:2928: error: expected ‘}’ before ‘_chop_lighter’
> 
> _imaging.c:2929: error: expected ‘}’ before ‘_chop_darker’
> 
> _imaging.c:2930: error: expected ‘}’ before ‘_chop_difference’
> 
> _imaging.c:2931: error: expected ‘}’ before ‘_chop_multiply’
> 
> _imaging.c:2932: error: expected ‘}’ before ‘_chop_screen’
> 
> _imaging.c:2933: error: expected ‘}’ before ‘_chop_add’
> 
> _imaging.c:2934: error: expected ‘}’ before ‘_chop_subtract’
> 
> _imaging.c:2935: error: expected ‘}’ before ‘_chop_add_modulo’
> 
> _imaging.c:2936: error: expected ‘}’ before ‘_chop_subtract_modulo’
> 
> _imaging.c:2937: error: expected ‘}’ before ‘_chop_and’
> 
> _imaging.c:2938: error: expected ‘}’ before ‘_chop_or’
> 
> _imaging.c:2939: error: expected ‘}’ before ‘_chop_xor’
> 
> _imaging.c:2944: error: expected ‘}’ before ‘_gaussian_blur’
> 
> _imaging.c:2945: error: expected ‘}’ before ‘_unsharp_mask’
> 
> _imaging.c:2950: error: expected ‘}’ before ‘_effect_spread’
> 
> _imaging.c:2954: error: expected ‘}’ before ‘_new_array’
> 
> _imaging.c:2955: error: expected ‘}’ before ‘_new_block’
> 
> _imaging.c:2958: error: expected ‘}’ before ‘_save_ppm’
> 
> _imaging.c:2967: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c: In function ‘image_length’:
> 
> _imaging.c:2996: error: ‘ImagingObject’ has no member named ‘image’
> 
> _imaging.c: At top level:
> 
> _imaging.c:3001: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3016: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘image_as_sequence’
> 
> _imaging.c:3029: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘PyTypeObject’
> 
> _imaging.c:3050: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘PyTypeObject’
> 
> _imaging.c:3062: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘PyTypeObject’
> 
> _imaging.c:3076: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘pixel_access_as_mapping’
> 
> _imaging.c:3084: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘PyTypeObject’
> 
> _imaging.c:3106: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3107: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3108: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3109: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3110: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3111: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3112: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3113: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3115: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3116: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3117: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3118: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3119: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3120: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3123: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3124: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3125: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3126: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3127: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3128: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3129: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3144: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3147: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3149: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3150: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3152: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘functions’
> 
> _imaging.c:3250: warning: return type defaults to ‘int’
> 
> _imaging.c: In function ‘DL_EXPORT’:
> 
> _imaging.c:3250: error: expected declaration specifiers before ‘init_imaging’
> 
> _imaging.c:3281: error: expected ‘{’ at end of input
> 
> error: command 'gcc' failed with exit status 1
> 
> ----------------------------------------
> Command /home/marc/Downloads/GeoNode/bin/python -c "import setuptools; 
__file__='/home/marc/Downloads/GeoNode/build/PIL/setup.py'; 
execfile('/home/marc/Downloads/GeoNode/build/PIL/setup.py')" install 
--single-version-externally-managed --record 
/tmp/pip-RTAWuN-record/install-record.txt --install-headers 
/home/marc/Downloads/GeoNode/lib/include failed with error code 1
> Exception information:
> Traceback (most recent call last):
>  File 
"/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/pip-0.6.post1-py2.6.egg/pip/basecommand.py",
line 115, in main
>    self.run(options, args)
>  File 
"/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/pip-0.6.post1-py2.6.egg/pip/commands/install.py",
line 157, in run
>    requirement_set.install(install_options)
>  File 
"/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/pip-0.6.post1-py2.6.egg/pip/req.py",
line 1161, in install
>    requirement.install(install_options)
>  File 
"/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/pip-0.6.post1-py2.6.egg/pip/req.py",
line 529, in install
>    cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)
>  File 
"/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/pip-0.6.post1-py2.6.egg/pip/__init__.py",
line 207, in call_subprocess
>    % (command_desc, proc.returncode))
> InstallationError: Command /home/marc/Downloads/GeoNode/bin/python -c 
"import setuptools; 
__file__='/home/marc/Downloads/GeoNode/build/PIL/setup.py'; 
execfile('/home/marc/Downloads/GeoNode/build/PIL/setup.py')" install 
--single-version-externally-managed --record 
/tmp/pip-RTAWuN-record/install-record.txt --install-headers 
/home/marc/Downloads/GeoNode/lib/include failed with error code 1
> ------------------------------------------------------------
> bin/pip run on Wed Sep 22 09:57:04 2010
> Downloading/unpacking 
http://www.reportlab.com/ftp/ReportLab_2_3.tar.gz#egg=reportlab (from -r 
shared/core-libs.txt (line 2))
>  Using download cache from 
./build/http%3A%2F%2Fwww.reportlab.com%2Fftp%2FReportLab_2_3.tar.gz
>  Running setup.py egg_info for package from 
http://www.reportlab.com/ftp/ReportLab_2_3.tar.gz#egg=reportlab
>    ################################################
>    #Attempting install of _rl_accel, sgmlop & pyHnj
>    #extensions from '/tmp/pip-S3D_mN-build/src/rl_addons/rl_accel'
>    ################################################
>    ################################################
>    #Attempting install of _renderPM
>    #extensions from '/tmp/pip-S3D_mN-build/src/rl_addons/renderPM'
>    # installing with freetype version 21
>    ################################################
>    running egg_info
>    creating pip-egg-info/reportlab.egg-info
>    writing pip-egg-info/reportlab.egg-info/PKG-INFO
>    writing top-level names to pip-egg-info/reportlab.egg-info/top_level.txt
>    writing dependency_links to 
pip-egg-info/reportlab.egg-info/dependency_links.txt
>    writing manifest file 'pip-egg-info/reportlab.egg-info/SOURCES.txt'
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'pip-egg-info/reportlab.egg-info/SOURCES.txt'
>    writing manifest file 'pip-egg-info/reportlab.egg-info/SOURCES.txt'
> 
>    ########## SUMMARY INFO #########
>    ################################################
>    #Attempting install of _rl_accel, sgmlop & pyHnj
>    #extensions from '/tmp/pip-S3D_mN-build/src/rl_addons/rl_accel'
>    ################################################
>    ################################################
>    #Attempting install of _renderPM
>    #extensions from '/tmp/pip-S3D_mN-build/src/rl_addons/renderPM'
>    # installing with freetype version 21
>    ################################################
>  Source in /tmp/pip-S3D_mN-build has version 2.3, which satisfies 
requirement reportlab from 
http://www.reportlab.com/ftp/ReportLab_2_3.tar.gz#egg=reportlab (from -r 
shared/core-libs.txt (line 2))
> Obtaining gsconfig.py from 
git+git://github.com/dwins/gsconfig.py.git#egg=gsconfig.py (from -r 
shared/core-libs.txt (line 5))
>  Found command git at /usr/bin/git
>  Running command /usr/bin/git config remote.origin.url
>  git://github.com/dwins/gsconfig.py.git
>  Clone in ./src/gsconfig.py exists, and has correct URL 
(git://github.com/dwins/gsconfig.py.git)
>  Updating ./src/gsconfig.py clone
>  Running command /usr/bin/git fetch -q
>  Running command /usr/bin/git checkout -q -f origin/master
>  Running setup.py egg_info for package gsconfig.py
>    running egg_info
>    writing requirements to src/gsconfig.py.egg-info/requires.txt
>    writing src/gsconfig.py.egg-info/PKG-INFO
>    writing top-level names to src/gsconfig.py.egg-info/top_level.txt
>    writing dependency_links to src/gsconfig.py.egg-info/dependency_links.txt
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'src/gsconfig.py.egg-info/SOURCES.txt'
>    writing manifest file 'src/gsconfig.py.egg-info/SOURCES.txt'
> Downloading/unpacking PIL (from -r shared/core-libs.txt (line 1))
>  Running setup.py egg_info for package PIL
>    WARNING: '' not a valid package name; please use only.-separated 
package names in setup.py
>    running egg_info
>    writing pip-egg-info/PIL.egg-info/PKG-INFO
>    writing top-level names to pip-egg-info/PIL.egg-info/top_level.txt
>    writing dependency_links to pip-egg-info/PIL.egg-info/dependency_links.txt
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'pip-egg-info/PIL.egg-info/SOURCES.txt'
>    writing manifest file 'pip-egg-info/PIL.egg-info/SOURCES.txt'
>  Source in ./build/PIL has version 1.1.7, which satisfies requirement 
PIL (from -r shared/core-libs.txt (line 1))
> Downloading/unpacking simplejson (from -r shared/py-base-libs.txt (line 2))
>  Running setup.py egg_info for package simplejson
>    running egg_info
>    writing pip-egg-info/simplejson.egg-info/PKG-INFO
>    writing top-level names to pip-egg-info/simplejson.egg-info/top_level.txt
>    writing dependency_links to 
pip-egg-info/simplejson.egg-info/dependency_links.txt
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'pip-egg-info/simplejson.egg-info/SOURCES.txt'
>    writing manifest file 'pip-egg-info/simplejson.egg-info/SOURCES.txt'
>  Source in ./build/simplejson has version 2.1.1, which satisfies 
requirement simplejson (from -r shared/py-base-libs.txt (line 2))
> Obtaining OWSLib from 
svn+http://svn.gispython.org/svn/gispy/OWSLib/trunk/#egg=OWSLib (from -r 
shared/core-libs.txt (line 3))
>  Checkout in ./src/owslib exists, and has correct URL 
(http://svn.gispython.org/svn/gispy/OWSLib/trunk/)
>  Updating ./src/owslib checkout
>  Running command svn update /home/marc/Downloads/GeoNode/src/owslib
>  Running setup.py egg_info for package OWSLib
>    running egg_info
>    writing OWSLib.egg-info/PKG-INFO
>    writing top-level names to OWSLib.egg-info/top_level.txt
>    writing dependency_links to OWSLib.egg-info/dependency_links.txt
>    warning: manifest_maker: standard file '-c' not found
>    writing manifest file 'OWSLib.egg-info/SOURCES.txt'
> Requirement already satisfied (use --upgrade to upgrade): Django==1.1 in
./lib/python2.6/site-packages (from -r shared/py-base-libs.txt (line 1))
> Requirement already satisfied (use --upgrade to upgrade): 
django-extensions in ./lib/python2.6/site-packages (from -r 
shared/py-base-libs.txt (line 4))
> Requirement already satisfied (use --upgrade to upgrade): httplib2 in 
./lib/python2.6/site-packages (from -r shared/py-base-libs.txt (line 5))
> Downloading/unpacking werkzeug (from -r shared/py-base-libs.txt (line 3))
>  Running setup.py egg_info for package werkzeug
>    running egg_info
>    writing pip-egg-info/Werkzeug.egg-info/PKG-INFO
>    writing top-level names to pip-egg-info/Werkzeug.egg-info/top_level.txt
>    writing dependency_links to 
pip-egg-info/Werkzeug.egg-info/dependency_links.txt
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'pip-egg-info/Werkzeug.egg-info/SOURCES.txt'
>    reading manifest template 'MANIFEST.in'
>    no previously-included directories found matching 'docs/_build/doctrees'
>    writing manifest file 'pip-egg-info/Werkzeug.egg-info/SOURCES.txt'
>  Source in ./build/werkzeug has version 0.6.2, which satisfies 
requirement werkzeug (from -r shared/py-base-libs.txt (line 3))
> Installing collected packages: gsconfig.py, OWSLib, PIL, reportlab, 
simplejson, werkzeug
>  Running setup.py develop for gsconfig.py
>    Running command /home/marc/Downloads/GeoNode/bin/python -c "import 
setuptools; 
__file__='/home/marc/Downloads/GeoNode/src/gsconfig.py/setup.py'; 
execfile('/home/marc/Downloads/GeoNode/src/gsconfig.py/setup.py')" develop
--no-deps
>    running develop
>    running egg_info
>    writing requirements to src/gsconfig.py.egg-info/requires.txt
>    writing src/gsconfig.py.egg-info/PKG-INFO
>    writing top-level names to src/gsconfig.py.egg-info/top_level.txt
>    writing dependency_links to src/gsconfig.py.egg-info/dependency_links.txt
>    warning: manifest_maker: standard file '-c' not found
>    reading manifest file 'src/gsconfig.py.egg-info/SOURCES.txt'
>    writing manifest file 'src/gsconfig.py.egg-info/SOURCES.txt'
>    running build_ext
>    Creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/gsconfig.py.egg-link
(link to src)
>    gsconfig.py 1.0 is already the active version in easy-install.pth
> 
>    Installed /home/marc/Downloads/GeoNode/src/gsconfig.py/src
>  Running setup.py develop for OWSLib
>    Running command /home/marc/Downloads/GeoNode/bin/python -c "import 
setuptools; __file__='/home/marc/Downloads/GeoNode/src/owslib/setup.py'; 
execfile('/home/marc/Downloads/GeoNode/src/owslib/setup.py')" develop 
--no-deps
>    running develop
>    running egg_info
>    writing OWSLib.egg-info/PKG-INFO
>    writing top-level names to OWSLib.egg-info/top_level.txt
>    writing dependency_links to OWSLib.egg-info/dependency_links.txt
>    warning: manifest_maker: standard file '-c' not found
>    writing manifest file 'OWSLib.egg-info/SOURCES.txt'
>    running build_ext
>    Creating 
/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/OWSLib.egg-link 
(link to .)
>    OWSLib 0.3.2beta is already the active version in easy-install.pth
> 
>    Installed /home/marc/Downloads/GeoNode/src/owslib
>  Running setup.py install for PIL
>    Running command /home/marc/Downloads/GeoNode/bin/python -c "import 
setuptools; __file__='/home/marc/Downloads/GeoNode/build/PIL/setup.py'; 
execfile('/home/marc/Downloads/GeoNode/build/PIL/setup.py')" install 
--single-version-externally-managed --record 
/tmp/pip-ggI_ch-record/install-record.txt --install-headers 
/home/marc/Downloads/GeoNode/lib/include
>    WARNING: '' not a valid package name; please use only.-separated 
package names in setup.py
>    running install
>    running build
>    running build_py
>    running build_ext
>    building '_imaging' extension
>    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-I/usr/include/freetype2 -IlibImaging 
-I/home/marc/Downloads/GeoNode/include -I/usr/local/include -I/usr/include
-I/usr/include/python2.6 -c _imaging.c -o 
build/temp.linux-x86_64-2.6/_imaging.o
>    _imaging.c:75:20: error: Python.h: No such file or directory
>    In file included from libImaging/Imaging.h:14,
>                     from _imaging.c:77:
>    libImaging/ImPlatform.h:14:2: error: #error Sorry, this library 
requires support for ANSI prototypes.
>    libImaging/ImPlatform.h:17:2: error: #error Sorry, this library 
requires ANSI header files.
>    libImaging/ImPlatform.h:55:2: error: #error Cannot find required 
32-bit integer type
>    In file included from _imaging.c:77:
>    libImaging/Imaging.h:90: error: expected specifier-qualifier-list 
before ‘INT32’
>    libImaging/Imaging.h:264: error: expected specifier-qualifier-list 
before ‘INT32’
>    libImaging/Imaging.h:395: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘ImagingCRC32’
>    _imaging.c:124: error: expected specifier-qualifier-list before 
‘PyObject_HEAD’
>    _imaging.c:129: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:143: error: expected specifier-qualifier-list before 
‘PyObject_HEAD’
>    _imaging.c:151: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:154: error: expected specifier-qualifier-list before 
‘PyObject_HEAD’
>    _imaging.c:160: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:165: error: expected specifier-qualifier-list before 
‘PyObject_HEAD’
>    _imaging.c:170: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:172: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c: In function ‘_dealloc’:
>    _imaging.c:204: error: ‘ImagingObject’ has no member named ‘access’
>    _imaging.c:206: error: ‘ImagingObject’ has no member named ‘image’
>    _imaging.c:207: warning: implicit declaration of function ‘PyMem_DEL’
>    _imaging.c: At top level:
>    _imaging.c:212: error: expected ‘)’ before ‘*’ token
>    _imaging.c: In function ‘ImagingSectionEnter’:
>    _imaging.c:230: error: ‘PyThreadState’ undeclared (first use in this 
function)
>    _imaging.c:230: error: (Each undeclared identifier is reported only once
>    _imaging.c:230: error: for each function it appears in.)
>    _imaging.c:230: error: expected expression before ‘)’ token
>    _imaging.c: In function ‘ImagingSectionLeave’:
>    _imaging.c:237: warning: implicit declaration of function 
‘PyEval_RestoreThread’
>    _imaging.c:237: error: ‘PyThreadState’ undeclared (first use in this 
function)
>    _imaging.c:237: error: expected expression before ‘)’ token
>    _imaging.c: At top level:
>    _imaging.c:248: error: expected ‘)’ before ‘*’ token
>    _imaging.c:257: error: expected ‘)’ before ‘*’ token
>    _imaging.c: In function ‘ImagingError_IOError’:
>    _imaging.c:301: warning: implicit declaration of function ‘PyErr_SetString’
>    _imaging.c:301: error: ‘PyExc_IOError’ undeclared (first use in this 
function)
>    _imaging.c:302: error: ‘NULL’ undeclared (first use in this function)
>    _imaging.c: In function ‘ImagingError_MemoryError’:
>    _imaging.c:308: warning: implicit declaration of function ‘PyErr_NoMemory’
>    _imaging.c:308: warning: return makes pointer from integer without a cast
>    _imaging.c: In function ‘ImagingError_Mismatch’:
>    _imaging.c:314: error: ‘PyExc_ValueError’ undeclared (first use in 
this function)
>    _imaging.c:315: error: ‘NULL’ undeclared (first use in this function)
>    _imaging.c: In function ‘ImagingError_ModeError’:
>    _imaging.c:321: error: ‘PyExc_ValueError’ undeclared (first use in 
this function)
>    _imaging.c:322: error: ‘NULL’ undeclared (first use in this function)
>    _imaging.c: In function ‘ImagingError_ValueError’:
>    _imaging.c:329: error: ‘PyExc_ValueError’ undeclared (first use in 
this function)
>    _imaging.c:332: error: ‘NULL’ undeclared (first use in this function)
>    _imaging.c: In function ‘ImagingError_Clear’:
>    _imaging.c:338: warning: implicit declaration of function ‘PyErr_Clear’
>    _imaging.c: At top level:
>    _imaging.c:369: error: expected ‘)’ before ‘*’ token
>    _imaging.c:464: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:510: error: expected ‘)’ before ‘*’ token
>    _imaging.c:587: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:619: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:631: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:643: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:655: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:664: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:675: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:686: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:697: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:719: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:743: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:760: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:777: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:786: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:803: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:813: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:824: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:857: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:879: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:914: error: expected ‘)’ before ‘*’ token
>    _imaging.c:954: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:981: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1054: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1065: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1075: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1191: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1202: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1339: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1359: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1394: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1419: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1448: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1459: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1479: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1530: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1568: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1614: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1689: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1739: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1765: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1771: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1783: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1817: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1845: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1874: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1885: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1901: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1922: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1928: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1939: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1950: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1961: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1972: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:1983: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2001: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2019: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2030: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2041: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2052: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2063: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2081: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c: In function ‘_font_dealloc’:
>    _imaging.c:2142: warning: implicit declaration of function ‘Py_XDECREF’
>    _imaging.c:2142: error: ‘ImagingFontObject’ has no member named ‘ref’
>    _imaging.c: In function ‘textwidth’:
>    _imaging.c:2152: error: ‘ImagingFontObject’ has no member named ‘glyphs’
>    _imaging.c: At top level:
>    _imaging.c:2157: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2205: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2215: error: array type has incomplete element type
>    _imaging.c:2216: error: ‘PyCFunction’ undeclared here (not in a function)
>    _imaging.c:2216: error: expected ‘}’ before ‘_font_getmask’
>    _imaging.c:2217: error: expected ‘}’ before ‘_font_getsize’
>    _imaging.c:2218: error: ‘NULL’ undeclared here (not in a function)
>    _imaging.c:2221: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2229: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c: In function ‘_draw_dealloc’:
>    _imaging.c:2257: error: ‘ImagingDrawObject’ has no member named ‘image’
>    _imaging.c: At top level:
>    _imaging.c:2261: error: expected ‘)’ before ‘*’ token
>    _imaging.c:2263: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2278: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2298: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2335: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2353: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2390: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2406: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2459: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2474: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2507: error: expected ‘)’ before ‘*’ token
>    _imaging.c:2509: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2536: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2554: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2600: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2637: error: array type has incomplete element type
>    _imaging.c:2640: error: expected ‘}’ before ‘_draw_line’
>    _imaging.c:2641: error: expected ‘}’ before ‘_draw_lines’
>    _imaging.c:2643: error: expected ‘}’ before ‘_draw_outline’
>    _imaging.c:2645: error: expected ‘}’ before ‘_draw_polygon’
>    _imaging.c:2646: error: expected ‘}’ before ‘_draw_rectangle’
>    _imaging.c:2647: error: expected ‘}’ before ‘_draw_point’
>    _imaging.c:2648: error: expected ‘}’ before ‘_draw_points’
>    _imaging.c:2649: error: expected ‘}’ before ‘_draw_arc’
>    _imaging.c:2650: error: expected ‘}’ before ‘_draw_bitmap’
>    _imaging.c:2651: error: expected ‘}’ before ‘_draw_chord’
>    _imaging.c:2652: error: expected ‘}’ before ‘_draw_ellipse’
>    _imaging.c:2653: error: expected ‘}’ before ‘_draw_pieslice’
>    _imaging.c:2654: error: expected ‘}’ before ‘_draw_ink’
>    _imaging.c:2659: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2668: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c: In function ‘pixel_access_dealloc’:
>    _imaging.c:2693: error: ‘PixelAccessObject’ has no member named ‘image’
>    _imaging.c: At top level:
>    _imaging.c:2697: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2708: error: expected declaration specifiers or ‘...’ 
before ‘PyObject’
>    _imaging.c:2708: error: expected declaration specifiers or ‘...’ 
before ‘PyObject’
>    _imaging.c: In function ‘pixel_access_setitem’:
>    _imaging.c:2710: error: ‘PixelAccessObject’ has no member named ‘image’
>    _imaging.c:2714: error: ‘PixelAccessObject’ has no member named ‘readonly’
>    _imaging.c:2719: warning: implicit declaration of function ‘_getxy’
>    _imaging.c:2719: error: ‘xy’ undeclared (first use in this function)
>    _imaging.c:2723: error: ‘PyExc_IndexError’ undeclared (first use in 
this function)
>    _imaging.c:2727: error: ‘color’ undeclared (first use in this function)
>    _imaging.c:2730: warning: implicit declaration of function ‘getink’
>    _imaging.c:2733: error: ‘PixelAccessObject’ has no member named ‘image’
>    _imaging.c: At top level:
>    _imaging.c:2744: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2763: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2774: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2791: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2811: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2846: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:2867: error: array type has incomplete element type
>    _imaging.c:2870: error: expected ‘}’ before ‘_getpixel’
>    _imaging.c:2871: error: expected ‘}’ before ‘_putpixel’
>    _imaging.c:2873: error: expected ‘}’ before ‘pixel_access_new’
>    _imaging.c:2876: error: expected ‘}’ before ‘_convert’
>    _imaging.c:2877: error: expected ‘}’ before ‘_convert2’
>    _imaging.c:2878: error: expected ‘}’ before ‘_convert_matrix’
>    _imaging.c:2879: error: expected ‘}’ before ‘_copy’
>    _imaging.c:2880: error: expected ‘}’ before ‘_copy2’
>    _imaging.c:2884: error: expected ‘}’ before ‘_crop’
>    _imaging.c:2885: error: expected ‘}’ before ‘_expand’
>    _imaging.c:2886: error: expected ‘}’ before ‘_filter’
>    _imaging.c:2887: error: expected ‘}’ before ‘_histogram’
>    _imaging.c:2889: error: expected ‘}’ before ‘_modefilter’
>    _imaging.c:2891: error: expected ‘}’ before ‘_offset’
>    _imaging.c:2892: error: expected ‘}’ before ‘_paste’
>    _imaging.c:2893: error: expected ‘}’ before ‘_point’
>    _imaging.c:2894: error: expected ‘}’ before ‘_point_transform’
>    _imaging.c:2895: error: expected ‘}’ before ‘_putdata’
>    _imaging.c:2897: error: expected ‘}’ before ‘_quantize’
>    _imaging.c:2900: error: expected ‘}’ before ‘_rankfilter’
>    _imaging.c:2902: error: expected ‘}’ before ‘_resize’
>    _imaging.c:2903: error: expected ‘}’ before ‘_rotate’
>    _imaging.c:2904: error: expected ‘}’ before ‘_stretch’
>    _imaging.c:2905: error: expected ‘}’ before ‘_transpose’
>    _imaging.c:2906: error: expected ‘}’ before ‘_transform2’
>    _imaging.c:2908: error: expected ‘}’ before ‘_isblock’
>    _imaging.c:2910: error: expected ‘}’ before ‘_getbbox’
>    _imaging.c:2911: error: expected ‘}’ before ‘_getcolors’
>    _imaging.c:2912: error: expected ‘}’ before ‘_getextrema’
>    _imaging.c:2913: error: expected ‘}’ before ‘_getprojection’
>    _imaging.c:2915: error: expected ‘}’ before ‘_getband’
>    _imaging.c:2916: error: expected ‘}’ before ‘_putband’
>    _imaging.c:2917: error: expected ‘}’ before ‘_fillband’
>    _imaging.c:2919: error: expected ‘}’ before ‘im_setmode’
>    _imaging.c:2921: error: expected ‘}’ before ‘_getpalette’
>    _imaging.c:2922: error: expected ‘}’ before ‘_putpalette’
>    _imaging.c:2923: error: expected ‘}’ before ‘_putpalettealpha’
>    _imaging.c:2927: error: expected ‘}’ before ‘_chop_invert’
>    _imaging.c:2928: error: expected ‘}’ before ‘_chop_lighter’
>    _imaging.c:2929: error: expected ‘}’ before ‘_chop_darker’
>    _imaging.c:2930: error: expected ‘}’ before ‘_chop_difference’
>    _imaging.c:2931: error: expected ‘}’ before ‘_chop_multiply’
>    _imaging.c:2932: error: expected ‘}’ before ‘_chop_screen’
>    _imaging.c:2933: error: expected ‘}’ before ‘_chop_add’
>    _imaging.c:2934: error: expected ‘}’ before ‘_chop_subtract’
>    _imaging.c:2935: error: expected ‘}’ before ‘_chop_add_modulo’
>    _imaging.c:2936: error: expected ‘}’ before ‘_chop_subtract_modulo’
>    _imaging.c:2937: error: expected ‘}’ before ‘_chop_and’
>    _imaging.c:2938: error: expected ‘}’ before ‘_chop_or’
>    _imaging.c:2939: error: expected ‘}’ before ‘_chop_xor’
>    _imaging.c:2944: error: expected ‘}’ before ‘_gaussian_blur’
>    _imaging.c:2945: error: expected ‘}’ before ‘_unsharp_mask’
>    _imaging.c:2950: error: expected ‘}’ before ‘_effect_spread’
>    _imaging.c:2954: error: expected ‘}’ before ‘_new_array’
>    _imaging.c:2955: error: expected ‘}’ before ‘_new_block’
>    _imaging.c:2958: error: expected ‘}’ before ‘_save_ppm’
>    _imaging.c:2967: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c: In function ‘image_length’:
>    _imaging.c:2996: error: ‘ImagingObject’ has no member named ‘image’
>    _imaging.c: At top level:
>    _imaging.c:3001: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3016: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘image_as_sequence’
>    _imaging.c:3029: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:3050: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:3062: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:3076: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘pixel_access_as_mapping’
>    _imaging.c:3084: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘PyTypeObject’
>    _imaging.c:3106: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3107: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3108: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3109: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3110: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3111: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3112: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3113: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3115: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3116: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3117: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3118: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3119: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3120: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3123: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3124: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3125: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3126: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3127: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3128: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3129: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3144: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3147: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3149: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3150: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
>    _imaging.c:3152: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘functions’
>    _imaging.c:3250: warning: return type defaults to ‘int’
>    _imaging.c: In function ‘DL_EXPORT’:
>    _imaging.c:3250: error: expected declaration specifiers before ‘init_imaging’
>    _imaging.c:3281: error: expected ‘{’ at end of input
>    error: command 'gcc' failed with exit status 1
>    Complete output from command /home/marc/Downloads/GeoNode/bin/python 
-c "import setuptools; 
__file__='/home/marc/Downloads/GeoNode/build/PIL/setup.py'; 
execfile('/home/marc/Downloads/GeoNode/build/PIL/setup.py')" install 
--single-version-externally-managed --record 
/tmp/pip-ggI_ch-record/install-record.txt --install-headers 
/home/marc/Downloads/GeoNode/lib/include:
>    WARNING: '' not a valid package name; please use only.-separated 
package names in setup.py
> 
> running install
> 
> running build
> 
> running build_py
> 
> running build_ext
> 
> building '_imaging' extension
> 
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-I/usr/include/freetype2 -IlibImaging 
-I/home/marc/Downloads/GeoNode/include -I/usr/local/include -I/usr/include
-I/usr/include/python2.6 -c _imaging.c -o 
build/temp.linux-x86_64-2.6/_imaging.o
> 
> _imaging.c:75:20: error: Python.h: No such file or directory
> 
> In file included from libImaging/Imaging.h:14,
> 
>                 from _imaging.c:77:
> 
> libImaging/ImPlatform.h:14:2: error: #error Sorry, this library requires
support for ANSI prototypes.
> 
> libImaging/ImPlatform.h:17:2: error: #error Sorry, this library requires
ANSI header files.
> 
> libImaging/ImPlatform.h:55:2: error: #error Cannot find required 32-bit 
integer type
> 
> In file included from _imaging.c:77:
> 
> libImaging/Imaging.h:90: error: expected specifier-qualifier-list before ‘INT32’
> 
> libImaging/Imaging.h:264: error: expected specifier-qualifier-list 
before ‘INT32’
> 
> libImaging/Imaging.h:395: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘ImagingCRC32’
> 
> _imaging.c:124: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
> 
> _imaging.c:129: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘PyTypeObject’
> 
> _imaging.c:143: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
> 
> _imaging.c:151: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘PyTypeObject’
> 
> _imaging.c:154: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
> 
> _imaging.c:160: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘PyTypeObject’
> 
> _imaging.c:165: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
> 
> _imaging.c:170: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘PyTypeObject’
> 
> _imaging.c:172: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c: In function ‘_dealloc’:
> 
> _imaging.c:204: error: ‘ImagingObject’ has no member named ‘access’
> 
> _imaging.c:206: error: ‘ImagingObject’ has no member named ‘image’
> 
> _imaging.c:207: warning: implicit declaration of function ‘PyMem_DEL’
> 
> _imaging.c: At top level:
> 
> _imaging.c:212: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c: In function ‘ImagingSectionEnter’:
> 
> _imaging.c:230: error: ‘PyThreadState’ undeclared (first use in this function)
> 
> _imaging.c:230: error: (Each undeclared identifier is reported only once
> 
> _imaging.c:230: error: for each function it appears in.)
> 
> _imaging.c:230: error: expected expression before ‘)’ token
> 
> _imaging.c: In function ‘ImagingSectionLeave’:
> 
> _imaging.c:237: warning: implicit declaration of function ‘PyEval_RestoreThread’
> 
> _imaging.c:237: error: ‘PyThreadState’ undeclared (first use in this function)
> 
> _imaging.c:237: error: expected expression before ‘)’ token
> 
> _imaging.c: At top level:
> 
> _imaging.c:248: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c:257: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c: In function ‘ImagingError_IOError’:
> 
> _imaging.c:301: warning: implicit declaration of function ‘PyErr_SetString’
> 
> _imaging.c:301: error: ‘PyExc_IOError’ undeclared (first use in this function)
> 
> _imaging.c:302: error: ‘NULL’ undeclared (first use in this function)
> 
> _imaging.c: In function ‘ImagingError_MemoryError’:
> 
> _imaging.c:308: warning: implicit declaration of function ‘PyErr_NoMemory’
> 
> _imaging.c:308: warning: return makes pointer from integer without a cast
> 
> _imaging.c: In function ‘ImagingError_Mismatch’:
> 
> _imaging.c:314: error: ‘PyExc_ValueError’ undeclared (first use in this 
function)
> 
> _imaging.c:315: error: ‘NULL’ undeclared (first use in this function)
> 
> _imaging.c: In function ‘ImagingError_ModeError’:
> 
> _imaging.c:321: error: ‘PyExc_ValueError’ undeclared (first use in this 
function)
> 
> _imaging.c:322: error: ‘NULL’ undeclared (first use in this function)
> 
> _imaging.c: In function ‘ImagingError_ValueError’:
> 
> _imaging.c:329: error: ‘PyExc_ValueError’ undeclared (first use in this 
function)
> 
> _imaging.c:332: error: ‘NULL’ undeclared (first use in this function)
> 
> _imaging.c: In function ‘ImagingError_Clear’:
> 
> _imaging.c:338: warning: implicit declaration of function ‘PyErr_Clear’
> 
> _imaging.c: At top level:
> 
> _imaging.c:369: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c:464: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:510: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c:587: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:619: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:631: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:643: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:655: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:664: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:675: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:686: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:697: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:719: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:743: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:760: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:777: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:786: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:803: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:813: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:824: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:857: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:879: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:914: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c:954: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:981: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘*’ token
> 
> _imaging.c:1054: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1065: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1075: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1191: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1202: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1339: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1359: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1394: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1419: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1448: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1459: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1479: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1530: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1568: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1614: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1689: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1739: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1765: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1771: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1783: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1817: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1845: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1874: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1885: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1901: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1922: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1928: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1939: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1950: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1961: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1972: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:1983: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2001: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2019: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2030: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2041: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2052: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2063: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2081: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c: In function ‘_font_dealloc’:
> 
> _imaging.c:2142: warning: implicit declaration of function ‘Py_XDECREF’
> 
> _imaging.c:2142: error: ‘ImagingFontObject’ has no member named ‘ref’
> 
> _imaging.c: In function ‘textwidth’:
> 
> _imaging.c:2152: error: ‘ImagingFontObject’ has no member named ‘glyphs’
> 
> _imaging.c: At top level:
> 
> _imaging.c:2157: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2205: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2215: error: array type has incomplete element type
> 
> _imaging.c:2216: error: ‘PyCFunction’ undeclared here (not in a function)
> 
> _imaging.c:2216: error: expected ‘}’ before ‘_font_getmask’
> 
> _imaging.c:2217: error: expected ‘}’ before ‘_font_getsize’
> 
> _imaging.c:2218: error: ‘NULL’ undeclared here (not in a function)
> 
> _imaging.c:2221: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2229: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c: In function ‘_draw_dealloc’:
> 
> _imaging.c:2257: error: ‘ImagingDrawObject’ has no member named ‘image’
> 
> _imaging.c: At top level:
> 
> _imaging.c:2261: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c:2263: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2278: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2298: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2335: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2353: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2390: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2406: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2459: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2474: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2507: error: expected ‘)’ before ‘*’ token
> 
> _imaging.c:2509: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2536: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2554: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2600: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2637: error: array type has incomplete element type
> 
> _imaging.c:2640: error: expected ‘}’ before ‘_draw_line’
> 
> _imaging.c:2641: error: expected ‘}’ before ‘_draw_lines’
> 
> _imaging.c:2643: error: expected ‘}’ before ‘_draw_outline’
> 
> _imaging.c:2645: error: expected ‘}’ before ‘_draw_polygon’
> 
> _imaging.c:2646: error: expected ‘}’ before ‘_draw_rectangle’
> 
> _imaging.c:2647: error: expected ‘}’ before ‘_draw_point’
> 
> _imaging.c:2648: error: expected ‘}’ before ‘_draw_points’
> 
> _imaging.c:2649: error: expected ‘}’ before ‘_draw_arc’
> 
> _imaging.c:2650: error: expected ‘}’ before ‘_draw_bitmap’
> 
> _imaging.c:2651: error: expected ‘}’ before ‘_draw_chord’
> 
> _imaging.c:2652: error: expected ‘}’ before ‘_draw_ellipse’
> 
> _imaging.c:2653: error: expected ‘}’ before ‘_draw_pieslice’
> 
> _imaging.c:2654: error: expected ‘}’ before ‘_draw_ink’
> 
> _imaging.c:2659: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2668: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c: In function ‘pixel_access_dealloc’:
> 
> _imaging.c:2693: error: ‘PixelAccessObject’ has no member named ‘image’
> 
> _imaging.c: At top level:
> 
> _imaging.c:2697: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2708: error: expected declaration specifiers or ‘...’ before 
‘PyObject’
> 
> _imaging.c:2708: error: expected declaration specifiers or ‘...’ before 
‘PyObject’
> 
> _imaging.c: In function ‘pixel_access_setitem’:
> 
> _imaging.c:2710: error: ‘PixelAccessObject’ has no member named ‘image’
> 
> _imaging.c:2714: error: ‘PixelAccessObject’ has no member named ‘readonly’
> 
> _imaging.c:2719: warning: implicit declaration of function ‘_getxy’
> 
> _imaging.c:2719: error: ‘xy’ undeclared (first use in this function)
> 
> _imaging.c:2723: error: ‘PyExc_IndexError’ undeclared (first use in this
function)
> 
> _imaging.c:2727: error: ‘color’ undeclared (first use in this function)
> 
> _imaging.c:2730: warning: implicit declaration of function ‘getink’
> 
> _imaging.c:2733: error: ‘PixelAccessObject’ has no member named ‘image’
> 
> _imaging.c: At top level:
> 
> _imaging.c:2744: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2763: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2774: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2791: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2811: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2846: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:2867: error: array type has incomplete element type
> 
> _imaging.c:2870: error: expected ‘}’ before ‘_getpixel’
> 
> _imaging.c:2871: error: expected ‘}’ before ‘_putpixel’
> 
> _imaging.c:2873: error: expected ‘}’ before ‘pixel_access_new’
> 
> _imaging.c:2876: error: expected ‘}’ before ‘_convert’
> 
> _imaging.c:2877: error: expected ‘}’ before ‘_convert2’
> 
> _imaging.c:2878: error: expected ‘}’ before ‘_convert_matrix’
> 
> _imaging.c:2879: error: expected ‘}’ before ‘_copy’
> 
> _imaging.c:2880: error: expected ‘}’ before ‘_copy2’
> 
> _imaging.c:2884: error: expected ‘}’ before ‘_crop’
> 
> _imaging.c:2885: error: expected ‘}’ before ‘_expand’
> 
> _imaging.c:2886: error: expected ‘}’ before ‘_filter’
> 
> _imaging.c:2887: error: expected ‘}’ before ‘_histogram’
> 
> _imaging.c:2889: error: expected ‘}’ before ‘_modefilter’
> 
> _imaging.c:2891: error: expected ‘}’ before ‘_offset’
> 
> _imaging.c:2892: error: expected ‘}’ before ‘_paste’
> 
> _imaging.c:2893: error: expected ‘}’ before ‘_point’
> 
> _imaging.c:2894: error: expected ‘}’ before ‘_point_transform’
> 
> _imaging.c:2895: error: expected ‘}’ before ‘_putdata’
> 
> _imaging.c:2897: error: expected ‘}’ before ‘_quantize’
> 
> _imaging.c:2900: error: expected ‘}’ before ‘_rankfilter’
> 
> _imaging.c:2902: error: expected ‘}’ before ‘_resize’
> 
> _imaging.c:2903: error: expected ‘}’ before ‘_rotate’
> 
> _imaging.c:2904: error: expected ‘}’ before ‘_stretch’
> 
> _imaging.c:2905: error: expected ‘}’ before ‘_transpose’
> 
> _imaging.c:2906: error: expected ‘}’ before ‘_transform2’
> 
> _imaging.c:2908: error: expected ‘}’ before ‘_isblock’
> 
> _imaging.c:2910: error: expected ‘}’ before ‘_getbbox’
> 
> _imaging.c:2911: error: expected ‘}’ before ‘_getcolors’
> 
> _imaging.c:2912: error: expected ‘}’ before ‘_getextrema’
> 
> _imaging.c:2913: error: expected ‘}’ before ‘_getprojection’
> 
> _imaging.c:2915: error: expected ‘}’ before ‘_getband’
> 
> _imaging.c:2916: error: expected ‘}’ before ‘_putband’
> 
> _imaging.c:2917: error: expected ‘}’ before ‘_fillband’
> 
> _imaging.c:2919: error: expected ‘}’ before ‘im_setmode’
> 
> _imaging.c:2921: error: expected ‘}’ before ‘_getpalette’
> 
> _imaging.c:2922: error: expected ‘}’ before ‘_putpalette’
> 
> _imaging.c:2923: error: expected ‘}’ before ‘_putpalettealpha’
> 
> _imaging.c:2927: error: expected ‘}’ before ‘_chop_invert’
> 
> _imaging.c:2928: error: expected ‘}’ before ‘_chop_lighter’
> 
> _imaging.c:2929: error: expected ‘}’ before ‘_chop_darker’
> 
> _imaging.c:2930: error: expected ‘}’ before ‘_chop_difference’
> 
> _imaging.c:2931: error: expected ‘}’ before ‘_chop_multiply’
> 
> _imaging.c:2932: error: expected ‘}’ before ‘_chop_screen’
> 
> _imaging.c:2933: error: expected ‘}’ before ‘_chop_add’
> 
> _imaging.c:2934: error: expected ‘}’ before ‘_chop_subtract’
> 
> _imaging.c:2935: error: expected ‘}’ before ‘_chop_add_modulo’
> 
> _imaging.c:2936: error: expected ‘}’ before ‘_chop_subtract_modulo’
> 
> _imaging.c:2937: error: expected ‘}’ before ‘_chop_and’
> 
> _imaging.c:2938: error: expected ‘}’ before ‘_chop_or’
> 
> _imaging.c:2939: error: expected ‘}’ before ‘_chop_xor’
> 
> _imaging.c:2944: error: expected ‘}’ before ‘_gaussian_blur’
> 
> _imaging.c:2945: error: expected ‘}’ before ‘_unsharp_mask’
> 
> _imaging.c:2950: error: expected ‘}’ before ‘_effect_spread’
> 
> _imaging.c:2954: error: expected ‘}’ before ‘_new_array’
> 
> _imaging.c:2955: error: expected ‘}’ before ‘_new_block’
> 
> _imaging.c:2958: error: expected ‘}’ before ‘_save_ppm’
> 
> _imaging.c:2967: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c: In function ‘image_length’:
> 
> _imaging.c:2996: error: ‘ImagingObject’ has no member named ‘image’
> 
> _imaging.c: At top level:
> 
> _imaging.c:3001: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3016: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘image_as_sequence’
> 
> _imaging.c:3029: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘PyTypeObject’
> 
> _imaging.c:3050: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘PyTypeObject’
> 
> _imaging.c:3062: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘PyTypeObject’
> 
> _imaging.c:3076: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘pixel_access_as_mapping’
> 
> _imaging.c:3084: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘PyTypeObject’
> 
> _imaging.c:3106: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3107: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3108: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3109: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3110: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3111: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3112: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3113: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3115: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3116: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3117: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3118: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3119: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3120: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3123: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3124: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3125: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3126: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3127: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3128: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3129: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3144: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3147: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3149: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3150: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
> 
> _imaging.c:3152: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘functions’
> 
> _imaging.c:3250: warning: return type defaults to ‘int’
> 
> _imaging.c: In function ‘DL_EXPORT’:
> 
> _imaging.c:3250: error: expected declaration specifiers before ‘init_imaging’
> 
> _imaging.c:3281: error: expected ‘{’ at end of input
> 
> error: command 'gcc' failed with exit status 1
> 
> ----------------------------------------
> Command /home/marc/Downloads/GeoNode/bin/python -c "import setuptools; 
__file__='/home/marc/Downloads/GeoNode/build/PIL/setup.py'; 
execfile('/home/marc/Downloads/GeoNode/build/PIL/setup.py')" install 
--single-version-externally-managed --record 
/tmp/pip-ggI_ch-record/install-record.txt --install-headers 
/home/marc/Downloads/GeoNode/lib/include failed with error code 1
> Exception information:
> Traceback (most recent call last):
>  File 
"/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/pip-0.6.post1-py2.6.egg/pip/basecommand.py",
line 115, in main
>    self.run(options, args)
>  File 
"/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/pip-0.6.post1-py2.6.egg/pip/commands/install.py",
line 157, in run
>    requirement_set.install(install_options)
>  File 
"/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/pip-0.6.post1-py2.6.egg/pip/req.py",
line 1161, in install
>    requirement.install(install_options)
>  File 
"/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/pip-0.6.post1-py2.6.egg/pip/req.py",
line 529, in install
>    cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)
>  File 
"/home/marc/Downloads/GeoNode/lib/python2.6/site-packages/pip-0.6.post1-py2.6.egg/pip/__init__.py",
line 207, in call_subprocess
>    % (command_desc, proc.returncode))
> InstallationError: Command /home/marc/Downloads/GeoNode/bin/python -c 
"import setuptools; 
__file__='/home/marc/Downloads/GeoNode/build/PIL/setup.py'; 
execfile('/home/marc/Downloads/GeoNode/build/PIL/setup.py')" install 
--single-version-externally-managed --record 
/tmp/pip-ggI_ch-record/install-record.txt --install-headers 
/home/marc/Downloads/GeoNode/lib/include failed with error code 1
> 

Re: [geonode] Installation from trunk: failed

From:
Joanne Cook
Date:
2010-09-22 @ 08:32
Hi Marc,

I think you need the python-dev package too- that helped me with the same error.

Jo

----- Original Message -----
From: "Marc Jansen" <jansen@terrestris.de>
To: geonode@librelist.com
Sent: Wednesday, 22 September, 2010 9:21:54 AM
Subject: [geonode] Installation from trunk: failed

Hi list,

I tried to follow the instructions in the svn-wiki to install GeoNode
from trunk but failed when running bootstrap.py:
http://projects.opengeo.org/CAPRA/browser/GeoNode/trunk/README.rst

python bootstrap.py --no-site-packages
[excerpt] [...]
building '_imaging' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ
-I/usr/include/freetype2 -IlibImaging
-I/home/marc/Downloads/GeoNode/include -I/usr/local/include
-I/usr/include -I/usr/include/python2.6 -c _imaging.c -o
build/temp.linux-x86_64-2.6/_imaging.o _imaging.c:75:20: error:
Python.h: No such file or directory
[...]
error: command 'gcc' failed with exit status 1
[...] Build failed: Subprocess return code: 1
[/excerpt]

This is my system:

javac 1.6.0_20
Python 2.6.5
Apache Maven 2.2.1 (rdebian-1)
Java version: 1.6.0_18
Java home: /usr/lib/jvm/java-6-openjdk/jre
Default locale: de_DE, platform encoding: UTF-8
OS name: "linux" version: "2.6.32-25-generic" arch: "amd64" Family:
"unix"

Attached is the pip-logfile (although I do not know whether attachments
are allowed with librelist. I'll post it elsewhere, if I can't attach
the file).

If you need more information to tackle down the problem, just tell me.

Any help is greatly appreciated.

Thanks in advance,

Marc



Downloading/unpacking
http://www.reportlab.com/ftp/ReportLab_2_3.tar.gz#egg=reportlab (from -r
shared/core-libs.txt (line 2))
Creating supposed download cache at ./build
Downloading from URL
http://www.reportlab.com/ftp/ReportLab_2_3.tar.gz#egg=reportlab Storing
download in cache at
./build/http%3A%2F%2Fwww.reportlab.com%2Fftp%2FReportLab_2_3.tar.gz
Running setup.py egg_info for package from
http://www.reportlab.com/ftp/ReportLab_2_3.tar.gz#egg=reportlab
################################################ #Attempting install of
_rl_accel, sgmlop & pyHnj
#extensions from '/tmp/pip-wn2kgV-build/src/rl_addons/rl_accel'
################################################
################################################ #Attempting install of
_renderPM #extensions from
'/tmp/pip-wn2kgV-build/src/rl_addons/renderPM' # installing with
freetype version 21
################################################ running egg_info
creating pip-egg-info/reportlab.egg-info
writing pip-egg-info/reportlab.egg-info/PKG-INFO
writing top-level names to pip-egg-info/reportlab.egg-info/top_level.txt
writing dependency_links to
pip-egg-info/reportlab.egg-info/dependency_links.txt writing manifest
file 'pip-egg-info/reportlab.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/reportlab.egg-info/SOURCES.txt'
writing manifest file 'pip-egg-info/reportlab.egg-info/SOURCES.txt'

########## SUMMARY INFO #########
################################################ #Attempting install of
_rl_accel, sgmlop & pyHnj
#extensions from '/tmp/pip-wn2kgV-build/src/rl_addons/rl_accel'
################################################
################################################ #Attempting install of
_renderPM #extensions from
'/tmp/pip-wn2kgV-build/src/rl_addons/renderPM' # installing with
freetype version 21
################################################ Source in
/tmp/pip-wn2kgV-build has version 2.3, which satisfies requirement
reportlab from
http://www.reportlab.com/ftp/ReportLab_2_3.tar.gz#egg=reportlab (from -r
shared/core-libs.txt (line 2))
Obtaining gsconfig.py from
git+git://github.com/dwins/gsconfig.py.git#egg=gsconfig.py (from -r
shared/core-libs.txt (line 5))
Cloning git://github.com/dwins/gsconfig.py.git to ./src/gsconfig.py
Found command git at /usr/bin/git
Running command /usr/bin/git clone -q
git://github.com/dwins/gsconfig.py.git
/home/marc/Downloads/GeoNode/src/gsconfig.py Running command
/usr/bin/git checkout -q origin/master
Running setup.py egg_info for package gsconfig.py
running egg_info
creating src/gsconfig.py.egg-info
writing requirements to src/gsconfig.py.egg-info/requires.txt
writing src/gsconfig.py.egg-info/PKG-INFO
writing top-level names to src/gsconfig.py.egg-info/top_level.txt
writing dependency_links to
src/gsconfig.py.egg-info/dependency_links.txt writing manifest file
'src/gsconfig.py.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'src/gsconfig.py.egg-info/SOURCES.txt'
writing manifest file 'src/gsconfig.py.egg-info/SOURCES.txt'
Downloading/unpacking PIL (from -r shared/core-libs.txt (line 1))
Getting page http://pypi.python.org/simple/PIL
URLs to search for versions for PIL (from -r shared/core-libs.txt (line
1)): * http://pypi.python.org/simple/PIL/
Getting page http://www.pythonware.com/products/pil
Getting page http://effbot.org/zone/pil-changes-115.htm
Skipping page http://www.pythonware.com/downloads/Imaging-1.1.3.tar.gz
(from http://pypi.python.org/simple/PIL/) because of Content-Type:
Getting page http://effbot.org/downloads/
Analyzing links from page http://pypi.python.org/simple/PIL/
Skipping link http://www.pythonware.com/products/pil (from
http://pypi.python.org/simple/PIL/); not a file
Skipping link http://effbot.org/zone/pil-changes-115.htm (from
http://pypi.python.org/simple/PIL/); unknown archive format: .htm
Skipping link http://www.pythonware.com/products/pil/ (from
http://pypi.python.org/simple/PIL/); not a file
Skipping link http://www.pythonware.com/downloads/Imaging-1.1.3.tar.gz
(from http://pypi.python.org/simple/PIL/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/#Imaging (from
http://pypi.python.org/simple/PIL/); not a file
Analyzing links from page http://www.pythonware.com/products/pil/
Skipping link http://www.pythonware.com/media/css/pythonware.css (from
http://www.pythonware.com/products/pil/); unknown archive format: .css
Skipping link http://www.pythonware.com/index.htm (from
http://www.pythonware.com/products/pil/); unknown archive format: .htm
Skipping link http://www.pythonware.com/products/index.htm (from
http://www.pythonware.com/products/pil/); unknown archive format: .htm
Skipping link http://www.pythonware.com/library/index.htm (from
http://www.pythonware.com/products/pil/); unknown archive format: .htm
Skipping link http://www.pythonware.com/search.htm (from
http://www.pythonware.com/products/pil/); unknown archive format: .htm
Skipping link http://www.pythonware.com/daily/index.htm (from
http://www.pythonware.com/products/pil/); unknown archive format: .htm
Skipping link http://www.pythonware.com/products/ (from
http://www.pythonware.com/products/pil/); not a file
Skipping link http://www.pythonware.com/products/pil/support.htm (from
http://www.pythonware.com/products/pil/); unknown archive format: .htm
Skipping link http://www.pythonware.com/products/pil/old.htm (from
http://www.pythonware.com/products/pil/); unknown archive format: .htm
Skipping link http://www.pythonware.com/products/pil/license.htm (from
http://www.pythonware.com/products/pil/); unknown archive format: .htm
Skipping link http://www.pythonware.com/products/pil/faq.htm (from
http://www.pythonware.com/products/pil/); unknown archive format: .htm
Skipping link http://www.djangoproject.com/ (from
http://www.pythonware.com/products/pil/); not a file
Skipping link http://www.pythonware.com/products/pil/#pil117 (from
http://www.pythonware.com/products/pil/); not a file
Skipping link mailto:image-sig@python.org (from
http://www.pythonware.com/products/pil/); unknown archive format: .org
Skipping link http://mail.python.org/mailman/listinfo/image-sig (from
http://www.pythonware.com/products/pil/); not a file
Skipping link mailto:image-sig-request@python.org (from
http://www.pythonware.com/products/pil/); unknown archive format: .org
Skipping link mailto:info@pythonware.com (from
http://www.pythonware.com/products/pil/); unknown archive format: .com
Skipping link http://effbot.org/downloads/Imaging-1.1.7.tar.gz (from
http://www.pythonware.com/products/pil/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/PIL-1.1.7.win32-py2.4.exe
(from http://www.pythonware.com/products/pil/); unknown archive format:
.exe Skipping link http://effbot.org/downloads/PIL-1.1.7.win32-py2.5.exe
(from http://www.pythonware.com/products/pil/); unknown archive format:
.exe Skipping link http://effbot.org/downloads/PIL-1.1.7.win32-py2.6.exe
(from http://www.pythonware.com/products/pil/); unknown archive format:
.exe Skipping link http://effbot.org/downloads#pil (from
http://www.pythonware.com/products/pil/); not a file
Skipping link http://effbot.org/downloads/Imaging-1.1.6.tar.gz (from
http://www.pythonware.com/products/pil/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/PIL-1.1.6.win32-py2.2.exe
(from http://www.pythonware.com/products/pil/); unknown archive format:
.exe Skipping link http://effbot.org/downloads/PIL-1.1.6.win32-py2.3.exe
(from http://www.pythonware.com/products/pil/); unknown archive format:
.exe Skipping link http://effbot.org/downloads/PIL-1.1.6.win32-py2.4.exe
(from http://www.pythonware.com/products/pil/); unknown archive format:
.exe Skipping link http://effbot.org/downloads/PIL-1.1.6.win32-py2.5.exe
(from http://www.pythonware.com/products/pil/); unknown archive format:
.exe Skipping link http://effbot.org/downloads/PIL-1.1.6.win32-py2.6.exe
(from http://www.pythonware.com/products/pil/); unknown archive format:
.exe Skipping link http://effbot.org/zone/pil-changes-116.htm (from
http://www.pythonware.com/products/pil/); unknown archive format: .htm
Skipping link http://effbot.org/zone/python-register.htm (from
http://www.pythonware.com/products/pil/); unknown archive format: .htm
Skipping link http://effbot.org/downloads/Imaging-1.1.5.tar.gz (from
http://www.pythonware.com/products/pil/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/PIL-1.1.5.win32-py2.1.exe
(from http://www.pythonware.com/products/pil/); unknown archive format:
.exe Skipping link http://effbot.org/downloads/PIL-1.1.5.win32-py2.2.exe
(from http://www.pythonware.com/products/pil/); unknown archive format:
.exe Skipping link http://effbot.org/downloads/PIL-1.1.5.win32-py2.3.exe
(from http://www.pythonware.com/products/pil/); unknown archive format:
.exe Skipping link http://effbot.org/downloads/PIL-1.1.5.win32-py2.4.exe
(from http://www.pythonware.com/products/pil/); unknown archive format:
.exe Skipping link http://effbot.org/downloads/PIL-1.1.5.win32-py2.5.exe
(from http://www.pythonware.com/products/pil/); unknown archive format:
.exe Skipping link
http://www.pythonware.com/library/pil/handbook/index.htm (from
http://www.pythonware.com/products/pil/); unknown archive format: .htm
Skipping link http://www.pythonware.com/media/data/pil-handbook.pdf
(from http://www.pythonware.com/products/pil/); unknown archive format:
.pdf Analyzing links from page
http://effbot.org/zone/pil-changes-115.htm Skipping link
http://effbot.org/zone/rss.xml (from
http://effbot.org/zone/pil-changes-115.htm); unknown archive format:
.xml Skipping link http://effbot.org/media/img/effbot.ico (from
http://effbot.org/zone/pil-changes-115.htm); unknown archive format:
.ico Skipping link http://effbot.org/media/css/effbot-min.css (from
http://effbot.org/zone/pil-changes-115.htm); unknown archive format:
.css Skipping link http://effbot.org/media/css/effbotprint-min.css (from
http://effbot.org/zone/pil-changes-115.htm); unknown archive format:
.css Skipping link http://effbot.org/downloads#imaging (from
http://effbot.org/zone/pil-changes-115.htm); not a file
Skipping link http://effbot.org/ (from
http://effbot.org/zone/pil-changes-115.htm); not a file
Skipping link http://effbot.org/zone/pil-errata-114.htm (from
http://effbot.org/zone/pil-changes-115.htm); unknown archive format:
.htm Skipping link http://effbot.org/zone/pythondoc.htm (from
http://effbot.org/zone/pil-changes-115.htm); unknown archive format:
.htm Skipping link http://effbot.org/downloads#pilwmf (from
http://effbot.org/zone/pil-changes-115.htm); not a file
Skipping link http://effbot.org/zone/ (from
http://effbot.org/zone/pil-changes-115.htm); not a file
Skipping link http://www.webfaction.com/shared_hosting?affiliate=slab
(from http://effbot.org/zone/pil-changes-115.htm); not a file
Analyzing links from page http://www.pythonware.com/products/pil/
Skipping link http://effbot.org/downloads/Imaging-1.1.7.tar.gz (from
http://www.pythonware.com/products/pil/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/Imaging-1.1.6.tar.gz (from
http://www.pythonware.com/products/pil/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/Imaging-1.1.5.tar.gz (from
http://www.pythonware.com/products/pil/); wrong project name (not pil)
Analyzing links from page http://effbot.org/downloads/
Skipping link http://effbot.org/downloads/rss.xml (from
http://effbot.org/downloads/); unknown archive format: .xml
Skipping link http://effbot.org/zone/copyright.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link http://www.amazon.co.uk/gp/registry/2QZDLLDVBENMC (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/downloads/#aggdraw (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/downloads/#pil (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/zone/draw-agg.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link
http://effbot.org/media/downloads/aggdraw-1.2a3-20060212.win32-py2.6.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/aggdraw-1.2a3-20060212.win32-py2.5.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/aggdraw-1.2a3-20060212.win32-py2.4.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/aggdraw-1.2a3-20060212.win32-py2.3.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/aggdraw-1.1-20051010.win32-py2.4.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/aggdraw-1.1-20051010.win32-py2.3.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link http://effbot.org/media/downloads/aggdraw-1.1-20051010.zip
(from http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://svn.effbot.org/public/tags/aggdraw-1.2a3-20060212
(from http://effbot.org/downloads/); unknown archive format:
.2a3-20060212 Skipping link http://effbot.org/downloads/#celementtree
(from http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/downloads/#elementtree (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/zone/element-index.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link http://effbot.org/zone/celementtree.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link
http://effbot.org/media/downloads/cElementTree-1.0.5-20051216.tar.gz
(from http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/cElementTree-1.0.5-20051216.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/cElementTree-1.0.5-20051215.win32-py2.4.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/cElementTree-1.0.5-20051215.win32-py2.3.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/cElementTree-1.0.2-20050302.win32-py2.2.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/cElementTree-1.0.2-20050302.win32-py2.1.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/cElementTree-1.0.2-20050302.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/cElementTree-1.0.1-20050130.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/cElementTree-1.0-20050126.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://svn.effbot.org/public/tags/celementtree-1.0.6-20090110-preview
(from http://effbot.org/downloads/); unknown archive format:
.6-20090110-preview Skipping link
http://svn.effbot.org/public/tags/celementtree-1.0.6-20070831-preview
(from http://effbot.org/downloads/); unknown archive format:
.6-20070831-preview Skipping link
http://svn.effbot.org/public/tags/celementtree-1.0.5-20051216 (from
http://effbot.org/downloads/); unknown archive format: .5-20051216
Skipping link
http://svn.effbot.org/public/tags/celementtree-1.0.4-20051213 (from
http://effbot.org/downloads/); unknown archive format: .4-20051213
Skipping link
http://svn.effbot.org/public/tags/celementtree-1.0.2-20050302 (from
http://effbot.org/downloads/); unknown archive format: .2-20050302
Skipping link
http://svn.effbot.org/public/tags/celementtree-1.0.1-20050130 (from
http://effbot.org/downloads/); unknown archive format: .1-20050130
Skipping link
http://svn.effbot.org/public/tags/celementtree-1.0-20050126 (from
http://effbot.org/downloads/); unknown archive format: .0-20050126
Skipping link http://effbot.org/downloads/#console (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/zone/console-index.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link
http://effbot.org/media/downloads/console-1.1a2-20100425.win32-py2.6.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/console-1.1a2-20100425.win32-py2.5.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/console-1.1a1-20011229.win32-py2.6.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/console-1.1a1-20011229.win32-py2.5.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/console-1.1a1-20011229.win32-py2.4.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/console-1.1a1-20011229.win32-py2.3.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/console-1.1a1-20011229.win32-py2.2.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/console-1.1a1-20011229.win32-py2.1.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/console-1.1a1-20011229.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/#effbot (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/zone/effbot-exe-index.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link http://effbot.org/zone/effnews-exe.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link http://effbot.org/downloads/effbot-1.0.19-20040517.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/effbot-1.0.19-20040517.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/effbot-1.0.15-20030711.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link http://effbot.org/media/downloads/blogping-1.0.effbot
(from http://effbot.org/downloads/); unknown archive format: .effbot
Skipping link http://effbot.org/media/downloads/comhem-1.2.effbot (from
http://effbot.org/downloads/); unknown archive format: .effbot
Skipping link http://effbot.org/media/downloads/effnews-1.0.17.effbot
(from http://effbot.org/downloads/); unknown archive format: .effbot
Skipping link http://effbot.org/media/downloads/effnews-1.0.20.effbot
(from http://effbot.org/downloads/); unknown archive format: .effbot
Skipping link http://effbot.org/media/downloads/effnews-1.0.21.effbot
(from http://effbot.org/downloads/); unknown archive format: .effbot
Skipping link http://effbot.org/media/downloads/imageview-0.0.3.effbot
(from http://effbot.org/downloads/); unknown archive format: .effbot
Skipping link http://effbot.org/media/downloads/pil114-1.1.4b1.effbot
(from http://effbot.org/downloads/); unknown archive format: .effbot
Skipping link http://effbot.org/downloads/#effbot.org (from
http://effbot.org/downloads/); not a file
Skipping link
http://effbot.org/media/downloads/effbot.org-0.1-20041009.win32.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/effbot.org-0.1-20041009.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://svn.effbot.org/public/tags/effbot.org-0.2-20050530
(from http://effbot.org/downloads/); unknown archive format: .2-20050530
Skipping link http://svn.effbot.org/public/tags/effbot.org-0.1-20041009
(from http://effbot.org/downloads/); unknown archive format: .1-20041009
Skipping link http://effbot.org/downloads/#effnews (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/zone/effnews.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link http://effbot.org/media/downloads/effnews-4.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/#elementsoap (from
http://effbot.org/downloads/); not a file
Skipping link http://www.w3.org/TR/SOAP/ (from
http://effbot.org/downloads/); not a file
Skipping link http://www.google.com/apis (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/zone/element-soap.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link
http://effbot.org/media/downloads/elementsoap-0.6-20071224.win32.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/elementsoap-0.6-20071224.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/elementsoap-0.5-20061119.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/elementsoap-0.3-20031123.win32.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/elementsoap-0.3-20031123.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://svn.effbot.org/public/tags/elementsoap-0.6-20071224
(from http://effbot.org/downloads/); unknown archive format: .6-20071224
Skipping link http://effbot.org/downloads/#elementtidy (from
http://effbot.org/downloads/); not a file
Skipping link http://tidy.sourceforge.net/ (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/zone/element-tidylib.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link
http://effbot.org/media/downloads/elementtidy-1.0-20050212.win32-py2.6.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/elementtidy-1.0-20050212.win32-py2.5.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/elementtidy-1.0-20050212.win32-py2.4.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/elementtidy-1.0-20050212.win32-py2.3.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/elementtidy-1.0-20050212.win32-py2.2.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/elementtidy-1.0-20050212.win32-py2.1.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/elementtidy-1.0-20050212.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/elementtree-1.2.7-20070827-preview.win32.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/elementtree-1.2.7-20070827-preview.zip
(from http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/elementtree-1.2.6-20050316.win32.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/elementtree-1.2.6-20050316.tar.gz
(from http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/elementtree-1.2.6-20050316.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/elementtree-1.2-20040618.tar.gz (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/elementtree-1.2-20040618.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/elementtree-1.1-20030511.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/elementtree-1.0-20020728.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://svn.effbot.org/public/tags/elementtree-1.3a3-20070912 (from
http://effbot.org/downloads/); unknown archive format: .3a3-20070912
Skipping link
http://svn.effbot.org/public/tags/elementtree-1.2.7-20070827-preview
(from http://effbot.org/downloads/); unknown archive format:
.7-20070827-preview Skipping link
http://svn.effbot.org/public/tags/elementtree-1.2.6-20050316 (from
http://effbot.org/downloads/); unknown archive format: .6-20050316
Skipping link
http://svn.effbot.org/public/tags/elementtree-1.2.5-20050302 (from
http://effbot.org/downloads/); unknown archive format: .5-20050302
Skipping link
http://svn.effbot.org/public/tags/elementtree-1.2.4-20041228 (from
http://effbot.org/downloads/); unknown archive format: .4-20041228
Skipping link http://svn.effbot.org/public/tags/elementtree-1.2-20040618
(from http://effbot.org/downloads/); unknown archive format: .2-20040618
Skipping link http://effbot.org/downloads/#exemaker (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/zone/exemaker.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link
http://effbot.org/media/downloads/exemaker-1.2-20041012.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/#ftpparse (from
http://effbot.org/downloads/); not a file
Skipping link
http://effbot.org/media/downloads/ftpparse-1.1-20021124.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/#grabscreen (from
http://effbot.org/downloads/); not a file
Skipping link
http://effbot.org/media/downloads/grabscreen-1.0-20010426.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/#imaging (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/zone/pil-index.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link http://effbot.org/media/downloads/Imaging-1.1.7.tar.gz
(from http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/media/downloads/Imaging-1.1.6.tar.gz
(from http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/media/downloads/Imaging-1.1.5.tar.gz
(from http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/media/downloads/Imaging-1.1.4.tar.gz
(from http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/media/downloads/Imaging-1.1.3.tar.gz
(from http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/media/downloads/Imaging-1.1.2.tar.gz
(from http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/media/downloads/Imaging-1.1.1.tar.gz
(from http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://svn.effbot.org/public/tags/pil-1.1.7b1-20090412
(from http://effbot.org/downloads/); unknown archive format:
.7b1-20090412 Skipping link
http://svn.effbot.org/public/tags/pil-1.1.7a2-20090328 (from
http://effbot.org/downloads/); unknown archive format: .7a2-20090328
Skipping link http://svn.effbot.org/public/tags/pil-1.1.7a1-20090317
(from http://effbot.org/downloads/); unknown archive format:
.7a1-20090317 Skipping link http://svn.effbot.org/public/tags/pil-1.1.7
(from http://effbot.org/downloads/); unknown archive format: .7
Skipping link http://svn.effbot.org/public/tags/pil-1.1.6 (from
http://effbot.org/downloads/); unknown archive format: .6
Skipping link http://svn.effbot.org/public/tags/pil-1.1.5 (from
http://effbot.org/downloads/); unknown archive format: .5
Skipping link http://svn.effbot.org/public/tags/pil-1.1.4 (from
http://effbot.org/downloads/); unknown archive format: .4
Skipping link http://svn.effbot.org/public/tags/pil-1.1.3 (from
http://effbot.org/downloads/); unknown archive format: .3
Skipping link http://svn.effbot.org/public/tags/pil-1.1.2 (from
http://effbot.org/downloads/); unknown archive format: .2
Skipping link http://svn.effbot.org/public/tags/pil-1.1.1 (from
http://effbot.org/downloads/); unknown archive format: .1
Found link
http://effbot.org/media/downloads/PIL-1.1.7a2-py2.5-macosx10.5.mpkg.zip
(from http://effbot.org/downloads/), version:
1.1.7a2-py2.5-macosx10.5.mpkg Skipping link
http://effbot.org/media/downloads/PIL-1.1.7.win32-py2.7.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.7.win32-py2.6.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.7.win32-py2.5.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.7.win32-py2.4.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.7.win32-py2.3.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Found link http://effbot.org/media/downloads/PIL-1.1.7.tar.gz (from
http://effbot.org/downloads/), version: 1.1.7
Skipping link
http://effbot.org/media/downloads/PIL-1.1.6.win32-py2.6.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.6.win32-py2.5.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.6.win32-py2.4.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.6.win32-py2.3.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.6.win32-py2.2.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.5.win32-py2.5.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.5.win32-py2.4.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.5.win32-py2.3.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.5.win32-py2.2.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.5.win32-py2.1.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.4.win32-py2.3.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.4.win32-py2.2.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/PIL-1.1.4.win32-py2.1.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link http://effbot.org/downloads/#pilfonts (from
http://effbot.org/downloads/); not a file
Could not parse version from link:
http://effbot.org/media/downloads/pilfonts.zip (from
http://effbot.org/downloads/) Skipping link
http://effbot.org/media/downloads/pilfonts.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/#pilwmf (from
http://effbot.org/downloads/); not a file
Skipping link
http://effbot.org/media/downloads/pilwmf-1.0b2-20040224.win32-py2.3.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/pilwmf-1.0b2-20040224.win32-py2.1.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Found link http://effbot.org/media/downloads/pilwmf-1.0b2-20040224.zip
(from http://effbot.org/downloads/), version: wmf-1.0b2-20040224
Skipping link http://effbot.org/downloads/#pythondoc (from
http://effbot.org/downloads/); not a file
Skipping link
http://effbot.org/media/downloads/pythondoc-2.1b7-20070909.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/pythondoc-2.0-20031103.win32.exe (from
http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/pythondoc-2.0-20031103.tar.gz (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/pythondoc-2.0-20031103.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://svn.effbot.org/public/tags/pythondoc-2.1b4-20050618
(from http://effbot.org/downloads/); unknown archive format:
.1b4-20050618 Skipping link
http://svn.effbot.org/public/tags/pythondoc-2.1b3-20050325 (from
http://effbot.org/downloads/); unknown archive format: .1b3-20050325
Skipping link http://svn.effbot.org/public/tags/pythondoc-2.1b2-20040905
(from http://effbot.org/downloads/); unknown archive format:
.1b2-20040905 Skipping link
http://svn.effbot.org/public/tags/pythondoc-2.1b1-20040901 (from
http://effbot.org/downloads/); unknown archive format: .1b1-20040901
Skipping link http://svn.effbot.org/public/tags/pythondoc-2.0-20031103
(from http://effbot.org/downloads/); unknown archive format: .0-20031103
Skipping link http://effbot.org/downloads/#sgmlop (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/zone/sgmlop-index.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link
http://effbot.org/media/downloads/sgmlop-1.1.1-20040207.win32-py2.5.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/sgmlop-1.1.1-20040207.win32-py2.4.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/sgmlop-1.1.1-20040207.win32-py2.3.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/sgmlop-1.1.1-20040207.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/media/downloads/sgmlop-1.1-20030913.zip
(from http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/#squeeze (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/zone/squeeze.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link http://effbot.org/media/downloads/squeeze-1.6-19980504.zip
(from http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/#sre (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/media/downloads/sre-2.2.1.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/#subprocess (from
http://effbot.org/downloads/); not a file
Skipping link http://www.lysator.liu.se/%7eastrand/popen5/ (from
http://effbot.org/downloads/); not a file
Skipping link http://www.python.org/peps/pep-0324.html (from
http://effbot.org/downloads/); unknown archive format: .html
Skipping link
http://effbot.org/media/downloads/subprocess-0.1-20041012.win32-py2.3.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/subprocess-0.1-20041012.win32-py2.2.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link http://effbot.org/downloads/#tkicon (from
http://effbot.org/downloads/); not a file
Skipping link
http://effbot.org/media/downloads/tkicon-0.9-19980218.win32-py2.1.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link http://effbot.org/media/downloads/tkicon-0.9-19980218.zip
(from http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/#tkinter3000 (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/zone/wck.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link http://effbot.org/zone/tkinter-index.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link
http://effbot.org/media/downloads/tkinter3000-1.1.1-20061204.win32-py2.6.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/tkinter3000-1.1.1-20061204.win32-py2.5.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/tkinter3000-1.1.1-20061204.win32-py2.4.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/tkinter3000-1.1.1-20061204.win32-py2.3.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/tkinter3000-1.1.1-20061204.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/tkinter3000-1.1-20051211.win32-py2.4.exe
(from http://effbot.org/downloads/); unknown archive format: .exe
Skipping link
http://effbot.org/media/downloads/tkinter3000-1.0-20031212.tar.gz (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://effbot.org/media/downloads/tkinter3000-1.0-20031212.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link
http://svn.effbot.org/public/tags/wck-tkinter3000-1.1b1-20051015 (from
http://effbot.org/downloads/); unknown archive format: .1b1-20051015
Skipping link
http://svn.effbot.org/public/tags/wck-tkinter3000-1.1a1-20040905 (from
http://effbot.org/downloads/); unknown archive format: .1a1-20040905
Skipping link
http://svn.effbot.org/public/tags/wck-tkinter3000-1.1-20051211 (from
http://effbot.org/downloads/); unknown archive format: .1-20051211
Skipping link
http://svn.effbot.org/public/tags/wck-tkinter3000-1.0-20031212 (from
http://effbot.org/downloads/); unknown archive format: .0-20031212
Skipping link http://effbot.org/downloads/#wckgraph (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/zone/wckgraph.htm (from
http://effbot.org/downloads/); unknown archive format: .htm
Skipping link
http://effbot.org/media/downloads/wckgraph-0.5-20040421.zip (from
http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/#xmlrpclib (from
http://effbot.org/downloads/); not a file
Skipping link http://effbot.org/media/downloads/xmlrpclib-1.0.1.zip
(from http://effbot.org/downloads/); wrong project name (not pil)
Skipping link http://effbot.org/downloads/ (from
http://effbot.org/downloads/); not a file
Using version 1.1.7 (newest of versions: 1.1.7,
1.1.7a2-py2.5-macosx10.5.mpkg, wmf-1.0b2-20040224)
Downloading from URL http://effbot.org/media/downloads/PIL-1.1.7.tar.gz
(from http://effbot.org/downloads/)
Storing download in cache at
./build/http%3A%2F%2Feffbot.org%2Fmedia%2Fdownloads%2FPIL-1.1.7.tar.gz
Running setup.py egg_info for package PIL
WARNING: '' not a valid package name; please use only.-separated package
names in setup.py
running egg_info
creating pip-egg-info/PIL.egg-info
writing pip-egg-info/PIL.egg-info/PKG-INFO
writing top-level names to pip-egg-info/PIL.egg-info/top_level.txt
writing dependency_links to
pip-egg-info/PIL.egg-info/dependency_links.txt writing manifest file
'pip-egg-info/PIL.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/PIL.egg-info/SOURCES.txt'
writing manifest file 'pip-egg-info/PIL.egg-info/SOURCES.txt'
Source in ./build/PIL has version 1.1.7, which satisfies requirement PIL
(from -r shared/core-libs.txt (line 1))
Downloading/unpacking simplejson (from -r shared/py-base-libs.txt (line
2)) Getting page http://pypi.python.org/simple/simplejson
URLs to search for versions for simplejson (from -r
shared/py-base-libs.txt (line 2)):
* http://pypi.python.org/simple/simplejson/
Getting page http://undefined.org/python/
Analyzing links from page http://pypi.python.org/simple/simplejson/
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.9.tar.gz#md5=8780ac416325d22a59252f7cd9561373
(from http://pypi.python.org/simple/simplejson/), version: 1.9
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.7.5.tar.gz#md5=649e1095b2600fc57ac34fbde8a88348
(from http://pypi.python.org/simple/simplejson/), version: 1.7.5
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-1.7-py2.5.egg#md5=48275afc9a7a5612ae862c62e8352c36
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.7.tar.gz#md5=9d02273f8615b8e3fceda891ffff10d1
(from http://pypi.python.org/simple/simplejson/), version: 2.0.7
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.1.tar.gz#md5=e7f6899d5a7a389335adb870f9ffa5a4
(from http://pypi.python.org/simple/simplejson/), version: 1.1
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-1.7.2-py2.5-macosx-10.3-fat.egg#md5=1990127f3681225dae91237610cb3b38
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.7.2.tar.gz#md5=733ebc212e91b60b3b47039a5343c133
(from http://pypi.python.org/simple/simplejson/), version: 1.7.2
Skipping link

http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.7-py2.4-linux-i686.egg#md5=f8e2fac9adcdac0fb7601f15ab22e9d2
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.1.1-py2.5-win32.egg#md5=21079a9827d48b3c11783fd461ccbece
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Skipping link

http://pypi.python.org/packages/2.6/s/simplejson/simplejson-2.1.0-py2.6-linux-x86_64.egg#md5=f8db9f63f64e636ee07f87c68aebc2dd
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.3.tar.gz#md5=fbe039b9b863572651a0f665acea34c9
(from http://pypi.python.org/simple/simplejson/), version: 1.3
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.8.1.tar.gz#md5=7d024d6ae74abb269637be204e132bdc
(from http://pypi.python.org/simple/simplejson/), version: 1.8.1
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.5-py2.5-win32.egg#md5=088c2c2cd564c7029560fb3bb427822d
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Skipping link

http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.7-py2.4-freebsd-6.1-RELEASE-p3-i386.egg#md5=ad00231eb03eb08f28e61a319ffc38ac
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.9.2.tar.gz#md5=9fe5d9a98da5ffc347bfee2ccf386fcb
(from http://pypi.python.org/simple/simplejson/), version: 1.9.2
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.9.3.tar.gz#md5=321f7ad3a347e5a11814bcfecf8b9d11
(from http://pypi.python.org/simple/simplejson/), version: 1.9.3
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.2.tar.gz#md5=4dda296391c71ce60a0a6294192a2f37
(from http://pypi.python.org/simple/simplejson/), version: 2.0.2
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.8-py2.5-win32.egg#md5=dde32f26d7561de7562cdb93073a0716
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.5.tar.gz#md5=16e579c1230e7a0469f9e46b57fb53df
(from http://pypi.python.org/simple/simplejson/), version: 1.5
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.4.tar.gz#md5=9a888ea017ef2fcd42a2823454950b16
(from http://pypi.python.org/simple/simplejson/), version: 2.0.4
Skipping link

http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.7-py2.4.egg#md5=57715b70f546752fc5e7040b8cb70f6e
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Skipping link

http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.4-py2.4.egg#md5=4f18e31fd095cd54e5015e7b7a147093
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Skipping link

http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.6-py2.4.egg#md5=3f823c551581a98b2974155656063ce1
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.3.tar.gz#md5=6da5d665c9e772ac65eae9b4ce6d737b
(from http://pypi.python.org/simple/simplejson/), version: 2.0.3
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.8.tar.gz#md5=7aa92cf4a81973c7087023cafeaddb18
(from http://pypi.python.org/simple/simplejson/), version: 1.8
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.1.1.win32-py2.5.exe#md5=d51f6a4dff29eabf34054903d758f003
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .exe
Skipping link

http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.7-py2.4-freebsd-6.2-RELEASE-p3-i386.egg#md5=57cfb485618fba0037e1d2c14a11c2a1
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.6-py2.5-linux-i686.egg#md5=8808fba6300f41e51a4a956b77f0331e
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.5.tar.gz#md5=11e65b91e7fd08eda931e683c5f98543
(from http://pypi.python.org/simple/simplejson/), version: 2.0.5
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.9.tar.gz#md5=af5e67a39ca3408563411d357e6d5e47
(from http://pypi.python.org/simple/simplejson/), version: 2.0.9
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.1.tar.gz#md5=0bbe3a2e5e4cac040013733aca159d89
(from http://pypi.python.org/simple/simplejson/), version: 2.1.1
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.6.tar.gz#md5=be3e13943a9627a3cfc012e31db0550b
(from http://pypi.python.org/simple/simplejson/), version: 1.6
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.7.1.tar.gz#md5=b723d488ea43583122511263e9c2c93a
(from http://pypi.python.org/simple/simplejson/), version: 1.7.1
Skipping link

http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.7-py2.4-macosx-10.3-fat.egg#md5=0b5beb7cb7b0b8ec86971db84e721dae
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.7.4.tar.gz#md5=0395956395d22657c333a1de57dce2d3
(from http://pypi.python.org/simple/simplejson/), version: 1.7.4
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.1.tar.gz#md5=ee2d74d695dc63d188fc3d3c6aa0d90a
(from http://pypi.python.org/simple/simplejson/), version: 2.0.1
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.7.win32-py2.5.exe#md5=f5285850f9f73cac99ecdb0e415ec4fc
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .exe
Skipping link

http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.3-py2.4.egg#md5=f2f04b9b5282fc2627dae9e3526906af
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.4.tar.gz#md5=5fbad786a4b151d44a9b1e1e157e5510
(from http://pypi.python.org/simple/simplejson/), version: 1.4
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.9-py2.5-win32.egg#md5=6c8e1117f875ecc62b4bcea71d615837
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.7.3.tar.gz#md5=03935eda1211f29d6856481baf6cba59
(from http://pypi.python.org/simple/simplejson/), version: 1.7.3
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.9.1.tar.gz#md5=d2ee608bdf6397b82a7cd53c8602b29e
(from http://pypi.python.org/simple/simplejson/), version: 1.9.1
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.7-py2.5-win32.egg#md5=988b06121977a6dc69df30cfda925d13
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.0.tar.gz#md5=6a7aea9ecdf5180557ea91027ee2638f
(from http://pypi.python.org/simple/simplejson/), version: 2.0.0
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.0.tar.gz#md5=3ea565fd1216462162c6929b264cf365
(from http://pypi.python.org/simple/simplejson/), version: 2.1.0
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-1.7-py2.5-macosx-10.3-fat.egg#md5=6396c696770eab9c523eb60d490410c6
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.8.tar.gz#md5=29f8a89bcc4d751f4039436ec769807f
(from http://pypi.python.org/simple/simplejson/), version: 2.0.8
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-1.7.1-py2.5.egg#md5=8a2e4e556c8110506e24f125c362f944
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.6.tar.gz#md5=1c200c8d5ba910706bad0618389e9e3c
(from http://pypi.python.org/simple/simplejson/), version: 2.0.6
Skipping link

http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.1-py2.4.egg#md5=af24eddbfe7b8ac79d582d66d8ac6120
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Skipping link

http://pypi.python.org/packages/2.3/s/simplejson/simplejson-1.1-py2.3.egg#md5=4a27d6644ba6a44bf82d5ef438b92d8a
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-1.7.1-py2.5-macosx-10.3-fat.egg#md5=318ddfca6d052f0c703cfd1e9725792c
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Found link

http://pypi.python.org/packages/source/s/simplejson/simplejson-1.7.tar.gz#md5=1e8866f758ef8e7d5fe6ebeb1b26e4eb
(from http://pypi.python.org/simple/simplejson/), version: 1.7
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-1.7.3-py2.5-macosx-10.3-fat.egg#md5=70fff32f30c14e27be7352d2969a58e2
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.6-py2.5-win32.egg#md5=b7ef62af279bdbd9783db43a13775ba6
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Skipping link

http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.7.1-py2.4-macosx-10.3-fat.egg#md5=c8933b5073f0bbeedd61b2de2a567907
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Skipping link

http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.5-py2.4.egg#md5=ce2b5596a41bff29620971cf419a0b06
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Skipping link

http://pypi.python.org/packages/2.5/s/simplejson/simplejson-2.0.8.win32-py2.5.exe#md5=5c84c2fee57bc8f9bc8f43fe41169cd3
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .exe
Skipping link

http://pypi.python.org/packages/2.4/s/simplejson/simplejson-1.7.1-py2.4.egg#md5=dfc717010a6ee597a43f6b57a9768777
(from http://pypi.python.org/simple/simplejson/); unknown archive
format: .egg
Skipping link http://undefined.org/python/#simplejson (from
http://pypi.python.org/simple/simplejson/); not a file
Skipping link http://json.org (from
http://pypi.python.org/simple/simplejson/); not a file
Analyzing links from page http://undefined.org/python/
Skipping link http://undefined.org/python/css/generic.css (from
http://undefined.org/python/); unknown archive format: .css
Skipping link
http://simplejson.googlecode.com/svn/tags/simplejson-2.1.1/docs/index.html
(from http://undefined.org/python/); unknown archive format: .html
Skipping link http://simplejson.googlecode.com/svn/trunk/ (from
http://undefined.org/python/); not a file
Skipping link
http://simplejson.googlecode.com/svn/tags/simplejson-2.1.1/ (from
http://undefined.org/python/); unknown archive format: .1
Skipping link http://code.google.com/p/simplejson/ (from
http://undefined.org/python/); not a file
Skipping link http://pypi.python.org/pypi/simplejson (from
http://undefined.org/python/); not a file
Skipping link
http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html (from
http://undefined.org/python/); unknown archive format: .html
Skipping link http://pypi.python.org/pypi/py2app/ (from
http://undefined.org/python/); not a file
Skipping link http://pythonmac.org/wiki/py2app (from
http://undefined.org/python/); not a file
Skipping link http://starship.python.net/crew/theller/py2exe/ (from
http://undefined.org/python/); not a file
Skipping link http://starship.python.net/crew/atuining/cx_Freeze/ (from
http://undefined.org/python/); not a file
Skipping link http://peak.telecommunity.com/DevCenter/setuptools (from
http://undefined.org/python/); not a file
Skipping link http://www.python.org/doc/current/dist/ (from
http://undefined.org/python/); not a file
Skipping link http://pypi.python.org/pypi/bdist_mpkg/ (from
http://undefined.org/python/); not a file
Skipping link http://pythonmac.org/wiki/bdist_mpkg (from
http://undefined.org/python/); not a file
Skipping link http://pypi.python.org/pypi/modulegraph/ (from
http://undefined.org/python/); not a file
Skipping link http://pythonmac.org/wiki/modulegraph (from
http://undefined.org/python/); not a file
Skipping link http://pypi.python.org/pypi/macholib/ (from
http://undefined.org/python/); not a file
Skipping link http://pythonmac.org/wiki/macholib (from
http://undefined.org/python/); not a file
Skipping link http://pypi.python.org/pypi/altgraph/ (from
http://undefined.org/python/); not a file
Skipping link http://pythonmac.org/wiki/altgraph (from
http://undefined.org/python/); not a file
Skipping link http://pythonmac.org/packages/ (from
http://undefined.org/python/); not a file
Skipping link http://pypi.python.org/pypi/greenlet (from
http://undefined.org/python/); not a file
Skipping link http://codespeak.net/py/ (from
http://undefined.org/python/); not a file
Skipping link http://codespeak.net/py/0.9.2/greenlet.html (from
http://undefined.org/python/); unknown archive format: .html
Skipping link http://pypi.python.org/pypi/flashticle (from
http://undefined.org/python/); not a file
Skipping link http://osflash.org/flashticle (from
http://undefined.org/python/); not a file
Skipping link http://turbogears.org (from http://undefined.org/python/);
not a file
Skipping link http://cherrypy.org (from http://undefined.org/python/);
not a file
Skipping link

http://bob.pythonmac.org/archives/2005/10/08/xattr-python-extended-filesystem-attributes/
(from http://undefined.org/python/); not a file
Skipping link http://svn.red-bean.com/bob/xattr/trunk/ (from
http://undefined.org/python/); not a file
Skipping link http://svn.red-bean.com/bob/xattr/releases/xattr-0.6/
(from http://undefined.org/python/); unknown archive format: .6
Skipping link http://www.python.org (from http://undefined.org/python/);
not a file
Skipping link http://pypi.python.org/pypi/xattr (from
http://undefined.org/python/); not a file
Skipping link http://pythonmac.org/ (from http://undefined.org/python/);
not a file
Skipping link http://pythonmac.org/wiki (from
http://undefined.org/python/); not a file
Skipping link http://undefined.org/python/SystemConfiguration-0.3.tar.gz
(from http://undefined.org/python/); wrong project name (not simplejson)
Skipping link http://pythonmac.org/wiki/SystemConfiguration (from
http://undefined.org/python/); not a file
Skipping link
http://mail.python.org/pipermail/pythonmac-sig/2003-October/009127.html
(from http://undefined.org/python/); unknown archive format: .html
Skipping link

http://developer.apple.com/documentation/Networking/Reference/SysConfig/sysconfig_fw.html
(from http://undefined.org/python/); unknown archive format: .html
Skipping link
http://developer.apple.com/samplecode/Sample_Code/Networking/MoreSCF.htm
(from http://undefined.org/python/); unknown archive format: .htm
Skipping link http://developer.apple.com/qa/qa2001/qa1234.html (from
http://undefined.org/python/); unknown archive format: .html
Skipping link http://undefined.org/python/PyQTSequence.app-0.1.tgz (from
http://undefined.org/python/); wrong project name (not simplejson)
Skipping link http://undefined.org/python/PyQTSequence-0.1.tgz (from
http://undefined.org/python/); wrong project name (not simplejson)
Skipping link http://developer.apple.com/quicktime/ (from
http://undefined.org/python/); not a file
Skipping link http://www.pythonware.com/products/pil/index.htm (from
http://undefined.org/python/); unknown archive format: .htm
Skipping link http://www.pfdubois.com/numpy/ (from
http://undefined.org/python/); not a file
Skipping link http://pyobjc.sourceforge.net/ (from
http://undefined.org/python/); not a file
Skipping link http://undefined.org/python/Authorization-0.1.tar.gz (from
http://undefined.org/python/); wrong project name (not simplejson)
Skipping link http://pythonmac.org/wiki/Authorization (from
http://undefined.org/python/); not a file
Skipping link http://undefined.org/python/Authorization_doc.html (from
http://undefined.org/python/); unknown archive format: .html
Skipping link
http://mail.python.org/pipermail/pythonmac-sig/2003-October/009015.html
(from http://undefined.org/python/); unknown archive format: .html
Skipping link
http://developer.apple.com/documentation/Security/Reference/authorization_ref/
(from http://undefined.org/python/); not a file
Skipping link

http://developer.apple.com/documentation/Security/Conceptual/authorization_concepts/index.html
(from http://undefined.org/python/); unknown archive format: .html
Skipping link http://undefined.org/python/aeve-0.0.4.tar.gz (from
http://undefined.org/python/); wrong project name (not simplejson)
Skipping link http://pythonmac.org/wiki/aeve (from
http://undefined.org/python/); not a file
Skipping link
http://aspn.activestate.com/ASPN/Mail/Message/pythonmac-sig/1746711
(from http://undefined.org/python/); not a file
Skipping link
http://developer.apple.com/documentation/mac/IAC/IAC-2.html (from
http://undefined.org/python/); unknown archive format: .html
Skipping link

http://developer.apple.com/documentation/AppleScript/Conceptual/AppleScriptLangGuide/index.html
(from http://undefined.org/python/); unknown archive format: .html
Skipping link
http://maccentral.macworld.com/features/applescriptprimer16/ (from
http://undefined.org/python/); not a file
Skipping link http://undefined.org/python/TECManager-0.2.tar.gz (from
http://undefined.org/python/); wrong project name (not simplejson)
Skipping link http://undefined.org/python/TECManager-0.2-pydoc.html
(from http://undefined.org/python/); unknown archive format: .html
Skipping link
http://aspn.activestate.com/ASPN/Mail/Message/pythonmac-sig/1795643
(from http://undefined.org/python/); not a file
Skipping link

http://developer.apple.com/documentation/Carbon/Reference/Text_Encodin_sion_Manager/
(from http://undefined.org/python/); not a file
Skipping link
http://developer.apple.com/documentation/Carbon/Conceptual/ProgWithTECM/
(from http://undefined.org/python/); not a file
Skipping link http://undefined.org/python/LaunchServices-0.1.tar.gz
(from http://undefined.org/python/); wrong project name (not simplejson)
Skipping link http://undefined.org/python/LaunchServices-0.1-pydoc.html
(from http://undefined.org/python/); unknown archive format: .html
Skipping link
http://aspn.activestate.com/ASPN/Mail/Message/pythonmac-sig/1783354
(from http://undefined.org/python/); not a file
Skipping link http://developer.apple.com/technotes/tn/tn2017.html (from
http://undefined.org/python/); unknown archive format: .html
Skipping link
http://developer.apple.com/samplecode/Sample_Code/Processes/SignatureToApp.htm
(from http://undefined.org/python/); unknown archive format: .htm
Skipping link http://developer.apple.com/carbon/tipsandtricks.html (from
http://undefined.org/python/); unknown archive format: .html
Could not parse version from link:
http://undefined.org/python/twisted_gzstream.tgz (from
http://undefined.org/python/) Skipping link
http://undefined.org/python/twisted_gzstream.tgz (from
http://undefined.org/python/); wrong project name (not simplejson)
Skipping link http://www.gzip.org/zlib/ (from
http://undefined.org/python/); not a file
Skipping link http://www.python.org/doc/current/lib/module-zlib.html
(from http://undefined.org/python/); unknown archive format: .html
Skipping link http://www.twistedmatrix.com/ (from
http://undefined.org/python/); not a file
Skipping link
http://svn.pythonmac.org/py2app/py2app/trunk#egg=py2app-dev (from
http://undefined.org/python/); wrong project name (not simplejson)
Skipping link
http://svn.pythonmac.org/bdist_mpkg/bdist_mpkg/trunk#egg=bdist_mpkg-dev
(from http://undefined.org/python/); wrong project name (not simplejson)
Skipping link
http://svn.pythonmac.org/modulegraph/modulegraph/trunk#egg=modulegraph-dev
(from http://undefined.org/python/); wrong project name (not simplejson)
Skipping link
http://svn.pythonmac.org/macholib/macholib/trunk#egg=macholib-dev (from
http://undefined.org/python/); wrong project name (not simplejson)
Skipping link
http://svn.pythonmac.org/altgraph/altgraph/trunk#egg=altgraph-dev (from
http://undefined.org/python/); wrong project name (not simplejson)
Skipping link
http://svn.red-bean.com/bob/greenlet/trunk/#egg=greenlet-dev (from
http://undefined.org/python/); wrong project name (not simplejson)
Skipping link
http://svn.red-bean.com/bob/flashticle/trunk/#egg=flashticle-dev (from
http://undefined.org/python/); wrong project name (not simplejson)
Using version 2.1.1 (newest of versions: 2.1.1, 2.1.0, 2.0.9, 2.0.8,
2.0.7, 2.0.6, 2.0.5, 2.0.4, 2.0.3, 2.0.2, 2.0.1, 2.0.0, 1.9.3, 1.9.2,
1.9.1, 1.9, 1.8.1, 1.8, 1.7.5, 1.7.4, 1.7.3, 1.7.2, 1.7.1, 1.7, 1.6,
1.5, 1.4, 1.3, 1.1)
Downloading from URL

http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.1.tar.gz#md5=0bbe3a2e5e4cac040013733aca159d89
(from http://pypi.python.org/simple/simplejson/)
Storing download in cache at

./build/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fsimplejson%2Fsimplejson-2.1.1.tar.gz
Running setup.py egg_info for package simplejson
running egg_info
creating pip-egg-info/simplejson.egg-info
writing pip-egg-info/simplejson.egg-info/PKG-INFO
writing top-level names to
pip-egg-info/simplejson.egg-info/top_level.txt writing dependency_links
to pip-egg-info/simplejson.egg-info/dependency_links.txt
writing manifest file 'pip-egg-info/simplejson.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/simplejson.egg-info/SOURCES.txt'
writing manifest file 'pip-egg-info/simplejson.egg-info/SOURCES.txt'
Source in ./build/simplejson has version 2.1.1, which satisfies
requirement simplejson (from -r shared/py-base-libs.txt (line 2))
Obtaining OWSLib from
svn+http://svn.gispython.org/svn/gispy/OWSLib/trunk/#egg=OWSLib (from -r
shared/core-libs.txt (line 3))
Checking out http://svn.gispython.org/svn/gispy/OWSLib/trunk/ to
./src/owslib Running command svn checkout -q
http://svn.gispython.org/svn/gispy/OWSLib/trunk/
/home/marc/Downloads/GeoNode/src/owslib Running setup.py egg_info for
package OWSLib
running egg_info
creating OWSLib.egg-info
writing OWSLib.egg-info/PKG-INFO
writing top-level names to OWSLib.egg-info/top_level.txt
writing dependency_links to OWSLib.egg-info/dependency_links.txt
writing manifest file 'OWSLib.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
writing manifest file 'OWSLib.egg-info/SOURCES.txt'
Downloading/unpacking Django==1.1 (from -r shared/py-base-libs.txt (line
1)) Getting page http://pypi.python.org/simple/Django
URLs to search for versions for Django==1.1 (from -r
shared/py-base-libs.txt (line 1)):
* http://pypi.python.org/simple/Django/1.1
* http://pypi.python.org/simple/Django/
Getting page http://pypi.python.org/simple/Django/1.1
Getting page http://www.djangoproject.com/
Could not fetch URL http://pypi.python.org/simple/Django/1.1: HTTP Error
404: Not Found (Django/1.1)
Will skip URL http://pypi.python.org/simple/Django/1.1 when looking for
download links for Django==1.1 (from -r shared/py-base-libs.txt (line
1)) Skipping page
http://media.djangoproject.com/releases/1.0.1/Django-1.0.1-final.tar.gz
(from http://pypi.python.org/simple/Django/) because of Content-Type:
application/octet-stream Skipping page
http://media.djangoproject.com/releases/1.0.2/Django-1.0.2-final.tar.gz
(from http://pypi.python.org/simple/Django/) because of Content-Type:
application/octet-stream Skipping page
http://media.djangoproject.com/releases/1.1.1/Django-1.1.1.tar.gz (from
http://pypi.python.org/simple/Django/) because of Content-Type:
application/octet-stream Skipping page
http://media.djangoproject.com/releases/1.2/Django-1.2.tar.gz (from
http://pypi.python.org/simple/Django/) because of Content-Type:
application/octet-stream Skipping page
http://media.djangoproject.com/releases/1.2/Django-1.2.1.tar.gz (from
http://pypi.python.org/simple/Django/) because of Content-Type:
application/octet-stream Skipping page
http://media.djangoproject.com/releases/1.2/Django-1.2.2.tar.gz (from
http://pypi.python.org/simple/Django/) because of Content-Type:
application/octet-stream Skipping page
http://media.djangoproject.com/releases/1.0/Django-1.0.tar.gz (from
http://pypi.python.org/simple/Django/) because of Content-Type:
application/octet-stream Skipping page
http://media.djangoproject.com/releases/1.0.4/Django-1.0.4.tar.gz (from
http://pypi.python.org/simple/Django/) because of Content-Type:
application/octet-stream Skipping page
http://media.djangoproject.com/releases/1.1/Django-1.1.2.tar.gz (from
http://pypi.python.org/simple/Django/) because of Content-Type:
application/octet-stream Skipping page
http://media.djangoproject.com/releases/1.0.3/Django-1.0.3.tar.gz (from
http://pypi.python.org/simple/Django/) because of Content-Type:
application/octet-stream Skipping page
http://media.djangoproject.com/releases/1.1/Django-1.1.tar.gz (from
http://pypi.python.org/simple/Django/) because of Content-Type:
application/octet-stream Skipping page
http://media.djangoproject.com/releases/1.2/Django-1.2.3.tar.gz (from
http://pypi.python.org/simple/Django/) because of Content-Type:
application/octet-stream Analyzing links from page
http://pypi.python.org/simple/Django/ Found link

http://pypi.python.org/packages/source/D/Django/Django-1.2.tar.gz#md5=98fa833fdabcdd78d00245aead66c174
(from http://pypi.python.org/simple/Django/), version: 1.2
Found link

http://pypi.python.org/packages/source/D/Django/Django-1.2.3.tar.gz#md5=10bfb5831bcb4d3b1e6298d0e41d6603
(from http://pypi.python.org/simple/Django/), version: 1.2.3
Found link

http://pypi.python.org/packages/source/D/Django/Django-1.2.1.tar.gz#md5=2351efb20f6b7b5d9ce80fa4cb1bd9ca
(from http://pypi.python.org/simple/Django/), version: 1.2.1
Found link

http://pypi.python.org/packages/source/D/Django/Django-1.2.2.tar.gz#md5=9cdbf79a31988ace9ef2ab4ede890136
(from http://pypi.python.org/simple/Django/), version: 1.2.2
Found link
http://media.djangoproject.com/releases/1.0.1/Django-1.0.1-final.tar.gz
(from http://pypi.python.org/simple/Django/), version: 1.0.1-final
Found link
http://media.djangoproject.com/releases/1.0.2/Django-1.0.2-final.tar.gz
(from http://pypi.python.org/simple/Django/), version: 1.0.2-final
Found link
http://media.djangoproject.com/releases/1.1.1/Django-1.1.1.tar.gz (from
http://pypi.python.org/simple/Django/), version: 1.1.1
Found link http://media.djangoproject.com/releases/1.2/Django-1.2.tar.gz
(from http://pypi.python.org/simple/Django/), version: 1.2
Found link
http://media.djangoproject.com/releases/1.2/Django-1.2.1.tar.gz (from
http://pypi.python.org/simple/Django/), version: 1.2.1
Found link
http://media.djangoproject.com/releases/1.2/Django-1.2.2.tar.gz (from
http://pypi.python.org/simple/Django/), version: 1.2.2
Found link http://media.djangoproject.com/releases/1.0/Django-1.0.tar.gz
(from http://pypi.python.org/simple/Django/), version: 1.0
Found link
http://media.djangoproject.com/releases/1.0.4/Django-1.0.4.tar.gz (from
http://pypi.python.org/simple/Django/), version: 1.0.4
Found link
http://media.djangoproject.com/releases/1.1/Django-1.1.2.tar.gz (from
http://pypi.python.org/simple/Django/), version: 1.1.2
Found link
http://media.djangoproject.com/releases/1.0.3/Django-1.0.3.tar.gz (from
http://pypi.python.org/simple/Django/), version: 1.0.3
Found link http://media.djangoproject.com/releases/1.1/Django-1.1.tar.gz
(from http://pypi.python.org/simple/Django/), version: 1.1
Found link
http://media.djangoproject.com/releases/1.2/Django-1.2.3.tar.gz (from
http://pypi.python.org/simple/Django/), version: 1.2.3
Analyzing links from page http://www.djangoproject.com/
Skipping link http://media.djangoproject.com/css/homepage.css (from
http://www.djangoproject.com/); unknown archive format: .css
Skipping link http://media.djangoproject.com/css/print.css (from
http://www.djangoproject.com/); unknown archive format: .css
Skipping link http://www.djangoproject.com/download/ (from
http://www.djangoproject.com/); not a file
Skipping link http://docs.djangoproject.com/ (from
http://www.djangoproject.com/); not a file
Skipping link http://www.djangoproject.com/weblog/ (from
http://www.djangoproject.com/); not a file
Skipping link http://www.djangoproject.com/community/ (from
http://www.djangoproject.com/); not a file
Skipping link http://code.djangoproject.com/ (from
http://www.djangoproject.com/); not a file
Skipping link http://c2.com/cgi/wiki?DontRepeatYourself (from
http://www.djangoproject.com/); not a file
Skipping link http://docs.djangoproject.com/en/dev/intro/overview/ (from
http://www.djangoproject.com/); not a file
Skipping link http://docs.djangoproject.com/en/dev/intro/install/ (from
http://www.djangoproject.com/); not a file
Skipping link http://docs.djangoproject.com/en/dev/intro/tutorial01/
(from http://www.djangoproject.com/); not a file
Skipping link http://docs.djangoproject.com/en/dev/topics/db/models/
(from http://www.djangoproject.com/); not a file
Skipping link http://docs.djangoproject.com/en/dev/topics/db/queries/
(from http://www.djangoproject.com/); not a file
Skipping link http://docs.djangoproject.com/en/dev/intro/tutorial02/
(from http://www.djangoproject.com/); not a file
Skipping link http://docs.djangoproject.com/en/dev/topics/http/urls/
(from http://www.djangoproject.com/); not a file
Skipping link http://docs.djangoproject.com/en/dev/topics/templates/
(from http://www.djangoproject.com/); not a file
Skipping link http://docs.djangoproject.com/en/dev/topics/cache/ (from
http://www.djangoproject.com/); not a file
Skipping link http://docs.djangoproject.com/en/dev/topics/i18n/ (from
http://www.djangoproject.com/); not a file
Skipping link http://code.djangoproject.com/browser/django/trunk/LICENSE
(from http://www.djangoproject.com/); not a file
Skipping link http://www.lawrence.com/ (from
http://www.djangoproject.com/); not a file
Skipping link http://projects.washingtonpost.com/congress/ (from
http://www.djangoproject.com/); not a file
Skipping link http://www.everyblock.com/ (from
http://www.djangoproject.com/); not a file
Skipping link http://www.ljworld.com/ (from
http://www.djangoproject.com/); not a file
Skipping link http://www.tabblo.com/ (from
http://www.djangoproject.com/); not a file
Skipping link http://www.torontolife.com/ (from
http://www.djangoproject.com/); not a file
Skipping link http://code.djangoproject.com/wiki/DjangoPoweredSites
(from http://www.djangoproject.com/); not a file
Skipping link http://www.djangoproject.com/weblog/2010/sep/10/123/ (from
http://www.djangoproject.com/); not a file
Skipping link
http://www.djangoproject.com/weblog/2010/sep/08/security-release/ (from
http://www.djangoproject.com/); not a file
Skipping link http://www.djangoproject.com/weblog/2010/may/24/121/ (from
http://www.djangoproject.com/); not a file
Skipping link http://www.djangoproject.com/weblog/2010/may/21/121/ (from
http://www.djangoproject.com/); not a file
Skipping link http://www.djangoproject.com/foundation/ (from
http://www.djangoproject.com/); not a file
Skipping link http://mediatemple.net/ (from
http://www.djangoproject.com/); not a file
Ignoring link

http://pypi.python.org/packages/source/D/Django/Django-1.2.tar.gz#md5=98fa833fdabcdd78d00245aead66c174
(from http://pypi.python.org/simple/Django/), version 1.2 doesn't match
==1.1 Ignoring link

http://pypi.python.org/packages/source/D/Django/Django-1.2.3.tar.gz#md5=10bfb5831bcb4d3b1e6298d0e41d6603
(from http://pypi.python.org/simple/Django/), version 1.2.3 doesn't
match ==1.1
Ignoring link

http://pypi.python.org/packages/source/D/Django/Django-1.2.1.tar.gz#md5=2351efb20f6b7b5d9ce80fa4cb1bd9ca
(from http://pypi.python.org/simple/Django/), version 1.2.1 doesn't
match ==1.1
Ignoring link

http://pypi.python.org/packages/source/D/Django/Django-1.2.2.tar.gz#md5=9cdbf79a31988ace9ef2ab4ede890136
(from http://pypi.python.org/simple/Django/), version 1.2.2 doesn't
match ==1.1
Ignoring link
http://media.djangoproject.com/releases/1.0.1/Django-1.0.1-final.tar.gz
(from http://pypi.python.org/simple/Django/), version 1.0.1-final
doesn't match ==1.1
Ignoring link
http://media.djangoproject.com/releases/1.0.2/Django-1.0.2-final.tar.gz
(from http://pypi.python.org/simple/Django/), version 1.0.2-final
doesn't match ==1.1
Ignoring link
http://media.djangoproject.com/releases/1.1.1/Django-1.1.1.tar.gz (from
http://pypi.python.org/simple/Django/), version 1.1.1 doesn't match
==1.1 Ignoring link
http://media.djangoproject.com/releases/1.2/Django-1.2.tar.gz (from
http://pypi.python.org/simple/Django/), version 1.2 doesn't match ==1.1
Ignoring link
http://media.djangoproject.com/releases/1.2/Django-1.2.1.tar.gz (from
http://pypi.python.org/simple/Django/), version 1.2.1 doesn't match
==1.1 Ignoring link
http://media.djangoproject.com/releases/1.2/Django-1.2.2.tar.gz (from
http://pypi.python.org/simple/Django/), version 1.2.2 doesn't match
==1.1 Ignoring link
http://media.djangoproject.com/releases/1.0/Django-1.0.tar.gz (from
http://pypi.python.org/simple/Django/), version 1.0 doesn't match ==1.1
Ignoring link
http://media.djangoproject.com/releases/1.0.4/Django-1.0.4.tar.gz (from
http://pypi.python.org/simple/Django/), version 1.0.4 doesn't match
==1.1 Ignoring link
http://media.djangoproject.com/releases/1.1/Django-1.1.2.tar.gz (from
http://pypi.python.org/simple/Django/), version 1.1.2 doesn't match
==1.1 Ignoring link
http://media.djangoproject.com/releases/1.0.3/Django-1.0.3.tar.gz (from
http://pypi.python.org/simple/Django/), version 1.0.3 doesn't match
==1.1 Ignoring link
http://media.djangoproject.com/releases/1.2/Django-1.2.3.tar.gz (from
http://pypi.python.org/simple/Django/), version 1.2.3 doesn't match
==1.1 Downloading from URL
http://media.djangoproject.com/releases/1.1/Django-1.1.tar.gz (from
http://pypi.python.org/simple/Django/) Storing download in cache at
./build/http%3A%2F%2Fmedia.djangoproject.com%2Freleases%2F1.1%2FDjango-1.1.tar.gz
Running setup.py egg_info for package Django
running egg_info
creating pip-egg-info/Django.egg-info
writing pip-egg-info/Django.egg-info/PKG-INFO
writing top-level names to pip-egg-info/Django.egg-info/top_level.txt
writing dependency_links to
pip-egg-info/Django.egg-info/dependency_links.txt writing manifest file
'pip-egg-info/Django.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/Django.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pip-egg-info/Django.egg-info/SOURCES.txt'
Source in ./build/Django has version 1.1, which satisfies requirement
Django==1.1 (from -r shared/py-base-libs.txt (line 1))
Downloading/unpacking django-extensions (from -r shared/py-base-libs.txt
(line 4))
Getting page http://pypi.python.org/simple/django-extensions
URLs to search for versions for django-extensions (from -r
shared/py-base-libs.txt (line 4)):
* http://pypi.python.org/simple/django-extensions/
Getting page http://code.google.com/p/django-command-extensions/
Getting page http://github.com/django-extensions/django-extensions
Analyzing links from page
http://pypi.python.org/simple/django-extensions/ Found link

http://pypi.python.org/packages/source/d/django-extensions/django-extensions-0.4.1.tar.gz#md5=39e38bee61538f50b6d3a322624b0f22
(from http://pypi.python.org/simple/django-extensions/), version: 0.4.1
Found link

http://pypi.python.org/packages/source/d/django-extensions/django-extensions-0.5.tar.gz#md5=bd77c62db5fe7550edffc69d4edcceb8
(from http://pypi.python.org/simple/django-extensions/), version: 0.5
Found link

http://pypi.python.org/packages/source/d/django-extensions/django-extensions-0.4.tar.gz#md5=e0f462715b2b7f612ecb3f2a81a1db8d
(from http://pypi.python.org/simple/django-extensions/), version: 0.4
Skipping link http://code.google.com/p/django-command-extensions/ (from
http://pypi.python.org/simple/django-extensions/); not a file
Skipping link http://github.com/django-extensions/django-extensions
(from http://pypi.python.org/simple/django-extensions/); not a file
Skipping link http://packages.python.org/django-extensions (from
http://pypi.python.org/simple/django-extensions/); not a file
Analyzing links from page
http://code.google.com/p/django-command-extensions/ Skipping link
http://www.gstatic.com/codesite/ph/images/phosting.ico (from
http://code.google.com/p/django-command-extensions/); unknown archive
format: .ico
Skipping link
http://www.gstatic.com/codesite/ph/14316551366216337109/css/ph_core.css
(from http://code.google.com/p/django-command-extensions/); unknown
archive format: .css
Skipping link
http://www.gstatic.com/codesite/ph/14316551366216337109/css/ph_detail.css
(from http://code.google.com/p/django-command-extensions/); unknown
archive format: .css
Skipping link
http://www.gstatic.com/codesite/ph/14316551366216337109/css/d_ie.css
(from http://code.google.com/p/django-command-extensions/); unknown
archive format: .css
Skipping link

https://www.google.com/accounts/ServiceLogin?service=code&ltmpl=phosting&continue=http%3A%2F%2Fcode.google.com%2Fp%2Fdjango-command-extensions%2F&followup=http%3A%2F%2Fcode.google.com%2Fp%2Fdjango-command-extensions%2F
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://www.firefox.com (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://www.google.com/chrome (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/downloads/list (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/p/django-command-extensions/w/list
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/updates/list (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/people/list (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://www.opensource.org/licenses/bsd-license.php (from
http://code.google.com/p/django-command-extensions/); unknown archive
format: .php
Skipping link http://code.google.com/hosting/search?q=label:django (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/hosting/search?q=label:management
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/hosting/search?q=label:command
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/hosting/search?q=label:extension
(from http://code.google.com/p/django-command-extensions/); not a file
Found link

http://django-command-extensions.googlecode.com/files/django-extensions-0.4.1.tar.gz
(from http://code.google.com/p/django-command-extensions/), version:
0.4.1 Skipping link

http://code.google.com/p/django-command-extensions/downloads/detail?name=django-extensions-0.4.1.tar.gz
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/wiki/AdminExtensions
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/wiki/CommandExtensionIdeas
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/wiki/CommandExtensions
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/wiki/FieldExtensions
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/wiki/InstallationInstructions
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/wiki/ModelExtensions
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://blog.michaeltrier.com/2007/11/20/django-screencasts-episode-003
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://blog.michaeltrier.com/2007/11/21/custom-management-commands-cheatsheet
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://blog.michaeltrier.com/2007/12/18/a-kinder-gentler-django (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://blog.petersheats.com/2008/01/09/autoloading-your-django-models/
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://blog.michaeltrier.com/2008/5/29/django-command-extensions-update
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://ericholscher.com/blog/2008/sep/12/screencast-django-command-extensions/
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://oebfare.com/blog/2008/nov/03/writing-custom-management-command/
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/p/django-command-extensions/feeds
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://groups.google.com/group/django-extensions (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/u/mtrier/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/u/@VxJUR1dQAxZMWAY%3D/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/u/dakrauth/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/u/leidel/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/u/ludvig.ericson/ (from
http://code.google.com/p/django-command-extensions/); unknown archive
format: .ericson
Skipping link http://code.google.com/u/brosner/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/u/treborhudson/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/u/doug.napoleone/ (from
http://code.google.com/p/django-command-extensions/); unknown archive
format: .napoleone
Skipping link http://code.google.com/u/fenner/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/u/jtauber/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/u/carl.j.meyer/ (from
http://code.google.com/p/django-command-extensions/); unknown archive
format: .meyer
Skipping link http://code.google.com/u/jbalonso/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/u/Lethain/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/u/e.willhardy/ (from
http://code.google.com/p/django-command-extensions/); unknown archive
format: .willhardy
Skipping link http://code.google.com/u/kfricovsky/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/u/JustinLilly/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/u/varikin/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/#Getting_Started
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/#Updates (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://github.com/django-extensions/django-extensions/issues (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://github.com/django-extensions/django-extensions/tree/master (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://github.com/django-extensions/django-extensions/tarball/master
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/#Current_Command_Extensions
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/wiki/ExportEmails
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/wiki/GraphModels
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://www.graphviz.org/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/wiki/RunServerPlus
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://werkzeug.pocoo.org/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link

http://code.google.com/p/django-command-extensions/#Current_Database_Model_Field_Extensions
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link

http://code.google.com/p/django-command-extensions/#Current_Database_Model_Extensions
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link
http://code.google.com/p/django-command-extensions/#Current_Admin_Extensions
(from http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/projecthosting/terms.html (from
http://code.google.com/p/django-command-extensions/); unknown archive
format: .html
Skipping link http://www.google.com/privacy.html (from
http://code.google.com/p/django-command-extensions/); unknown archive
format: .html
Skipping link http://code.google.com/p/support/ (from
http://code.google.com/p/django-command-extensions/); not a file
Skipping link http://code.google.com/projecthosting/ (from
http://code.google.com/p/django-command-extensions/); not a file
Analyzing links from page
http://github.com/django-extensions/django-extensions Skipping link
http://github.com/opensearch.xml (from
http://github.com/django-extensions/django-extensions); unknown archive
format: .xml
Skipping link http://github.com/fluidicon.png (from
http://github.com/django-extensions/django-extensions); unknown archive
format: .png
Skipping link

http://assets2.github.com/stylesheets/bundle_common.css?f39b1373b8daa192731505c4b196569399475e73
(from http://github.com/django-extensions/django-extensions); unknown
archive format: .css
Skipping link

http://assets1.github.com/stylesheets/bundle_github.css?f39b1373b8daa192731505c4b196569399475e73
(from http://github.com/django-extensions/django-extensions); unknown
archive format: .css
Skipping link
http://github.com/django-extensions/django-extensions/commits/master.atom
(from http://github.com/django-extensions/django-extensions); unknown
archive format: .atom
Skipping link http://github.com (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link http://github.com/plans (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link http://github.com/training (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link http://gist.github.com (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link http://github.com/blog (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link https://github.com/login (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link http://github.com/django-extensions (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link
https://github.com/django-extensions/django-extensions/edit (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link
http://github.com/django-extensions/django-extensions/toggle_watch (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link http://github.com/django-extensions/django-extensions/fork
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link
http://github.com/django-extensions/django-extensions/watchers (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link
http://github.com/django-extensions/django-extensions/network (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link
http://github.com/django-extensions/django-extensions/commits/master
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link
http://github.com/django-extensions/django-extensions/downloads (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link http://github.com/django-extensions/django-extensions/wiki
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link
http://github.com/django-extensions/django-extensions/graphs (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link
http://github.com/django-extensions/django-extensions/tree/autocomplete-rf
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link
http://github.com/django-extensions/django-extensions/tree/local-svn
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link
http://github.com/django-extensions/django-extensions/tree/m2m-autocompletion
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link
http://github.com/django-extensions/django-extensions/tree/0.5 (from
http://github.com/django-extensions/django-extensions); unknown archive
format: .5
Skipping link
http://github.com/django-extensions/django-extensions/tree/0.4.1 (from
http://github.com/django-extensions/django-extensions); unknown archive
format: .1
Skipping link
http://github.com/django-extensions/django-extensions/tree/0.4 (from
http://github.com/django-extensions/django-extensions); unknown archive
format: .4
Skipping link
http://github.com/django-extensions/django-extensions/branches (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link http://github.com/django-extensions/django-extensions.git
(from http://github.com/django-extensions/django-extensions); unknown
archive format: .git
Skipping link git://github.com/django-extensions/django-extensions.git
(from http://github.com/django-extensions/django-extensions); unknown
archive format: .git
Skipping link

http://github.com/django-extensions/django-extensions/commit/1610e1e59124071e1d01b3814b6f17ff72b526bb
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link http://github.com/empty (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link

http://github.com/django-extensions/django-extensions/tree/1610e1e59124071e1d01b3814b6f17ff72b526bb
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link

http://github.com/django-extensions/django-extensions/tree/ee1eb6dc8f1652b43eb1c6d2299108752214a1c3
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link

http://github.com/django-extensions/django-extensions/tree/16b5cfdc820a2776fef683989159f19965db8cc2
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link
http://github.com/django-extensions/django-extensions/commits/master/
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link

http://github.com/django-extensions/django-extensions/blob/1610e1e59124071e1d01b3814b6f17ff72b526bb/.gitignore
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link

http://github.com/django-extensions/django-extensions/commit/18826a2307a5ff937b51ea250ab81b875f011639
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link http://github.com/jart (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link

http://github.com/django-extensions/django-extensions/blob/1610e1e59124071e1d01b3814b6f17ff72b526bb/LICENSE
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link

http://github.com/django-extensions/django-extensions/commit/6a509f848c3004b7a54f18c2f10ed258e584498b
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link

http://github.com/django-extensions/django-extensions/blob/1610e1e59124071e1d01b3814b6f17ff72b526bb/MANIFEST.in
(from http://github.com/django-extensions/django-extensions); unknown
archive format: .in
Skipping link

http://github.com/django-extensions/django-extensions/commit/24a6441812db483602e5a0e6f36676874398b9a5
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link http://github.com/jezdez (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link

http://github.com/django-extensions/django-extensions/tree/1610e1e59124071e1d01b3814b6f17ff72b526bb/django_extensions
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link

http://github.com/django-extensions/django-extensions/commit/16b5cfdc820a2776fef683989159f19965db8cc2
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link http://github.com/pcusa-jim (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link

http://github.com/django-extensions/django-extensions/tree/1610e1e59124071e1d01b3814b6f17ff72b526bb/docs
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link

http://github.com/django-extensions/django-extensions/commit/ee5c6085af49cfd30db84006b66c59298f16f6dd
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link

http://github.com/django-extensions/django-extensions/blob/1610e1e59124071e1d01b3814b6f17ff72b526bb/setup.py
(from http://github.com/django-extensions/django-extensions); unknown
archive format: .py
Skipping link

http://github.com/django-extensions/django-extensions/commit/07275f9d98466db33c874f1171591ecb26b22138
(from http://github.com/django-extensions/django-extensions); not a file
Skipping link http://www.rackspace.com (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link http://www.rackspace.com%20 (from
http://github.com/django-extensions/django-extensions); not a file
Skipping link http://www.rackspacecloud.com (from
http://github.com/django-extensions/django-extensions); not a

-- 
-----------------------------------------------------
Joanne Cook
Senior IT Support and Development
Oxford Archaeology (North)
01524 880212
http://thehumanjourney.net


------
Files attached to this email may be in ISO 26300 format (OASIS Open 
Document Format). If you have difficulty opening them, please visit 
http://iso26300.info for more information.

Re: [geonode] Installation from trunk: failed

From:
Marc Jansen
Date:
2010-09-22 @ 08:59
Hi Jo,

thanks, installing the dev-package did the trick.

Regards,

Marc



On 22.09.2010 10:32, Joanne Cook wrote:
> Hi Marc,
>
> I think you need the python-dev package too- that helped me with the same error.
>
> Jo
>
> ----- Original Message -----
> From: "Marc Jansen"<jansen@terrestris.de>
> To: geonode@librelist.com
> Sent: Wednesday, 22 September, 2010 9:21:54 AM
> Subject: [geonode] Installation from trunk: failed
>
> Hi list,
>
> I tried to follow the instructions in the svn-wiki to install GeoNode
> from trunk but failed when running bootstrap.py:
> http://projects.opengeo.org/CAPRA/browser/GeoNode/trunk/README.rst
>
> python bootstrap.py --no-site-packages
> [excerpt] [...]
> building '_imaging' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ
> -I/usr/include/freetype2 -IlibImaging
> -I/home/marc/Downloads/GeoNode/include -I/usr/local/include
> -I/usr/include -I/usr/include/python2.6 -c _imaging.c -o
> build/temp.linux-x86_64-2.6/_imaging.o _imaging.c:75:20: error:
> Python.h: No such file or directory
> [...]
> error: command 'gcc' failed with exit status 1
> [...] Build failed: Subprocess return code: 1
> [/excerpt]
>
> This is my system:
>
> javac 1.6.0_20
> Python 2.6.5
> Apache Maven 2.2.1 (rdebian-1)
> Java version: 1.6.0_18
> Java home: /usr/lib/jvm/java-6-openjdk/jre
> Default locale: de_DE, platform encoding: UTF-8
> OS name: "linux" version: "2.6.32-25-generic" arch: "amd64" Family:
> "unix"
>
> Attached is the pip-logfile (although I do not know whether attachments
> are allowed with librelist. I'll post it elsewhere, if I can't attach
> the file).
>
> If you need more information to tackle down the problem, just tell me.
>
> Any help is greatly appreciated.
>
> Thanks in advance,
>
> Marc
>