Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork252
Closed
Labels
Milestone
Description
Hi,
I use bpython as replacement for the standart python's REPL (thanks linux's alias !). I try to start a script with bpython by using command likebpython script.py but I have no output.
After some test, I discover that it come from the testif __name__ == "__main__" os always false. It's due to the fact thatname is "console" with bpython .