Very cool. I vote yes.
___
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce
- Original Message -
From: "Michael Foord" <[EMAIL PROTECTED]>
To: "Patrick Kramer" <[EMAIL PROTECTED]>
Cc:
Sent: Sunday, April 30, 2006 5:57 PM
Subject: Re: [PythonCE] Tkinter PhotoImage, no such file or directory
> Patrick Kramer wrote:
>>
>>
>>> You can tell Python using os.chdir()
Patrick Kramer escribió:
>
>
>
>>You can tell Python using os.chdir(), but that will not necessarily have any
>>effect on Tkinter because the operating system has no concept of a "current
>>directory", so it depends on whether the image file is opened in the Python
>>code or the C code.
>>
>>Luk
Patrick Kramer wrote:
>
>
>> You can tell Python using os.chdir(), but that will not necessarily have any
>> effect on Tkinter because the operating system has no concept of a "current
>> directory", so it depends on whether the image file is opened in the Python
>> code or the C code.
>>
>> Lu
>
> You can tell Python using os.chdir(), but that will not necessarily have any
> effect on Tkinter because the operating system has no concept of a "current
> directory", so it depends on whether the image file is opened in the Python
> code or the C code.
>
> Luke
>
So there is no way for pyt