I can't completely create a PyDev project in Eclipse
-
Whether I install PyDev as a plugin or as a web address from which to download the libraries in Eclipse, it always gives me the usual problem when I try to implement a project in Python. I can create the outermost part of the project, but when I need to create an internal Package to then create a module in python it won't let me create the Package, in the dialog box and in the top box it won't accept any Project Name including the one I need to enter. Has anyone been able to solve this problem?
-
Whether I install PyDev as a plugin or as a web address from which to download the libraries in Eclipse, it always gives me the usual problem when I try to implement a project in Python. I can create the outermost part of the project, but when I need to create an internal Package to then create a module in python it won't let me create the Package, in the dialog box and in the top box it won't accept any Project Name including the one I need to enter. Has anyone been able to solve this problem?
I'd post this question here: Python Discussion Boards[^] The Article Writing Discussion is all about the difficulties first-time authors seem to encounter documenting their code, including images, and becoming authorities in their field by publishing on Codeproject.
-
I'd post this question here: Python Discussion Boards[^] The Article Writing Discussion is all about the difficulties first-time authors seem to encounter documenting their code, including images, and becoming authorities in their field by publishing on Codeproject.
Sorry tatnto but I made a lot of noise for nothing. In the new Package dialog box I was selecting the entire name of the project while just clicking on the left arrowhead produced the following result:https://drive.google.com/file/d/1GAL0PiGxbq8-IKITUFEgU-Rs0XGHaZ-2/view?usp=sharing And then I made the following steps:1)https://drive.google.com/file/d/197H4xquWyCuCbSg6nH9mahZ7wKMlq-5P/view?usp=sharing 2)https://drive.google.com/file/d/1pNBWhYmLS1zkFemrZklJ-zEL-NeWTl7Z/view?usp=sharing But there is one more important thing to say : Then to get it to work I had to download Python 3.12 from Microsoft Store and then go to Eclipse->Windows->Preferences->PyDev->Interpreter->Python and then remove the old Python.exe with the new by clicking new->first in PATH and paste the path to Python 3.12 downloaded with Microsoft Store. And then everything worked. The program ran correctly