>> I'd like to program and compile a simple graphics program (showing
>> something like a chess board, some numbers and buttons, mouse support)
>> ...
> 2d or 3d graphics? You could start by looking at pygame and pyopengl.
2D Graphics.
>> ... and provide it as a standalone binary for Windows users
>> What is the easiest way to do that? Which libraries or compilers I should
>> use?
>
> http://www.py2exe.org/
Will it work with any graphics library?
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I'd like to program and compile a simple graphics program (showing something
like a chess board, some numbers and buttons, mouse support) and provide it
as a standalone binary for Windows users.
What is the easiest way to do that? Which libraries or compilers I should
use?
--
http://mail.pyth
What would you suggest to check python programs for non-syntax error.
One example I could think of that one might forget to "return" a value from
a function.
How could I check for these and maybe other mistakes?
--
http://mail.python.org/mailman/listinfo/python-list