Tagged Questions
0
votes
1answer
17 views
Problem with Quickly text input field
The Problem
I am using Quickly to try the mybrowser demo from the Ubuntu Website.
Everything goes well until I add a simple text field (for URL entry) in Glade, then, no warnings are issued but the ...
0
votes
1answer
41 views
How to set quickly to use python3 when creating new applications in Ubuntu 12.04
I'm just starting to learn python and use the standard set of tools in ubuntu 12.04 (quickly, glade, gedit).
When I do quickly create ubuntu-application foo the application uses python 2.7 by ...
0
votes
1answer
33 views
How can I add a pip based dependency to a Quickly project?
There is a great topic here about dependencies from ubuntu repositories. But my app depends on python package, which has to be install with sudo pip install package. Can I add this kind of dependency ...
0
votes
1answer
36 views
Quickly can't package, but raises no errors
I am trying to make a .deb package for my project in quickly. This is what I get:
ilya@ilya-laptop:~/Projects/online-translator$ quickly package
...........Ubuntu packaging created in debian/
...
-1
votes
0answers
23 views
How can my quickly app be made to run on other OS's? [closed]
I have an idea for an app (actually a few) and i have both the time and ability to follow through. I'd like to do it using quickly with python and Gtk, but would like it to run on other linux distro's ...
3
votes
1answer
32 views
Adding my own dependency to a quickly app
I have a paid app I'm getting ready to release on the software center but I need to add a package as a dependency. The problem is that I have to package the python module to a *deb and it is not ...
1
vote
1answer
53 views
how do you implement a progress bar using Python / glade web browser [closed]
im trying to get the progressbar in glade to work in conjunction with my web browser. What i want to happen is the progress bar shows how far along a page is being loaded.
I have scoured the ...
0
votes
1answer
62 views
how do you add a home button and tabs to custom written web browser in ubuntu
how do you code in a home button for a web browser?
im creating a web browser in ubuntu for use in ubuntu. I am using a mix of Glade, Python, quickly, WebKit and WebView
i have got nearly ...
0
votes
1answer
16 views
from quickly.widgets import url_fetch_progressbar can not be found?
at the moment im creating a web browser using a mix of python and quickly(glade)
im trying to get the progress bar at the bottom of the page to work properly (with no luck atm)
i have inserted this ...
0
votes
1answer
89 views
Progress bar for python/ quickly web browser
i have been doing this web browser for roughly a day now, i have got the main look of the browser set up how i want it.
i have now decided to add a little progress bar at the bottom of the main ...
0
votes
1answer
80 views
How do you get the website title to show up in the menu area / webpage title are in python / quickly created web browser?
hi there im creating a web browser using a mix of quickly and Python, im wanting to get a websites title to show up in the very top of the page. im not sure of what code that i need adding to the ...
2
votes
2answers
47 views
Thread works only on gui events - pygtk
I am developing a multithreaded application in pygtk using quickly and stuck with threads. So I am experimenting with various possibilities and found out that my thread work only when I do something ...
1
vote
0answers
62 views
How to create an Ubuntu app using python and Qt4 designer
I recently started developing Ubuntu desktop apps using Quickly. But then I tried out the Qt4 designer and I feel more comfortable with it than Glade designer that Quickly uses. I liked developing ...
0
votes
2answers
61 views
Sample Application built with Quickly can't access Web
I am running Tutorial application example for Quickly ( I named App Smallbrowser). This is code from SmallbrowserWindow.py :
import gettext
from gettext import gettext as _
...
1
vote
1answer
90 views
Detailed tutorial for Quickly and python for app development?
Where can I get a complete reference for ubuntu app development using Quickly and python? I saw the video at http://developer.ubuntu.com/get-started/ but that shows only how to use a text field and ...
1
vote
0answers
25 views
My program needs a other program
For my program i need android-tools-adb. How can i include this in my debian package?
Or is there an other way to handle this problem? I remember that Rhythmbox asked you an question if you want to ...
1
vote
1answer
39 views
Update TextEntry of WebBrowser in Python
I got a basic web browser set up and working with Quickly and Python code, but how do I set it up so my TextEntry object (where the URL is entered) to update if I click on a link on the webpage. It's ...
3
votes
1answer
109 views
How to activate flash player for a Quickly created webview/webkit app
I created a web browser program using webview/webkit as the web displayer. I noticed that when I went to youtube only a few videos worked. I am pretty sure that I have to tell webview to activate ...
6
votes
1answer
72 views
Can apps created using Quickly for Ubuntu be used in other linux distros?
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:
...
1
vote
1answer
91 views
Quickly ~ Web Application fails to opendatabase
I'm building a Quickly ~ HTML5 Application, it works great until I try to use WebSQL Storage, which fails to open a databse:
var db = openDatabase('mydb', '1.0', 'Test DB', 5 * 1024 * 1024);
giving ...
1
vote
1answer
86 views
Is there a auto-complete tag like control for quickly/pygtk?
I am making a todo like application with indicator support using glade/python/pygtk/glade. I am making a form to save a Todo item. Each todo will belong to 0 or more projects.
When a user enters a ...
1
vote
1answer
139 views
Quickly Network commands in python
I am working on a program that mounts a windows shared network drive using quickly. So I sat up my GUI and everything.. But I don't know any python commands that mount a network place.. Usually when I ...
0
votes
3answers
123 views
Can I use quicky to create enterprise applications?
Recently I started using quickly to create Ubuntu applications and I was exploring the possibility of using quickly to create scalable enterprise applications.
Can I use quicky to create such ...
0
votes
1answer
282 views
Edit Label is inactive in Glade
I am using quickly to create ubuntu-applications.
I am follwing the tutorial presented in the line
http://developer.ubuntu.com/get-started/
When I add a toolbutton to the tool bar, I am unable to Edit ...
0
votes
0answers
57 views
App development, quickly not working
I'm new to Ubuntu but not that new to development in modern coding to say. I've started building a app for Ubuntu mostly just to get started and I was using the guide that ubuntu.com's development ...
0
votes
1answer
116 views
Ask root permission in a program
I wanted to make a program (with quickly) that edits some root files.
My question:
How can i ask for root permission (after a button is clicked) to execute a command (just like the software center ...
1
vote
2answers
285 views
'module' object has no attribute 'element_make_factory'
i have this code :
import pygst
import st, pygtk
player_name = gst.element_make_factory("playbin", "Multimedia Player")
player_name.set_property("uri", "../media/alert.mp3")
...
1
vote
1answer
130 views
Playing sounds in Python Quickly without any extra libs?
I was wondering is it possible to play sounds in Ubuntu using Quickly and Python without including any libs like pygame or pymedia or anything ?
Just the stock packages that come with Python ?
Thank ...
1
vote
2answers
304 views
How do I change GTK theme of my app in run time?
I recently noticed that monodevelop, can change GTK theme in runtime . How do I add it in my quickly app?
1
vote
1answer
117 views
how to create a pygtk status bar icon using quickly python
How can i add an icon to the status bar using python ? like the skype icon ?
and is it possible to use the default notifications like those that appear when connecting or disconnecting to a wifi ?
...
0
votes
1answer
290 views
Cannot run program - 'org.gnome.desktop.interface' is not installed
I am trying to make a python app that basically views a web page with QUICKLY on Ubuntu 12.04.
When I do sudo quickly run in terminal, I always get this error:
(saikoroubuntu:5283): GLib-GIO-ERROR ...
1
vote
0answers
77 views
Quickly Warning
Every time I run my application I receive these warning errors can anyone tell me what is causing them?
$ quickly run
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning:
...
2
votes
1answer
525 views
How can I set up Eclipse to work with a Quickly program?
I've installed PyDev in Eclipse and have configured my project so that the project lies under Workspace/Eclipse and the Quickly files lies under Workspace/Quickly. To connect the two I've linked the ...
1
vote
1answer
58 views
How to recover from deleting menubar?
I am working with Ubuntu Quickly, and I ran the quickly design command, then deleted the menubar. But when I run, i get this error:
AttributeError: UiFactory instance has no attribute 'helpMenu'
I ...
0
votes
1answer
155 views
Can't center dialog window above main window when using Glade (Quickly)
I have a dialog opening when I press a button in my application and I want it to center above the application's main window, but I can't find a way to do this. I'm using Quickly (Python) and Glade.
...
2
votes
1answer
126 views
How to access parent window in dialog
I am using Quickly and created the main window and a dialog. In the main window I am setting access to database (u1db) in the finish_initializing method (self.db=...). After an action I open a dialog ...
1
vote
1answer
57 views
Why OpenDialog.py don't work on Jotty application
I'm a Python beginner, I installed quickly, I wrote a "quickly tutorial" in terminal and I did all the steps before at:
"However, the application is not complete. There are a few things left for you ...
1
vote
2answers
394 views
Multi-threading in application designed in quickly
I have a tree which I populate with a file list from my computer on the click of a button. While the program is populating the tree the whole GUI hangs.
Is there a way to populate the tree in another ...
0
votes
1answer
195 views
How to combine quickly and my python program?
Firstly, I'm not sure if I'm allowed to ask this question. I'll delete it if it's not welcome. I'm after some guidance on how to start programming.
Perhaps I need to start somewhere else, but I'm ...
2
votes
2answers
132 views
How to change button icon when button clicked, python quickly
I'm trying to implement hide function in my application.
What I want is to have this little arrow ">" when is hide and "V" when is visible.
I know how to make it so its hides and shows but I need that ...
1
vote
2answers
226 views
Error accessing Gio.Gsettings on application made in quickly
I am trying to develop an application using the quickly/pygtk stack. I got my Gsettings schemas all set up in ~/app-name-here/data/glib-2.0/schemas/net.launchpad.app-name-here.gschema.xml correctly ...
4
votes
2answers
123 views
How to rename an application while developing with Quickly
I've been developing an application using PyGI and Quickly, and I now need to rename it. Is there any quick way to change all of the app name references in a Quickly application, or will I just need ...
1
vote
1answer
219 views
Can I execute an application built with Quickly (python - pygtk) on MS Windows?
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 ...
3
votes
0answers
65 views
How do I provide arguments to mapped methods in quickly preferences dialog?
I'm using quickly on 11.04 and I'm trying to add a textbuffer object to the preferences dialog so that its contents is updated automatically to the couchdb. So in __init__.py I changed the dictionary ...
1
vote
2answers
114 views
Error while making a .deb package with Quickly: setup.py install_egg_info failed
I wrote a little program and now I trying to make a .deb package out of it.
When I run quickly --verbose package I get this:
quickly --verbose package
...
0
votes
1answer
273 views
Using Quickly to develop apps for Raspberry Pi?
Can Raspberry Pi apps be developed with Quickly on Ubuntu? I know there isn't Ubuntu for the Pi yet but what I want to do is develop the app on my Ubuntu machine, compile it and copy the deb file to ...
0
votes
1answer
628 views
How to select or deselect radio button in python / glade
As in topic, how can I select or deselect radio buttons in python.
The application is made by quickly.
any help pleas ?
2
votes
1answer
794 views
How can I add cut/copy/paste functionality to my application?
I'm developing an Electoral Calculator (https://launchpad.net/electoralcalculator) using Python 2.7, Gtk+3 and Glade and I want to add cut/copy/paste functionality to my application.
I want to give ...
2
votes
1answer
108 views
Application Development - basic how to questions
After the Ubuntu app showdown is over, I would like to bring some of my tools programmed for Windows in the Software center. Since I'm new into programming for Linux I still have some questions:
1) I ...
0
votes
1answer
114 views
window creation issue Python Gtk via Quickly
I'm currently learning python and GTK so please forgive the noobish question,
I have a program (created in quickly) that has two main windows, that is to say that depending on context one or the ...


