I am following this tutorial on quickly. At one point I have to write from quickly import prompts in the file called SimplePlayerWindow.py.
As we know there is this great development tool called Quickly, that makes Python programming and application publishing a lot easier.
Quickly on the Ubuntu wiki
Are there any commercional applications out there yet that were made with the help of Quickly?
i was thinking of using quickly but i dont like glade i want to use pyside
i want to start my starch what should i do delete all the files and create a pyside python file will quickly still work with it and it will be considered for ubuntu app showdown
let me tell you that pyside is the official python bindings to qt and it is under the LGPL license and it is available in default ubuntu repository
I am just getting started with using quickly and I have a small project that's starting to take shape.
Right now I would like to add a translation to my project.
I already noticed that quickly automatically generates po/.pot but I can't quite figure out how/where to add the language-specific .po files.
I tried creating en.po / de.po / es.po manually inside the po/ sub-directory but - even after
I am working with QUICKLY, using Python and PyGtk. I know there is an option for packaging; so I can create a .DEB file. This is for Ubuntu.
I was reading about PyGTK and it seems that PyGtk runs on MS Windows too. So, can I execute an app built with Quickly on MS Windows? If so, how? Which is the file (.py) that I have to execute on MS Windows?
I tried to use the quickly.widgets.text_editor class in a quickly project just now (as in one of the highlighted quickly tutorials) and got an import error. When I tried to inspect the quickly.widgets module I got an import error. Does quickly still include its own widgets? Does it still include the text_editor widget?
I found that when I run my application using "quickly run" and press Ctrl+c to kill it, application is not quiting. Am using Quickly 12.04.
For GTK2 applications, I used
def gtk_main_quit(self,widget,data=None):
gtk.main_quit()
Is that enough to do it here with GTK3 ?
I've developed an app using Quickly on a 12.04 system. In preparation for the 12.10 release, I'd like to have launchpad build a version for Quantal so that it can be used and tested by people from my ppa. I'm not willing to upgrade my system yet (I depend on it for work), how can I do this from 12.04 and my current quickly project?
I'm looking to try and develop some simple indicators, for numlock/capslock and brigthness, etc. How would I go about creating indicators in python? Are there any tutorials that walk me through writing my first appindicator (like for apps in quickly)? Any easy solutions for starting like quickly templates?