For example, the win32com.shell.shell module actually resolves to win32com/win32comext/shell/shell.pyd . This is because win32com/__init__.py appends ../win32comext to its __path__. Because the __init__.py of an imported module is not actually executed during analysis, changes it makes to __path__ are not seen by PyInstaller .
So I'm confused about how to get pyinstaller to build an application that uses win32com. I have a script that runs with no problem from IDLE or command line ...
(as caused by running the python script directly, instead of the pyinstaller version) the global cache is found by EnsureDispatch() such that no new cache ...
I had the same error on win10, python 3.6, so I installed pypiwin32. Then the error is gone. I see this issue in pyinstaller 3.6 running python 3.6 and ...
It may happen that when you attempt to bundle your app either PyInstaller itself, ... For example, the win32com.shell.shell module actually resolves to ...
22.06.2013 · pyinstaller and win32com. Ask Question Asked 9 years, 5 months ago. Active 8 years, 6 months ago. Viewed 4k times 1 So I'm confused about how to get pyinstaller to build an application that uses win32com. I have a script that runs ...
02.10.2018 · Hi, running python 2.7 and pyinstaller 3.4. No errors in log when building. Running on Mac 10.14. ... missing module named 'win32com.shell' - imported by pkg_resources._vendor.appdirs (conditional, optional) missing module named 'com.sun' ...
17.08.2012 · The text was updated successfully, but these errors were encountered: pyinstaller-tickets-migration self-assigned this on Oct 18, 2014. pyinstaller-tickets-migration added this to the PyInstaller 2.1 milestone on Oct 18, 2014. pyinstaller-tickets-migration added the v2.0 label on Oct 18, 2014. Copy link.
Pyinstaller and win32com Posted on June 24, 2011 Pyinstaller is a wonderful way of making a single executable that can be run on any windows machine without requiring Python or associated libraries (e.g. wxPython for GUI toolkit) to be installed. It can make things much easier for users.
18.06.2013 · >>pip install -U pypiwin32 at the command prompt Make sure your Python package is in the system PATH. Note that there are a few different ways to install Python modules, and as you have discovered not all of them work. pip install with -U worked for me with the pypiwin32 module (which contains win32com ). Share Improve this answer
issue or a maybe an improper use of win32com; what I do know is that this ... our build to Pyinstaller 2.1, we have found that the win32com gen_py cache