Bug report #10927
composerMapItems constructor is missing from 32bit version
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | - | ||
Affected QGIS version: | 2.4.0 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | up/downstream |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 19286 |
Description
I have a plugin [0] which uses composerMapItems constructor but the plugin is giving me problems on 32bit versions. I compared the result of dir(QgsComposition) on a 32 bit version and a 64 bit version and the 32 bit version is missing composerMapItems. The 32 bit version is also missing 'senderSignalIndex'.
History
#1 Updated by Ed B over 10 years ago
I mean the Windows 32 bit version.
#2 Updated by Nyall Dawson over 10 years ago
- Category changed from Map Composer/Printing to Windows Package
This is a packaging issue - as mentioned in the docs that method requires pyqt >= 4.8.4 . currently the 32 bit windows build uses pyqt 4.8.3.
#3 Updated by Jürgen Fischer over 10 years ago
- Resolution set to up/downstream
- Category deleted (
Windows Package)
#4 Updated by Giovanni Manghi over 10 years ago
- Status changed from Open to Closed
#5 Updated by Regis Haubourg over 10 years ago
Just for the record, I opened a ticket in osgeo4w tracker. We also have mask plugin broken in 32 bit package..
OSGeo4W #433