[BUG] Unable to package rich with Py2exe #1935
Unanswered
imranrajjad
asked this question in
General
Replies: 1 comment
-
This probably isn't an issue with Rich. Suggest you reach out to py2exe devs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unable to package python app with
rich
libraryBelow is a sample file
Below is setup.py used by py2exe
after running
python setup.py py2exe
py2exe crashes with below error
The error goes away if imports of rich are removed.
Has anyone come across this?
Beta Was this translation helpful? Give feedback.
All reactions