我在あいうえおけ
目录中有两个python模块,あいうえおげ
和jp
。
我跑了
>>> from jp import あいうえおけ
>>> from jp import あいうえおげ
在Ubuntu Linux 16.04机器上运行。
在Mac OSX上,
导入清音假名あいうえおけ
工作,
但导入浊音假名あいうえおげ
失败。
>>> from jp import あいうえおけ
>>> from jp import あいうえおげ
ImportError: cannot import name 'あいうえおげ'
包含浊音kanas的模块名称总是失败。
导致此问题的是什么,python3或编译器?
我的环境:
MacOs 10.12.1
Python 3.5.2 (default, Sep 15 2016, 07:38:42)
[GCC 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31)] on darwin