Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
python project file is missing where i cloned python project UltiMaker Cura application : GitHub - Ultimaker/Cura: 3D printer / slicing GUI built on top of the Uranium framework
I have open project folder in visual studio 2022
I don't know much about the python(fresher)
i have to build an exe from the cura_app.py file. the project runs when i use command "python cura_app.py" but when i build exe using command "pyinstaller cura_app.py" the generated exe crashed before start.

What I have tried:

I have open project folder in visual studio 2022

now i want to build execution file .exe using visual studio 2022 not using any commands.
how do i open cloned project or create project file like .sln in c#.
Posted
Updated 12-Jul-23 3:31am

1 solution

The .sln file is the Solution file which should contain the project. If you do not have thos files already then see Python in Visual Studio tutorial step 1, create a project | Microsoft Learn[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900