Releases: domainname/alfred-dict-workflow-python3
Releases · domainname/alfred-dict-workflow-python3
v3.0.1 Fixed "lxml not installed"
修复了"lxml not installed"的问题。
注意:如果你使用的Python3是通过Homebrew安装的,请使用Alfred 5。因为Alfred 4的PATH不会包含Homebrew路径,导致无法加载该Python3,也无法找到lxml。具体信息见这个帖子。如果一定要用Alfred 4,得自己根据这个帖子将Homebrew路径加入Alfred的PATH。
v3.0.0 with Python 3 Support
支持 Python 3,并修复了大部分问题。
Migrate from Python 2 to Python 3. Fixed most problems during the migration.