The pyqt tag has no wiki summary.
0
votes
0answers
42 views
PyQT on Ubuntu Mobile/Tablet
can PyQT be used on the new Tablet Mobile operating system ?
Looking to use PyQT along with native c++ code on a Nexus 7 and Nexus 10
1
vote
0answers
61 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 ...
1
vote
0answers
77 views
IPython qtconsole not launching, Ubuntu 12.04
When I try launch Ipython qtconsole from terminal, I get the following error:
python: /build/buildd/sip4-4.13.2/siplib/siplib.c:7915:
sip_api_can_convert_to_type: Assertion `(((td)->td_flags & ...
1
vote
1answer
312 views
How to install PyQt4 for Python2.6?
I am currently stuck using both Python2.6 and Python2.7 on Lubuntu 12.10. 2.6 is required for a piece of software.
In attempting to write a plug-in for this software (Opticks), I need to be able to ...
19
votes
4answers
2k views
Can I develop ubuntu for phones apps in Python?
Does anyone know if we can develop apps for ubuntu for phones in Python ?
PyQT / PySide would seem to support also QML. But can we use them on the phones ?
1
vote
0answers
372 views
Programming with DBus using PyQt
I'm trying to write a desktop environment that supports the global menu Before I get started with my main task In PyQt I'm trying to get the dbus code to work with QtDBus as a proof of concept. Here's ...
22
votes
1answer
8k views
Should I use PyQt or PySide for a new Qt project?
Recently I've been involved in conversations about creating a Quickly template for a Qt and QtQuick Ubuntu app. The idea is to make it as easy to develop Qt apps from concept to package as it is right ...
0
votes
2answers
215 views
Compiling Pyqt4 program
I am trying to package a program I wrote (using Pyqt4) into a single executable for linux. I tried using Pyinstaller however it has problems with importing Gio (for settings)
from gi.repository ...
2
votes
1answer
901 views
How to configure PyQt4 for Python 3 eclipse in Ubuntu?
I installed PyQt4 with synaptic.
I'm using Python3 so I need to configure the path for PyQt4 in eclipse, but it seems synaptic only installed PyQt4 for python 2 since I only found relative files and ...
4
votes
1answer
482 views
How to create appmenu in using python3 and PyQt?
I am looking for a way to create appmenu indicator using python3.2 and pyqt4. Please help me.
1
vote
1answer
380 views
PyQt apps cause Window Manager to crash - where's the problem?
I've upgraded to Ubuntu 11.10 and I have a strange problem.
PyQt apps, like ReText and the one below, cause window manager to go crazy.
Metacity crashes, Compiz hangs, GNOME Shell / Mutter displays ...
6
votes
3answers
452 views
Where is the reference to the currently used icon theme stored?
There are several related questions, but I found none that really answered this detail:
Where is the reference to the current icon theme stored?
Since the icon theme can be changed, hence so too ...
2
votes
4answers
1k views
How can i fix some broken packages PyQt packages?
I'm trying to install PyQt but i've met some difficulties (i.e packages that won't be updated and stuff like that). I'm not very proficient with Ubuntu, so some help is needed. Here's the output i get ...
1
vote
1answer
1k views
Installing PyQt4 for Python3
I am trying to get my code running using Python3 and PyQt4. When I do this:
gruszczy@gruszczy-laptop:~/Programy/fathom/tools$ python3.1 fathomqt.py
Traceback (most recent call last):
File ...
10
votes
2answers
616 views
Quickly template for PyQt?
Because I like Qt and Python, is there a Quickly template for PyQt similar to the PyGTK one?