Newbie questions.

Ken Kinder kkinder at tridog.com
Mon Sep 18 15:04:10 EDT 2000


vbMark wrote:

> 1) Can you make a standalone .exe of a Python script?

Yes. Read the FAQ: http://www.python.org/doc/FAQ.html#4.28

> 2) Can you implement DirectX with Python using tk or whatever?

You might find some 3D stuff at http://www.vex.net/parnassus/

If I were you, I would use an OpenGL interface. DirectX is proprietary.

> 3) Where can I find some GUI programs written in Python?  I would like
> to see how they perform/feel.

Follow the think above. Most GUIs in Python are done with Tk. There are
other toolkits availible.




More information about the Python-list mailing list