Python install has difficulties with accented characters in path

  • Thread starter Pierre Thibault
  • Start date
P

Pierre Thibault

I am building from the source and installing Python on my machine.

I added these tests failed:

test_doctest
test_httpservers
test_logging

But I moved the Python installation folder on another directory and
the failed tests vanished when I tried again. The difference? The new
directory does not have any accented characters in its name while the
other one was having one.

Should I flag this has a bug?

I am installing Python 2.6.5. I am running OpenSuse 11.2 AMD64.
 
T

Thomas Jollans

I am building from the source and installing Python on my machine.

I added these tests failed:

test_doctest
test_httpservers
test_logging

But I moved the Python installation folder on another directory and
the failed tests vanished when I tried again. The difference? The new
directory does not have any accented characters in its name while the
other one was having one.

Should I flag this has a bug?

I am installing Python 2.6.5. I am running OpenSuse 11.2 AMD64.

Before filing a bug, best test it with Python 2.7 (just released), 3.1,
and, if possible, py3k trunk.

I just tried to reproduce this with a current py3k checkout, where it
worked. Probably not an issue in Python 3.x due to the changed unicode
handling, but it might be a bug that has been fixed since 2.6.
 
P

Pierre Thibault

Before filing a bug, best test it with Python 2.7 (just released), 3.1,
and, if possible, py3k trunk.

I just tried to reproduce this with a current py3k checkout, where it
worked. Probably not an issue in Python 3.x due to the changed unicode
handling, but it might be a bug that has been fixed since 2.6.

I've tested with the version 2.7 and the issue is gone.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top