Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!multikabel.net!newsfeed20.multikabel.net!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1327279871; bh=NmNNUyMP20NIB3CHBLibry3IPOUPH8XYz/0xy+GgiHI=; h=To:From:Subject:Date:Message-ID:References:Mime-Version: Content-Type:Content-Transfer-Encoding; b=WYRljgVeUCaCBAvYwz2tZFIPcMCSc1sQzobgVHBNQsbQZ1DghtUTYHOEl9ipitTjW R+wMmFZJin5jF1jKj7QNR8Zl/24vpf5o6Dr+r1QFJ3HjAilgRqUUovjw4y58tsWEa6 k64ogfKoacCrU5gUD/DVckkOn71FspydW1m6DNlk= X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'solution,': 0.09; 'subject:windows': 0.09; '3.2.': 0.16; 'hall\xc3\xa9n': 0.16; 'jacob': 0.16; 'message-id:@post.gmane.org': 0.16; 'url:bugs': 0.18; 'from:addr:python.org': 0.19; "haven't": 0.20; 'writes:': 0.25; 'import': 0.27; 'problem': 0.29; 'subject:skip:i 10': 0.30; 'header:User-Agent:1': 0.33; 'to:addr:python-list': 0.33; 'occurs': 0.34; 'header:X-Complaints-To:1': 0.34; 'running': 0.35; 'url:python': 0.36; 'but': 0.37; 'received:org': 0.37; 'received:128': 0.37; 'despite': 0.38; 'subject:with': 0.38; 'url:org': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.40 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Benjamin Peterson Subject: Re: Trouble with internationalized path under windows Date: Mon, 23 Jan 2012 00:50:54 +0000 (UTC) References: <201201222108.18950.jacob.hallen@sotospeak.se> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 128.36.73.23 (Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20100101 Firefox/9.0) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1327279873 news.xs4all.nl 6881 [2001:888:2000:d::a6]:59461 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19244 Jacob Hallén sotospeak.se> writes: > > I have a problem which ought to have an obvious solution, but I haven't found > one despite searching for many hours. The problem occurs on Windows. You may be running into the brokenness of the Python import system prior to 3.2. See http://bugs.python.org/issue3080