fix bugs
This commit is contained in:
parent
32dcfb07d9
commit
6567b75af1
1
build.py
1
build.py
@ -133,6 +133,7 @@ def package(dist_path):
|
||||
shutil.copytree(Python_path + "Lib/site-packages/scipy", gen + "scipy")
|
||||
# 解决pywt模块丢失
|
||||
shutil.copytree(Python_path + "Lib/site-packages/pywt", gen + "pywt")
|
||||
shutil.copytree(Python_path + "Lib/site-packages/PyQtAds", gen + "PyQtAds")
|
||||
# 解决shapely模块丢失
|
||||
# shutil.copytree(Python_path + "Lib/site-packages/shapely", gen + "shapely")
|
||||
# 解决pyclipper模块丢失
|
||||
|
@ -1,5 +1,5 @@
|
||||
from threading import Thread
|
||||
from plugins.misc.utils import Register
|
||||
from .utils import Register
|
||||
from rscder.plugins.basic import BasicPlugin
|
||||
from PyQt5.QtWidgets import QGroupBox, QWidget, QComboBox, QVBoxLayout
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user