This commit is contained in:
copper 2023-07-29 16:30:37 +08:00
parent 32dcfb07d9
commit 6567b75af1
2 changed files with 2 additions and 1 deletions

View File

@ -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模块丢失

View File

@ -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