請教import了xlwings 打包時提示遞回深度錯誤
import xlwings as xw
print('hello world')
pyinstaller后出這個提示
RecursionError: maximum recursion depth exceeded while calling a Python object
本來寫的代碼不少,精減后發現只要import xlwings就出錯
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/48381.html
上一篇:GUI制作
