2009/6/27 Piet van Oostrum :
>> Sebastian Pająk (SP) wrote:
>
>>SP> Maybe this picture will tell you more:
>>SP> http://files.getdropbox.com/u/1211593/tkinter.png
>
>>SP> The original script:
>>SP> http://files.getdropbox.com/u/1211593/test1.py
>
>>SP> May someone can confirm this osx behaviou
> Sebastian Pająk (SP) wrote:
>SP> Maybe this picture will tell you more:
>SP> http://files.getdropbox.com/u/1211593/tkinter.png
>SP> The original script:
>SP> http://files.getdropbox.com/u/1211593/test1.py
>SP> May someone can confirm this osx behaviour?
Yes, I get the same. But it is a p
> And I do not see any f3 anywhere except in the doc ref I copy/duped and
> in this file.
That surely is a bug in your email program - get a better one.
Take a look at
http://mail.python.org/pipermail/python-list/2009-June/717666.html
which displays correctly - maybe you can find a web browser
norseman wrote:
Scott David Daniels wrote:
norseman wrote:
... A note here: In reading the original posting I get ...
then an e with a goatee
Here's something to try in any future circumstances:
Good thought, good idea, useful tool.
BUT - compare your output to what I *see*.
Scott David Daniels wrote:
norseman wrote:
... A note here: In reading the original posting I get symbols that
are not
familiar to me as alphabet.
From the line in your original:
Label(root, text='ęóąśłżźćń').pack()
I see text='
then an e with a goatee
a capi
Maybe this picture will tell you more:
http://files.getdropbox.com/u/1211593/tkinter.png
The original script:
http://files.getdropbox.com/u/1211593/test1.py
May someone can confirm this osx behaviour?
2009/6/26 Sebastian Pająk :
> 2009/6/26 norseman :
>> Sebastian Pająk wrote:
Can, bu
> in place where polish
>> accented character should be (like "ęłąśł" etc)
>> This problem is only on mac os x and it doesn't apply to button widget
>> (where characters are correct)
>
> I see. So it is a font problem: if the square box is displayed, it means
> that the font just doesn't have a gl
2009/6/26 norseman :
> Sebastian Pająk wrote:
>>>
>>> Can, but should not.
>>> I read that the problem is when using the Polish language only. Otherwise
>>> things work normally. Is that correct?
>>
>> Yes, correct
>>
>>> If so then byte swap may be a problem. Using the u'string' should solve
>>>
norseman wrote:
... A note here: In reading the original posting I get symbols that are not
familiar to me as alphabet.
From the line in your original:
Label(root, text='ęóąśłżźćń').pack()
I see text='
then an e with a goatee
a capitol O with an accent symbol o
Sebastian Pająk wrote:
You're providing the same text for a Button and a Label. On Mac OSX the
Button shows the text correctly, but the Label doesn't.
Is this correct?
Yes this is correct. My first mail is here:
http://mail.python.org/pipermail/python-list/2009-June/717666.html
My only other
>>> After applying this, the effect remains the same - one big garbage.
>> Can you please be more specific? What is "one big garbage"?
>>
>
> There is a square (or some other weird sign)
***PLEASE*** be specific. A square box is something *completely*
different than any other weird sign. It is im
Sebastian Pająk wrote:
Can, but should not.
I read that the problem is when using the Polish language only. Otherwise
things work normally. Is that correct?
Yes, correct
If so then byte swap may be a problem. Using the u'string' should solve
that. I am assuming you have the Polish alphabet w
> Can, but should not.
> I read that the problem is when using the Polish language only. Otherwise
> things work normally. Is that correct?
Yes, correct
> If so then byte swap may be a problem. Using the u'string' should solve
> that. I am assuming you have the Polish alphabet working correctly
Sebastian Pająk wrote:
2009/6/25 "Martin v. Löwis" :
I've tried various UTF file encoding (also with BOM mark), use of
u"text"
Always use u"text". This should work. Everything else might not work.
But I tried this here without success
After applying this, the effect remains the same - one b
Sebastian Pająk wrote:
2009/6/25 "Martin v. Löwis" :
I've tried various UTF file encoding (also with BOM mark), use of
u"text"
Always use u"text". This should work. Everything else might not work.
But I tried this here without success
After applying this, the effect remains the same - one b
2009/6/25 "Martin v. Löwis" :
>> I've tried various UTF file encoding (also with BOM mark), use of
>> u"text"
>
> Always use u"text". This should work. Everything else might not work.
But I tried this here without success
>> After applying this, the effect remains the same - one big garbage.
>
>
> I've tried various UTF file encoding (also with BOM mark), use of
> u"text"
Always use u"text". This should work. Everything else might not work.
> After applying this, the effect remains the same - one big garbage.
Can you please be more specific? What is "one big garbage"?
> I'm out of idea
Hello
I'm writing an application in Python 2.5.4 under Windows (xp sp3 en).
I use Tkinter as the main GUI toolkit. The app is intended to be
portable (not fully but win & mac os x is a must). It works as it
should on my system, but when I've sent the program to my friend who
has a mac computer, he
18 matches
Mail list logo