From 1b4d41321ee5543f630315ee21bace24cc5839ee Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Mon, 27 Oct 2008 03:39:11 +0000 Subject: [PATCH] added note for debian distros --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40345 --- scrapy/trunk/INSTALL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scrapy/trunk/INSTALL b/scrapy/trunk/INSTALL index b101fd26f..98d39001c 100644 --- a/scrapy/trunk/INSTALL +++ b/scrapy/trunk/INSTALL @@ -13,6 +13,8 @@ If this is not the case, you can add the following lines to a file import sys sys.setdefaultencoding('utf-8') +In Debian/Ubuntu the sitecustomize.py file may be found in /etc/python or +/etc/python2.5. INSTALLING LIBRARIES --------------------