ReportLabs Django Integration

后端 未结 2 1758
情深已故
情深已故 2021-01-22 22:34

I\'m following this link to integrate the ReportLabs in Django. I did everything correctly but I get an error saying -

Exception Type: RenderPMError

Exception          


        
2条回答
  •  轮回少年
    2021-01-22 23:33

    You have to download the fonts and place them in your ReportLabs package.

    You need these files:

    http://www.reportlab.com/ftp/fonts/pfbfer.zip

    Unzip them in:

    /path/to/your/python/site-packages/reportlab/fonts
    

提交回复
热议问题