2011/6/7 Alessandro Iob <alessandro....@gmail.com>

> I have fixed the problem adding the following code in one of my models:
>
> import os
> os.environ['PYTHONCASEOK'] = '1'
>
> It makes ignore path case on operating systems with case-insensitive
> file-systems (namely Win32 and OS/X with the default fs).
>
> Do you think it should be added, with a proper os test, to the importer
> code?
>
>
>
No. Now that we know the problem, or that we have enough information to
easily locate the lines of code in problem, we can fix these lines. We need
someone who can do it on Windows.

I don't like the idea of global change of the Python environment. A local
fix is far better solution and it should not very difficult to do in this
case.

Thank you for your collaboration.

-- 


A+

-------------
Pierre
My blog and profile
(http://pierrethibault.posterous.com)<http://pierrethibault.posterous.com>
YouTube page 
(http://www.youtube.com/user/tubetib)<http://www.youtube.com/user/tubetib>
Twitter (http://twitter.com/pierreth2) <http://twitter.com/pierreth2>

Reply via email to