[Image-SIG] A question

Fredrik Lundh fredrik at pythonware.com
Sun Nov 7 02:20:54 CET 2010


2010/10/7 אלי <eli_cohen at bezeqint.net>:
> I wrote the python script below usind word editor.
>
> 1. How can I run it as a python script? It seems to be opened as a word
> document!

As Don said, use a text editor that can produce plain text files.  In
addition to the ones he mentioned, you can use IDLE which is included
in most Python distributions.

> 2. Where do I find the xbmc and xbmcgui libraries.

Somewhere on http://xbmc.org, most likely.  They're not part of Python
or PIL, so I assume they're application-specific libraries.  Check the
XBMC docs for details.

</F>


More information about the Image-SIG mailing list