Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/django/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Django reportlab中的数据图表_Django_Reportlab - Fatal编程技术网

Django reportlab中的数据图表

Django reportlab中的数据图表,django,reportlab,Django,Reportlab,我在使用django运行reportlab时遇到此错误: 错误是:没有名为datacharts的模块 当我查看 C:\Python26\Lib\site packages\rlextra\graphics\guiedit文件夹我找不到datacharts.py,但我只找到datacharts.pyc和datacharts.pyo 对于所有其他文件,甚至还有py。我再次尝试下载rlextra,但数据图表的py仍然不存在。 这是正确的格式,还是django找不到的东西我遗漏了。你通读了吗 特别是,第

我在使用django运行reportlab时遇到此错误:
错误是:没有名为datacharts的模块

当我查看
C:\Python26\Lib\site packages\rlextra\graphics\guiedit文件夹我找不到datacharts.py,但我只找到datacharts.pyc和datacharts.pyo
对于所有其他文件,甚至还有py。我再次尝试下载rlextra,但数据图表的py仍然不存在。
这是正确的格式,还是django找不到的东西我遗漏了。

你通读了吗

特别是,第3步告诉您如何测试您的rlextra安装,第4步提到您需要安装,以便在数据库中使用数据感知图表