Unicode issue with Python v3.3

Ian Kelly ian.g.kelly at gmail.com
Wed Apr 10 15:50:01 EDT 2013


On Wed, Apr 10, 2013 at 12:25 PM, Νίκος Γκρ33κ <nikos.gr33k at gmail.com> wrote:
> Τη Τετάρτη, 10 Απριλίου 2013 9:08:38 μ.μ. UTC+3, ο χρήστης Nobody έγραψε:
>> On Wed, 10 Apr 2013 00:23:46 -0700, nagia.retsina wrote:
>>
>>
>>
>> > Look at what 'python3 metrites.py' gives me
>>
>>
>>
>> >   File "/root/.local/lib/python2.7/lib/python3.3/os.py", line 669, ...
>>
>>                                  ^^^           ^^^
>
> Yes i see it in the traceback but i dont know what it means.
> Please explain to me.
> Tahnk you.

It means that there is something very strange about the way that your
Python 3.3 is installed, as the libraries appear to be installed under
your Python 2.7 library directory.



More information about the Python-list mailing list