PDA

View Full Version : What should I use to create a standalone GTK application?


PryGuy
May 31st, 2007, 10:18 AM
Good day everyone!

I'm new to Linux programming so please forgive me for such a newbie question! ;)

I'm about to write an XML based GTK postinstaller tool that could parse XML file and perform installation using it's data. The question is, what language should I use to do it? One of the main requirements is that it should work with the out-of-the-box installation, so there would be no need to install extra packages to be able to run it.

Thank you!

ankursethi
May 31st, 2007, 10:26 AM
You can use Python. I think PyGTK works out of the box.

PryGuy
May 31st, 2007, 11:35 AM
Are you sure because we install python after the base installation?

Tomosaur
May 31st, 2007, 11:40 AM
Are you sure you really want to do this? There are very good reasons to use dependencies:

1) Stops system bloat.
2) Smaller downloads.
3) Easier system management.

PryGuy
May 31st, 2007, 12:16 PM
Do what? Write a postinstall tool? ;)

ankursethi
June 1st, 2007, 04:13 AM
Python works out of the box.