开发者

datacharts in reportlab

开发者 https://www.devze.com 2023-03-25 07:26 出处:网络
I am getting this error which running reportlab with django: Error was: No module named datacharts When I checked the

I am getting this error which running reportlab with django:

Error was: No module named datacharts

When I checked the

C:\Python26\Lib\site-packages\rlextra\graphics\guiedit folder I dont find datacharts.py but I only find datacharts.pyc and datacharts.pyo

For all other file开发者_JAVA技巧s, even py is there. I tried downloading rlextra again but py for datacharts is still not there.

Is this the right format or I am missing on anything which django is not able to find.


Have you read through the Reportlab installation instructions?

In particular, step 3 tells you how to test your rlextra installation, and step 4 mentions that you will need to install Python Windows extensions in order to use data-aware charts with a database.

0

精彩评论

暂无评论...
验证码 换一张
取 消