Skip to content Skip to sidebar Skip to footer
Showing posts with the label Plugins

Plugin Architecture - Plugin Manager Vs Inspecting From Plugins Import *

I'm currently writing an application which allows the user to extend it via a 'plugin' … Read more Plugin Architecture - Plugin Manager Vs Inspecting From Plugins Import *

Python Typeerror: __init__() Takes Exactly 4 Arguments (1 Given)

I am working with python plugins for QGIS.I am using python2.5 and pyqt4 .My init method takes 4 ar… Read more Python Typeerror: __init__() Takes Exactly 4 Arguments (1 Given)

Should A Plugin Adding New Instance-methods Monkey-patch Or Subclass/mixin And Replace The Parent?

As a simple example take a class Polynomial class Polynomial(object): def __init__(self, coeff… Read more Should A Plugin Adding New Instance-methods Monkey-patch Or Subclass/mixin And Replace The Parent?

Gedit/python Execution Plugin?

I'm just starting out learning python with GEdit plus various plugins as my IDE. Visual Studio/… Read more Gedit/python Execution Plugin?

Plugin Architecture - Plugin Manager Vs Inspecting From Plugins Import *

I'm currently writing an application which allows the user to extend it via a 'plugin' … Read more Plugin Architecture - Plugin Manager Vs Inspecting From Plugins Import *