image

Shi Mu samrobertsmith at gmail.com
Tue Nov 8 04:07:09 EST 2005


yes. I use both cmd and pythonwin to run it. why both of them can not work?

On 11/8/05, Fredrik Lundh <fredrik at pythonware.com> wrote:
> Shi Mu wrote:
>
> > why the following code report the error:
> > Traceback (most recent call last):
> >  File "C:\Python23\lib\site-packages\Pythonwin\pywin\framework\scriptutils.py",
> > line 310, in RunScript
> >    exec codeObject in __main__.__dict__
> >  File "C:\Python23\Examples\AppB\text.py", line 24, in ?
> >    text.image_create(END, image=photo)
> >  File "C:\Python23\lib\lib-tk\Tkinter.py", line 2882, in image_create
> >    return self.tk.call(
> > TclError: image "pyimage4" doesn't exist
>
> works for me, when running it from a stock CPython interpreter.
>
> have you tried running the script outside the pywin environment?
>
> </F>
>
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list