Errorcode when running scripts in PyCharm

DL Neil PythonList at DancesWithMice.info
Thu May 2 07:30:56 EDT 2019


On 2/05/19 11:05 PM, Hampus Sjödin wrote:
> Hey guys, so I've managed to ruin PyCharm for myself.. I just finished my first script in PyCharm and I tried renaming the file, so I closed PyCharm to reenter the file using the file manager.. And now it won't run when I try to.
> 
> This is what I get:
> 
> C:\Users\hampu\AppData\Local\Programs\Python\Python37-32\python.exe C:/Users/hampu/PycharmProjects/Laboration4/venv/Scripts
> C:\Users\hampu\AppData\Local\Programs\Python\Python37-32\python.exe: can't find '__main__' module in 'C:/Users/hampu/PycharmProjects/Laboration4/venv/Scripts'
> 
> Process finished with exit code 1


Is the Python code stored in a file called Scripts, called Scripts.py, 
or perhaps a file inside the Scripts directory?

Perhaps the Windows FAQ might help? 
https://docs.python.org/3.6/faq/windows.html

-- 
Regards =dn



More information about the Python-list mailing list