SM
2007-02-03 12:33:03 UTC
Then I realize...
I want it to run on Linux,Mac and Windows.
The language I am best at is C# and this is the language I have used so far, however, it uses the .net framework, would it run on Mac and Linux, and how easy would it be to set up on them?
I am relatively good at Python, and I could use this for the program, but how hard would it be to get a good GUI set up using TKinter, with splash screen?
Of course, the other alternative is C++. I am OK at it, but I have never used it to create a GUI, how hard would it be to get this set up?
The end product is a HTML editor, that I want to put up on a website for download, and into a box for shops. So the language needs to be robust, and be able to have minimal set up requirements for the end user, of course, with Python, I can distribute Python 2.5 with it, but not with the .Net framework (?).
What do you think I should do?
Sophie