From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.5 Message-ID: <51A5BDAA.6040900@bocp.ru> Date: Wed, 29 May 2013 12:34:50 +0400 From: =?UTF-8?B?0JjQu9GO0YXQuNC9INCQ0L3QtNGA0LXQuQ==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 MIME-Version: 1.0 To: ALT Linux Community general discussions Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: [Comm] =?utf-8?b?cDcg0L/RgNC+0LHQu9C10LzQsCDRgSBweXRob24g0Lggdmly?= =?utf-8?q?tualenv?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 May 2013 08:34:59 -0000 Archived-At: List-Archive: List-Post: Добрый день. Наткнулся на следующее: Системный python: > # python > Python 2.7.4 (default, Apr 9 2013, 15:13:55) > [GCC 4.7.2 20121109 (ALT Linux 4.7.2-alt7)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import xml.sax.expatreader > >>> python внутри virtualenv с --no-site-packages: > $ python > Python 2.7.4 (default, Apr 9 2013, 15:13:55) > [GCC 4.7.2 20121109 (ALT Linux 4.7.2-alt7)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import xml.sax.expatreader > Traceback (most recent call last): > File "", line 1, in > File "/usr/lib64/python2.7/xml/sax/expatreader.py", line 24, in > raise SAXReaderNotAvailable("expat not supported", None) > xml.sax._exceptions.SAXReaderNotAvailable: expat not supported > >>> Не знаю насколько актуально, но вот похожее: http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=44826