0

Basically I'm trying to get the Google App Engine remote_api_shell.py to look like this:

enter image description here

Instead of looking like this:

enter image description here

For some reason this works:

$ python /usr/local/bin/remote_api_shell.py banded-advice-96618

but this does not work:

$ bpython /usr/local/bin/remote_api_shell.py banded-advice-96618

I even tried:

$ bpython -i /usr/local/bin/remote_api_shell.py banded-advice-96618

which is supposed to Drop to bpython shell after running file instead of exiting, but that didn't work either. I wasn't able to import the proper files from my current location.

Any ideas?

Community
  • 1
  • 1
Alex Cory
  • 10,635
  • 10
  • 52
  • 62

1 Answers1

0

The remote_api_shell.py script isn't designed for use with bpython, and so this is expected. I suggest you file a Feature Request in the Public Issue Tracker for this.

Nick
  • 3,581
  • 1
  • 14
  • 36
  • Any way you could help with getting this feature request in front of the decision makers? haha – Alex Cory Mar 17 '17 at 23:00
  • Hey @AlexCory, we triage all Public Issues in a timely manner, so no worries. It seems as though triaging has already begun. Cheers! – Nick Mar 27 '17 at 20:46