g-sherman / plugin_build_tool

Python command line tool for compiling and deploying QGIS plugins
GNU General Public License v2.0
39 stars 18 forks source link

No pb_tool module in V2.02 #13

Open sh-one opened 5 years ago

sh-one commented 5 years ago

Installing from a github pull using pip install (after uninstalling V2.01). Running pb_tool gives an error "No module named pb_tool.pb_tool.

I would expect to see a directory /usr/local/lib/python2.7/dist-packages/pb-tool but this does not exist with this version (it was there under V2.01). The pb_tool-2.0.2.egg-info directory does get created correctly as does /usr/local/bin/pb_tool and pbt. Just missing the module directory under the dist-packages.

Installed using pip install ./g-sherman-plugin_build_tool-b3a6fef/. This returns claiming a successful installation.