Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Filter by
Sorted by
Tagged with
1 vote
1 answer
2k views

Value error '/anaconda3/lib/libpython3.7.dylib' does not exist?

so I've created a virtual environment in my iterm2 window. this is the ques I asked earlier which has not been solved yet and my app is not running is alias modeso i tried to do the whole process ...
Divya Bansal's user avatar
1 vote
1 answer
828 views

Understanding the fix for the known bug: cx_Freeze & Python 3.7

I have been trying to create a standalone GUI app for Mac OSX based on a python 3 script (version 3.7). The .py script works perfectly when launched directly from the terminal. However this is for my ...
Nootaku's user avatar
  • 419
0 votes
0 answers
222 views

What is the proper way to use pyinstaller on Mac?

i know many articles about pyinstaller for mac has been written, but i still can't solve my problem after trying lots of them. I have built a simple python app with Tkinker, which has a super small ...
yts61's user avatar
  • 1,669
0 votes
1 answer
829 views

Python GUI2Exe Application Standalone Build (Using Py2Exe)

I am trying to build a Python Script into a stand alone application. I am using GUI2Exe. My script uses selenium package. I have it installed. Project compiles fine and runs on python command line ...
user914425's user avatar
  • 16.5k
0 votes
1 answer
339 views

compile python application with setup.py

I already pointed at the problem of exporting my pygame into an executable for distribution purpose. I still have the problem that when I run the setup.py (I use python version 3.7.0) and build the ...
gero's user avatar
  • 119