Hi, I read your code(db.py), your problem is use both, spaces(4 space) and TAB.
Use only one, not possible use both. I setting my text editor to change TAB to 2 spaces. See in your code the lines 33 and 34, have TAB, you need change for spaces. If you use WINDOWS, i liked the Notepad++ editor for write Python's code to small project, for complex projects i prefer use the ECLIPSE with PyDev. 2010/11/18 Muhammad Abu Hasan <[email protected]> > Dear All, > > here is my python file and error , could you please help me , how can i > solve it ? > > _______________________________________________ > 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
