deepin中使用 spyder,无法输入汉字,有人 遇到吗
Tofloor
poster avatar
mjh2000
deepin
2018-10-31 23:18
Author
deepin中使用 spyder,无法输入汉字,有人 遇到吗?
输入法使用 了 搜狗拼音。
Reply Favorite View the author
All Replies
avatar
aida
deepin
2018-11-01 00:38
#1
我连忙下载了一个测试一波 答案是可以
Reply View the author
avatar
mjh2000
deepin
2018-11-01 06:30
#2
https://bbs.deepin.org/post/170398
我连忙下载了一个测试一波 答案是可以

我换一台计算机还是不行啊
Reply View the author
avatar
mjh2000
deepin
2018-11-01 06:31
#3
https://bbs.deepin.org/post/170398
我连忙下载了一个测试一波 答案是可以

可能是版本问题?我是15.7桌面版,自带的搜狗拼音
Reply View the author
avatar
mjh2000
deepin
2018-11-01 06:36
#4
https://bbs.deepin.org/post/170398
我连忙下载了一个测试一波 答案是可以

在QT里也不能用,好奇怪
Reply View the author
avatar
mjh2000
deepin
2018-11-01 07:29
#5
我知道你为什么行了,你安装的是深度商店的那个,那个是python2.x的SPYDER
Reply View the author
avatar
aida
deepin
2018-11-01 17:03
#6
https://bbs.deepin.org/post/170398
我知道你为什么行了,你安装的是深度商店的那个,那个是python2.x的SPYDER

是的  我装的商店的  其他的和你一样  157+系统自带搜狗
Reply View the author
avatar
lixiaolong1996
deepin
2018-11-17 04:31
#7
安装的文件只要官方商店没有,或者官方源没有的,几乎都不能使用输入法,或者说根本就没调用输入法
Reply View the author
avatar
fo_gump
deepin
2019-07-05 00:05
#8
这个问题要怎么解决
Reply View the author
avatar
aida
deepin
2019-07-05 00:19
#9
编辑~/.pam_environment 添加
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
XMODIFIERS=@im=fcitx
Reply View the author
avatar
fo_gump
deepin
2019-07-05 00:46
#10
https://bbs.deepin.org/post/170398
编辑~/.pam_environment 添加
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx

我在anaconda管理的env 下的spyder没有起作用,还是不能切换输入法
Reply View the author
avatar
185******04
deepin
2019-09-08 19:53
#11
我也是这个问题,anaconda我是自己下载安装的,spyder用的是里面内置的。spyder无法输入中文,网上找了很多都没有解决这个问题。请问管理员如何解决?
应用商店的好像是基于python2x的旧版本,因此没有下载,谢谢
Reply View the author
avatar
185******04
deepin
2019-09-08 19:53
#12
你是从商店下载还是sudo 最新版?
Reply View the author
avatar
185******04
deepin
2019-09-08 20:08
#13
https://bbs.deepin.org/post/170398
在QT里也不能用,好奇怪

fcitx不能与最新版QT兼容
Reply View the author
avatar
wxdlong
deepin
2019-09-09 03:51
#14
wo ya gen bu neng shulu zhongwen.
Reply View the author
avatar
185******04
deepin
2019-09-09 05:04
#15
https://bbs.deepin.org/post/170398
wo ya gen bu neng shulu zhongwen.

好可怜啊,你这老弟也是醉了
Reply View the author
avatar
139******56
deepin
2022-01-20 06:31
#16

我是在anaconda里装的spyder,貌似网上提供的复制

/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/

里的 libfcitxplatforminputcontextplugin.so

~/anaconda3/plugins/platforminputcontexts的方法不行

正确方法:需要在 conda 中安装fcitx-qt5才能支持 Fcitx输入中文字符

conda install -c conda-forge fcitx-qt5

Reply View the author
avatar
139******56
deepin
2022-01-21 17:32
#17

在anaconda环境下不行的原因可能是系统的Qt版本和Anaconda的Qt版本不一致,导致把系统中fcitx的库
libfcitxplatforminputcontextplugin.so复制到Anaconda相应目录下不起作用。

可参考:

https://www.codeleading.com/article/59484726342/

Reply View the author