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

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?

Plugin Manager In Python

I am relatively new to python (already did some 1h scripts like a little webserver or a local netwo… Read more Plugin Manager In Python

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)

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?