Open Crabime opened 7 years ago
I'm not sure, but I'll try to help:
Maybe try running a different ncurses program in pycharm to see if it's particular to ci_edit or running ncurses programs in pycharm.
You may also be able to use ci_edit/test_fake/curses if rendering to the screen is not needed. The test_fake/curses is something I wrote to use the unittest framework with ci_edit. It has an API that is similar to curses, but the calls are "fake". They don't really open windows or draw text.
thanks for your response although waiting for long. and I had tried run a really simple curses program in pycharm, it still can not run whose error still like above, only if i run it in mac terminal then it can work well.
2017年9月16日 上午11:19,"Dave Schuyler" notifications@github.com写道:
I'm not sure, but I'll try to help:
Maybe try running a different ncurses program in pycharm to see if it's particular to ci_edit or running ncurses programs in pycharm.
You may also be able to use ci_edit/test_fake/curses if rendering to the screen is not needed. The test_fake/curses is something I wrote to use the unittest framework with ci_edit. It has an API that is similar to curses, but the calls are "fake". They don't really open windows or draw text.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/google/ci_edit/issues/67#issuecomment-329941687, or mute the thread https://github.com/notifications/unsubscribe-auth/ARyx4th8lj4rXscMWEb5XR5N--i2yDQaks5siz5GgaJpZM4PP349 .
these days i have been always seeing ci_edit source code, everything is ok but i can not run it on pycharm. below is the error stacktrace when i ran Ci_program:
I had tried these ways:
TERM=xterm-256color
andTERMINFO=/usr/share/terminfo/78
in path which located in~/.bash_profile
,that doesn't work, such error still appearso far, i have tried all the way but still can not debug curses program. and here is the link to the question i putted forward in stackoverflow but still nobody knows,hope someone can save me out.
Current OS version: OS X 10.11.4 System Platform: Darwin