Qt won't let me run any file
-
I just downloaded Qt and for some reason I can't run anything at all.
Everytime I try to run my python file in Qt, I keep getting this error,
"/Applications/Xcode.app/Contents/Developer/usr/bin/python3: can't open file 'widget.py': [Errno 1] Operation not permitted"
I've tried everything and can't get this to work, can anyone help?
-
I just downloaded Qt and for some reason I can't run anything at all.
Everytime I try to run my python file in Qt, I keep getting this error,
"/Applications/Xcode.app/Contents/Developer/usr/bin/python3: can't open file 'widget.py': [Errno 1] Operation not permitted"
I've tried everything and can't get this to work, can anyone help?
@aaron4124 What exactly have you installed, and how?
-
@aaron4124 What exactly have you installed, and how?
-
@ChrisW67
I installed Xcode and "Qt 6.4 for desktop development" from the QT installer with an academic license@aaron4124 So you probably have a working Qt C++ development environment.
Python support does not come out of that box.
See Qt for Python