The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
95 views

PySide application lost icons when upgraded to Ubuntu 13.04

I'm developing an application in Python 3 using PySide. I upgraded my system form 12.10 to 13.04 today, and now I no longer have icons in my toolbar. The icons are loaded using QIcon.fromTheme(). Does ...
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 ?
5
votes
3answers
2k views

Making python 3.3 default python 3 interpreter instead of 3.2

So, to keep it simple. Ubuntu 12.10 has python 3.2 pre installed and it is linked to "python3". I downloaded python 3.3 and it's command is "python3.3". However, I downloaded pySide for python3 from ...
0
votes
0answers
94 views

Multiple Phonon Volume Sliders

I'm working on a soundboard program. The window is populated with multiple instances of the below SoundPlayer class. When running my program the volume sliders don't affect their own player. The last ...
1
vote
2answers
183 views

Will Quickly + pyside work properly like any quickly application?

I was thinking of using Quickly but I don't like Glade and I want to use pyside. I want to start my starch. Should I delete all the files and create a pyside python file? Will Quickly still work with ...
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 ...
4
votes
2answers
334 views

How to make a .deb installer for PySide (Qt) project

I have made a small software using PySide, a GUI library for python using Qt. I have successfully built it into an executable for Ubuntu. ...