Conversation
JosephPobega
left a comment
There was a problem hiding this comment.
Alright sounds good thank you
change caption name for consistency throughout project
Pobega
left a comment
There was a problem hiding this comment.
Could you please include a setup.py to make this easier?
| @@ -0,0 +1,45 @@ | |||
| # dvd logo simulator in python | |||
There was a problem hiding this comment.
It's unclear what Python version this is meant to run on without the shebang line.
There was a problem hiding this comment.
Additionally could you please add execute permissions to this file?
|
Doesn't run; fails to find |
|
I was able to get it to work by running
|
| 'dvd_simulator = load:__main__', | ||
| ], | ||
| }, | ||
| author='Your Name', |
| ], | ||
| entry_points={ | ||
| 'console_scripts': [ | ||
| 'dvd_simulator = load:__main__', |
There was a problem hiding this comment.
I don't understand this - there's no dvd_simulator, and it doesn't have a __main__ function as an entrypoint. Wouldn't this fail?
|
Why are there two |
in pygame