ModuleNotFoundError: No module named 'pdfkit'

Hello Dear Forumers!

Pdfkit is in List of Packages:

But I am getting this error when running a program:
ModuleNotFoundError: No module named ‘pdfkit’

I am running Full Python 3.0

You don’t show any code or give any details, so I can only give the most general advice. The packages in that list must be imported in the server, not the client. I can confirm import pdfkit works fine in a Full Python server module.

If your code is in a server module, you’ll have to show us the affected code to get more specific advice.

4 Likes

Yes you right - I tried to import in Client part
Thank you very much Jay !