Jun-15-2022, 10:01 AM
(Jun-15-2022, 09:46 AM)DXav Wrote: There is a "launch.py" file in in the "Menu" folder in my current working directory. This is a python file with only one function for now. I can open it with... but I can't import it
Would it not be:
import Menu.launch?
Sig:
>>> import this
The UNIX philosophy: "Do one thing, and do it well."
"The danger of computers becoming like humans is not as great as the danger of humans becoming like computers." :~ Konrad Zuse
"Everything should be made as simple as possible, but not simpler." :~ Albert Einstein
>>> import this
The UNIX philosophy: "Do one thing, and do it well."
"The danger of computers becoming like humans is not as great as the danger of humans becoming like computers." :~ Konrad Zuse
"Everything should be made as simple as possible, but not simpler." :~ Albert Einstein