Error: Module Not Defined in Python

August 10, 2023
Updated October 20, 2024
Share:

You may encounter warnings like:

  • "ChromePdfRenderer" is not defined
  • "PdfCssMediaType" is not defined
  • "FitToPaperModes" is not defined

The above warning can be ignored. Since IronPDF Python utilizes IronPDF C#, the request will be passed to .NET 6.0, making the class not viewable from the Python side.