Tagged Questions
0
votes
0answers
182 views
import error with pyinstaller, related to pythoncom; pywin32
I am using pywin32 217, python 2.7.2 and pandas developer version:
My script contains only one line:
import pandas as pd
When I run the compiled executable created using pyinstaller in debug mode, ...
0
votes
0answers
216 views
Import Error with pythoncom after building with PyInstaller
I have a working script on python 2.7 with pywin32 version 217 installed. When I build using PyInstaller (in debug mode), i get the following warnings:
....
WARNING: library python%s%s required via ...