Detailed map traversal, teach you to master the complex gremlin query debugging method>>>
Error interpreter field is empty when installing pychar to create a new project. Run the python program
September 13, 2018 17:08:43 flyingong read 518 more
Personal category: software installation
Copyright notice: reprint casually and indicate the source. If you don’t make money, you just make friends. https://blog.csdn.net/a1194110603/article/details/82690932
Reason: the Python interpreter is not installed
Steps to install Python:
1. Download the installation package from the official website, and choose the latest version
https://www.python.org/downloads/
2. To install python, refer to the Python installation section of the following blog for specific steps, and remember the installation path:
https://www.cnblogs.com/weven/p/7252917.html
3. Start pychar, create a new project, and select the directory to install Python in the blue box to find the location of python.exe
4. Right click New Python file in the folder you created, create a python file, and double-click to program
5. Input command
print('Hello World !');
Then click as shown in the figure and select the programming file to run the first Python program. After that, you can click the right triangle to run directly
At present, mobile phones are popular ways to make money. People who know Huada have already made money crazy! Xinzhou Trade Co., Ltd
Similar Posts:
- Pychar error report solution: error:please select A valid Python interpreter and some basic settings
- Pychar can’t install the third-party library, the solution of error code non zero exit code (1)
- No r interpreter defined appears under pychar
- Solve the problem of no Python interpreter selected after the initial installation of pychar
- Pycharm install python packaging tools Error: AttributeError: ‘_NamespacePath’ object has no a…
- No Python interpreter configured for the project
- [Solved] Error running ‘index’: Cannot run program “C:\Users\testgu\AppData\Local\Programs\Python\Python39\python.exe” (in directory “D:\PYWorkspace\ycyzharry”): CreateProcess error=2, the system cannot find the specified file.
- Import pandas encountered no module named pandas in pychar
- The problem of: modulenotfoundererror: no module named ‘pyqt5’ appears in pychar using pyqt5
- Python calls shell script: oserror: [errno 8] exec format err