mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #174] raise ImportErrorWhenRunningHook( PyInstaller.exceptions.ImportErrorWhenRunningHook: Failed to import module __PyInstaller_hooks_0_IPython required by hook #161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Roy-Carter on GitHub (May 20, 2021).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/174
Description of the issue
I have a python project that is split into a couple of directories and a main .py file that I call files from other directories in.
When filling up the information in the app and creating the conversion , it failed to finish the conversion properly and not even creating a directory .
I'm using onedirectory option with console based.
Context information (for bug reports)
pyinstaller --version:4.3Haven't tried it , since i'm only using windows.
A minimal example program which shows the error
(and also a ServerMain.py in the root folder)
when importing the ServerMain,py and all the directories above as additional folders(each directory contains .py files / path to files
I come across the stacktrace i'll show below.
Stacktrace / full error message