Ah, I solved it. I was wrong. I did not do the same as yesterday.
Yesterday I downloaded Python 3.0a5 from
http://www.python.org/ftp/python/3.0/python-3.0a5.msi
and not the daily build.
I can python again now (-:
S.
--
http://mail.python.org/mailman/listinfo/python-list
Hi, I just tried to install Python 3.0a5 an another Windows PC. I did
what I have done yesterday at home:
1. Downloaded the daily snapshot
http://svn.python.org/snapshots/msi/python-3.0.14011.msi
2. Installed to C:\Python30
3. Added C:\Python30 to the Path environment for all users.
when I run p
> No, it's now a known bug (at least I don't know it). Whether or not it
> gets fixed might depend on whether or not it gets reported to
> bugs.python.org.
Ok, I'll repost it there.
S.
--
http://mail.python.org/mailman/listinfo/python-list
> I have a source code which IDLE 3.0a5 cannot parse, but Python 3.0a5
> can:
Oh I see the posts in this newsgroup do not yet support Unicode. Most
of the special characters in my source code have been messed up. But
anyway, those who know Czech can handle it. The error is replicable
even with the
Hello,
I am testing Python 3.0a5's handling of unicode strings. Since SPE is
not yet for Python 3.0, I have begun to write in IDLE 3.0a5.
I have a source code which IDLE 3.0a5 cannot parse, but Python 3.0a5
can:
#!/usr/bin/python
# -*- coding: utf-8 -*-
def načtiSlovník(zdroj='slovník.txt'):