PDA

View Full Version : Can apps created using Quickly for Ubuntu be used in other linux distros?



styk3
January 8th, 2013, 01:49 PM
I need to write a small program to update my mongodb. I'm currently on ubuntu but I need to use it on other linux distributions. I would just like to make sure that applications using this method:

http://developer.ubuntu.com/get-started/

Can be run on other distros?

Cheesemill
January 8th, 2013, 02:05 PM
You will need to repackage your application for the other target distros but apart from that you should be fine.

Quickly uses Python and the pygtk toolkit to produce applications, so they should run on any Linux that has these packages available.

styk3
January 8th, 2013, 02:09 PM
You will need to repackage your application for the other target distros but apart from that you should be fine.

Quickly uses Python and the pygtk toolkit to produce applications, so they should run on any Linux that has these packages available.

Thank you. Haven't developed outside the web before so this is new to me, but I'm sure I'll find out how to do this as I go along.