Python Forum

Full Version: trouble with pip and py2exe
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I commented the whole file "setup.py". ~/pong$ python game.py works, but my ping does not. I should like Metulburr (the creator of the game) says something about all that . It is difficult to accept all my efforts with Pycharm give nothing, and so I must delete the whole project.
He's not saying delete the entire project, he is saying delete your "setup.py" file or correct it to use the proper tool, which is not py2exe.
Every day I learn some new. With Pycharm, ctrl+shift+F10 means: run the file displayed on your screen, not run the entire project. I see now that Pycharm is not comparable to Qt. Qt builds the entire project and then runs the entire project. Isn't it ??
Pages: 1 2