我正在使用<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-pdf
和xhtml2pdf
我在虚拟环境中安装了以下内容:
reportlab
但是在测试之后,有一个导入错误,其中包含以下消息:
来自reportlab.lib的导入PyFontify
ImportError:无法导入名称PyFontify
哦,我差点忘了,当我安装pip
时,这出现在设置的中间:
$ pip install django-easy-pdf
$ pip install "xhtml2pdf>=0.0.6" "reportlab>=2.7,<3"
答案 0 :(得分:0)
我通过删除软件包及其依赖项并再次安装来解决这个问题。