From owner-freebsd-python@FreeBSD.ORG Mon Nov 10 11:06:56 2008 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E905106568F for ; Mon, 10 Nov 2008 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 74D4A8FC42 for ; Mon, 10 Nov 2008 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mAAB6uAD049828 for ; Mon, 10 Nov 2008 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mAAB6tqt049824 for freebsd-python@FreeBSD.org; Mon, 10 Nov 2008 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 10 Nov 2008 11:06:55 GMT Message-Id: <200811101106.mAAB6tqt049824@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2008 11:06:56 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/128606 python ports/math/py-networkx update o ports/128350 python New port: math/py-numeric23 o ports/128343 python math/py-numeric17 is no longer needed o ports/127924 python [UPDATE] devel/py-setuptools to 0.6c9 o ports/127616 python security/py-xmlsec misconstrues CFLAGS from xmlsec on f ports/127522 python Patch to fix fetch on current/ports/devel/py-mx-experi o ports/126891 python New port: devel/py-wsgi_xmlrpc, WSGI application for a f ports/126544 python [PATCH] devel/py-tables: update to 2.0.4 o ports/126073 python Installing lang/python25 from the meta port changes th o ports/125459 python Add regression-test target for lang/python25 o ports/124729 python lang/python25 - Python 2.5 fails in building a package o ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener o ports/122616 python databases/py-pyPgSQL - apply bytea escape bug patch in o ports/119440 python lang/python25: NO_NIS=true in /etc/make.conf breaks pk o ports/118301 python devel/py-setuptools easy-install.pth contents lost on o ports/116132 python lang/Python25 - Python 2.4 -> 2.5 upgrade leaves meta- o ports/115940 python Missed one file in lang/python25 if NO_NIS defined o ports/110728 python mail/py-spambayes should load config file from a stand o ports/109550 python lang/python25 does not install /usr/local/bin/python a ports/108576 python databases/postgresql-plpython make fails on 6.2 / amd6 20 problems total. From owner-freebsd-python@FreeBSD.ORG Tue Nov 11 10:11:55 2008 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32AF21065672 for ; Tue, 11 Nov 2008 10:11:55 +0000 (UTC) (envelope-from Mathias.Picker@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 6D9E68FC20 for ; Tue, 11 Nov 2008 10:11:54 +0000 (UTC) (envelope-from Mathias.Picker@gmx.de) Received: (qmail invoked by alias); 11 Nov 2008 09:45:12 -0000 Received: from dslb-084-056-028-064.pools.arcor-ip.net (EHLO [192.168.178.28]) [84.56.28.64] by mail.gmx.net (mp047) with SMTP; 11 Nov 2008 10:45:12 +0100 X-Authenticated: #23891974 X-Provags-ID: V01U2FsdGVkX19Cv9RlJwhCB7VJzfL6mtDORIE4xYx7clh2h+25a+ 24qYQofa4XmZmX From: Mathias Picker To: python@FreeBSD.org Content-Type: text/plain Date: Tue, 11 Nov 2008 10:45:11 +0100 Message-Id: <1226396711.1685.16.camel@mp.virtual-earth.de> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.65 Cc: Subject: locale.getlocale returns encoding UTF8, should it better be UTF-8? X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2008 10:11:55 -0000 When testing the current OpenErp client on FreeBSD it showed me WARNING:translate:Unable to set locale de_DE.UTF8 My LANG is set to de_DE.UTF-8 Investigating this I found that locale.getlocale returned UTF8 as character encoding. FreeBSD uses UTF-8, so maybe this should be changed? After I patched the openerp client with if encoding == 'UTF8': encoding = 'UTF-8' it starts without error msg, and (as far as it's translated) in german. This is on 7.1-prerelease with python python25-2.5.2_3