各位前輩開工大吉,
不才python新手,
前情提要:
原先安裝python 2.7+pyinstaller以後,又安裝anaconda2,
然後把原先python 2.7+pyinstaller刪掉,並在anaconda2下重裝pyinstaller
遇到的問題:
用anaconda2下的pyinstaller遇到錯誤如下,
Unable to find "C:\Windows\system32\pywintypes27.dll
[Info]: Event name is "\Sessions\1\BaseNamedObjects\MyEvent"." when ad
di
binary and data files.
[Info]: Event name is "\Sessions\1\BaseNamedObjects\MyEvent".
但檢查過C:\Windows\system32\pywintypes27.dll這檔案存在;
並測試過單純import os,
不import xlwings,numpy,sympy,
就不會出現這個錯誤,
且可以編譯成功.exe
請問為何會這樣呢?
謝謝~