python file won't run by default

"execvp exec format error" on https://github.com/CSharpM7/reslotter gui.py file
GitHub
GitHub - CSharpM7/reslotter
Contribute to CSharpM7/reslotter development by creating an account on GitHub.
Solution:
#!/usr/bin/env python
Jump to solution
8 Replies
Kyle Gospo
Kyle Gospo11mo ago
Python file is missing a header
Clover
CloverOP11mo ago
ah. how do i fix that?
Solution
Kyle Gospo
Kyle Gospo11mo ago
#!/usr/bin/env python
Clover
CloverOP11mo ago
do i add that to the top?
Kyle Gospo
Kyle Gospo11mo ago
Yep, first line
Clover
CloverOP11mo ago
both python files?
Kyle Gospo
Kyle Gospo11mo ago
Whichever is throwing the error to start with
Clover
CloverOP11mo ago
alright thx

Did you find this page helpful?