indygreg/PyOxidizer

Including PyGObject

开放

#146 创建于 2019年10月23日

 (1 条评论) (0 个反应) (0 位负责人)Rust (194 个派生)batch import
compatibilityhelp wanted

仓库指标

星标
 (4,488 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I'm trying to use PyOxidizer to build a zim binary, however it fails as with the following message:

Traceback (most recent call last):
  File "zim", line 40, in <module>
  File "zim.main", line 22, in <module>
  File "zim.fs", line 27, in <module>
  File "zim.signals", line 7, in <module>
  File "gi", line 42, in <module>
ImportError: cannot import name '_gi' from 'gi' (unknown location)
ERROR: Could not find python module files in path:


Try setting PYTHONPATH

The required package is PyGObject, is it possible to link it somehow into the app?

贡献者指南