(macOS 15, python 3.8+)
Hello sir, when I run the ./main_window.py, it happens:
./main_window.py: line 1: import: command not found ./main_window.py: line 2: import: command not found ./main_window.py: line 3: from: command not found ./main_window.py: line 4: from: command not found ./main_window.py: line 7: import: command not found ./main_window.py: line 8: from: command not found ./main_window.py: line 9: syntax error near unexpected token `(' ./main_window.py: line 9: `from PySide6.QtWidgets import (QApplication, QWidget, QGraphicsView,'
I'm following the guidance :(
(macOS 15, python 3.8+)
Hello sir, when I run the
./main_window.py, it happens:./main_window.py: line 1: import: command not found ./main_window.py: line 2: import: command not found ./main_window.py: line 3: from: command not found ./main_window.py: line 4: from: command not found ./main_window.py: line 7: import: command not found ./main_window.py: line 8: from: command not found ./main_window.py: line 9: syntax error near unexpected token `(' ./main_window.py: line 9: `from PySide6.QtWidgets import (QApplication, QWidget, QGraphicsView,'I'm following the guidance :(