View Single Post
Old Mar 28th, 2008, 6:39 AM   #2
Freaky Chris
Hobbyist Programmer
 
Freaky Chris's Avatar
 
Join Date: Dec 2007
Location: England
Posts: 169
Rep Power: 1 Freaky Chris is on a distinguished road
Send a message via MSN to Freaky Chris
Re: Which Flavor: CPython or IronPython and Exec Opts

I have never looked at IronPython myself, i just use plan standard Python. Although the basic Python language doessupport GUI's through the use of Tkinter, there are additionally packages you can get such as wxPthon (my favorite) and QT there are no doubt others too. Also there are other packages such as PyGame avaliable to use..i imagine though that these will work fine with IronPython also. I have heard there beening a few problems when using IronPython due to things such as the .NET framework it uses doesn't allow you to call __del__ methods.

Hope this helps you in some way,

Chris
__________________
Who said i couldn't program
sarcasm = raw_input('Type in a sarcastic remark: ')
print sarcasm
Freaky Chris is offline   Reply With Quote