Open vvoovv opened 6 years ago
I think a proper cleanup is needed in bpyproj.unregister() similar to the code in bpyproj.dependencies.install_pyproj()
bpyproj.unregister()
bpyproj.dependencies.install_pyproj()
if package_dependencies_path in sys.path: sys.path.remove(package_dependencies_path)
I think a proper cleanup is needed in
bpyproj.unregister()
similar to the code inbpyproj.dependencies.install_pyproj()