zhangchunlin
zhangchunlin
But I try wxpython 2.8 demo in ubuntu 16.04, didn't find any crash.
@limodou 这部分代码在哪里?说不定有规避的方法哈.
recommend ninja-ide ( http://ninja-ide.org/ ), but just use the stable version (now 2.3.x), the beta version 3.x is not stable.
Yes, @N46AN @limodou After I remove the "def clone_key_event(self, event):" function body, ulipad do not crash any more
@N46AN https://github.com/zhangchunlin/ulipad/commit/3e5170d85392e5621116a7cc1662d9c3388edc8b
Today I happened to find that it is modification of mixins/InputAssistant.py in 5da7d5f09ab91c6c3fd193a2ade9bbe854c203b5 which cause this crash issue, so I try to revert and it is OK now and keep...
我现在在 ubuntu16.04 wxgtk3.0下是可以输入中文的
@zdzhjx 和你是一模一样的版本,用apt装的3.0 但我这里最大的问题不是输入法,而是不能正常使用,经常莫名崩溃,界面也经常显示不正常.
并不是输中文的时候,参考 issue #8 ,基本上是在自动完成蹦小窗口的时候会出问题,我目前的结论应该是wxpython在新版本linux下的问题 因为我在ubuntu16.04+wxpython2.8一样有莫名其妙崩溃的问题
@limodou 你弄个ubuntu16.04虚拟机就能调试了 我在 16.04 上跑 wxpython 2.8 的 demo 看起来没什么问题,都还能正常运行没崩溃 我觉得说不准能找到办法规避这个不能正常使用的问题,当然应该是比较难找的.