Re: [PyQt] Opening a file dialog in PyQt - possible bug

2012-02-08 Thread Phil Thompson
On Sun, 05 Feb 2012 20:30:22 -0500, Jishnu Das wrote: > Hello everyone, > > I am attaching 2 sample codes - one that doesn't work and another that > does. There is no apparent reason for the earlier not to work. [The > third script main.py just defines the interface and is imported in both > c

Re: [PyQt] C++ Qt widget called in python?

2012-02-08 Thread Daniele Esposti
Hi Emmanuel, have a look to the sip documentation on Riverbank Computing's website http://www.riverbankcomputing.com/static/Docs/sip4/index.html ,it's a good starting point. For a lot of example look at the .sip files inside the PyQt4 package. On Feb 8, 2012 7:25 AM, "Emmanuel Mayssat" wrote: >