ImportError:无法导入名称PyFontify

时间:2016-09-13 06:00:27

标签: pip reportlab

我正在使用<layout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> <data> <variable name="handler" type="com.example.ItemClickListener" /> </data> <LinearLayout android:id="@+id/root_viewItem" android:layout_width="match_parent" android:layout_height="match_parent" android:onClick="@{() -> handler.onItemClick()}" android:orientation="vertical"> //rest views and controls. </LinearLayout> </layout> 安装limit(sortByMaxima(api.<route>.mean),10)django-easy-pdfxhtml2pdf我在虚拟环境中安装了以下内容:

reportlab

但是在测试之后,有一个导入错误,其中包含以下消息:

  来自reportlab.lib的

导入PyFontify

     

ImportError:无法导入名称PyFontify

哦,我差点忘了,当我安装pip时,这出现在设置的中间:

$ pip install django-easy-pdf
$ pip install "xhtml2pdf>=0.0.6" "reportlab>=2.7,<3"

1 个答案:

答案 0 :(得分:0)

我通过删除软件包及其依赖项并再次安装来解决这个问题。