from PyQt4.QtCore import QSettings, QTranslator, qVersion, QCoreApplicationfrom PyQt4.QtGui import QAction, QIcon, QFileDialog
Initialize Qt resources from file resources.py
import resources_rc
Import the code for the dialog
from Import_tool_dialog import ImporttoolDialogfrom functools import partial as ptofrom Tkinter import *from tkMessageBox import showinfo, showwarning, showerrorfrom xlrd import open_workbookimport osimport shutilimport timeimport psycopg2import shapefile as shp
here i am getting error :ImportError: No module named shapefile.
so how can i import shapefile in python
أكثر...
Initialize Qt resources from file resources.py
import resources_rc
Import the code for the dialog
from Import_tool_dialog import ImporttoolDialogfrom functools import partial as ptofrom Tkinter import *from tkMessageBox import showinfo, showwarning, showerrorfrom xlrd import open_workbookimport osimport shutilimport timeimport psycopg2import shapefile as shp
here i am getting error :ImportError: No module named shapefile.
so how can i import shapefile in python
أكثر...