The Wayback Machine - https://web.archive.org/web/20200905014505/http://github.com/bpython/bpython/issues/802
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F3 Not Working on bpython-curses in Windows 10 #802

Open
somacdivad opened this issue Apr 8, 2020 · 1 comment
Open

F3 Not Working on bpython-curses in Windows 10 #802

somacdivad opened this issue Apr 8, 2020 · 1 comment
Labels

Comments

@somacdivad
Copy link

@somacdivad somacdivad commented Apr 8, 2020

Hello,

I cannot get F3 to work in bpython-curses on Windows 10.

I am using:

  • Windows 10 version 1903 (running in Parallels Desktop on a MacBook)
  • windows-curses version 2.1.0
  • bpython version 0.19

When I execute bpython-curses from PowerShell, cmd.exe, or the Windows Terminal app, the interpreter starts without problem, but F3 does nothing.

Is bpython configurable on Windows? Could I just create a config file somewhere? If so, where should that go? C:\Users\<user>\AppData\Local\bpython\?

@supakeen
Copy link
Member

@supakeen supakeen commented Apr 11, 2020

Hey, the configuration file used by bpython comes from the XDG_CONFIG_HOME environment variable which is likely unset in case of Windows. If it's not set then we fall back to ~/.config/bpython which on Windows should be C:\Users\<user>\.config\bpython\.

Is F3 bound to something in Windows environments perhaps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.