I am getting error on startup: An error occured during execution of following code: pyplugin_installer.instance().showPluginManagerWhenReady() ... url = settings.value(key+"/url", "", type=unicode) TypeError: QSettings.value(QString, QVariant defaultValue=QVariant()): 'type' is not a valid keyword argument
I have qt 4.6.3, python-qt4 4.7.3, python-sip4 4.10.2. Form INSTALL: Required build deps: - Qt >= 4.4.0 Optional dependencies: - for python support - SIP >= 4.8, PyQt >= must match Qt version, Qscintilla2 so it should be sufficient. Radim On Sat, Jun 8, 2013 at 1:35 PM, Nathan Woodrow <[email protected]> wrote: > Hey all, > > The new SIP API has been merged now. There are still a few things to clean > up in some of the core plugins but it is merged for wider testing. I don't > expect to find any major issues. > > I have written a conversion guide here: > https://gist.github.com/NathanW2/5734767 > > Plugin authors could you take some time to update you plugins so they will > be ready for 2.0 once it is released _however_ please don't upload the new > 2.0 version of your new plugin to the QGIS plugin repo until I give you the > go ahead as we need to do a update on the server so that 1.8 will not get > the 2.0 plugins because they will not run in 1.8. > > I would recommend creating a branch in git with your new 2.0 version and be > ready to upload it when I give the go ahead. > > Note: 1.8 plugins will not run in 2.0 without being updated to the new API > syntax. 2.0 plugins will not work in 1.8. > > Users who live on the edge by running the dev build please just bare with us > while we get this sorted out, shouldn't take too long. > > Email me if you have any issue. > > Regards, > Nathan > > _______________________________________________ > Qgis-developer mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-developer > _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
