5 questions
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 ...
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 ...
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 ...
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 ...
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 ...