[PyQt] SIP generated module crashes on initialization

2012-01-24 Thread Иван Андрианов
Hello. I tried to generate bindings for my own library and found something that looks like a bug in SIP. Here is a small example. / testsip.h / #ifndef TESTSIP_H #define TESTSIP_H #include QObject #ifdef testsip_EXPORTS #define TESTSIP_API __declspec(dllexport) #else #define

[PyQt] PyQwt and PyQt 4.9

2012-01-24 Thread David Kaufman
Hi there, I'm currently developing with PyQwt. Unfortunately it doesn't support PyQt 4.9 yet. Thus I really need an older PyQt version, to be specific PyQt v4.8.6, but I'm not able to find it anywhere. I need a binary version for Python 2.7 32 bit. If anyone could point me in the right direction?

[PyQt] Fwd: question about image on QWebKit

2012-01-24 Thread Tony Peña
Hi, again.. i send this twice because the image not exist i update URL to can see my trouble... i´m working over linux, and when i try to execute on windows i get this image bug on QWebKit check the image and take a look of the airplane between the 2 green-red lines http://imagebin.org/195291

Re: [PyQt] PyQwt and PyQt 4.9

2012-01-24 Thread sole
http://www.lfd.uci.edu/~gohlke/pythonlibs/ Quoting David Kaufman david.kauf...@gmx.de: Hi there, I'm currently developing with PyQwt. Unfortunately it doesn't support PyQt 4.9 yet. Thus I really need an older PyQt version, to be specific PyQt v4.8.6, but I'm not able to find it anywhere. I

Re: [PyQt] Sending a Signal from a QTableWidget header

2012-01-24 Thread Hans-Peter Jansen
On Tuesday 24 January 2012, 00:37:31 starglider.dev wrote: Hi Pete, thank you for your help. I found the anwser in Mark Summerfield's book: Good choice. chapter 14 in file ships-delegate.pyw Here is the code: header = tableView.horizontalHeader()

Re: [PyQt] Problem with uic.loadUiType

2012-01-24 Thread Rapczak, Jesse
Hmm, I'm dumbfounded. Anyone else have any idea what could cause this not to work on my system? PyQt works fine otherwise, inside of Maya and out. From: Panupat Chongstitwattana [mailto:panup...@gmail.com] Sent: Monday, January 23, 2012 11:38 AM To: Rapczak, Jesse Subject: Re: [PyQt] Problem

Re: [PyQt] Problem with uic.loadUiType

2012-01-24 Thread Rapczak, Jesse
Weird, I ran the example code in my C:\Python26 directory, then re-copied the PyQt4 folder from site-packages to Maya's Python interpreter path and everything works now. But... why?? J From: pyqt-boun...@riverbankcomputing.com [mailto:pyqt-boun...@riverbankcomputing.com] On Behalf Of

Re: [PyQt] PyQwt and PyQt 4.9

2012-01-24 Thread William Kyngesburye
It doesn't? Works for me. I recompiled PyQwt 5.2.1 (SVN) for PyQt 4.9 with no problems. A plugin for QGIS that uses PyQwt still works. Just wondering if I'm missing something. (OS X 10.7, Python 2.7.1, PyQt 4.9, Qt 4.8.0) On Jan 24, 2012, at 12:22 PM, David Kaufman wrote: Hi there, I'm