It''s woking! Installed .egg from here https://pypi.org/project/pdfkit/#files directly to plugins directly through the admin interface
Thanks again -Adam On Wednesday, June 2, 2021 at 4:15:38 PM UTC-5 RjOllos wrote: > On Wednesday, June 2, 2021 at 2:12:13 PM UTC-7 [email protected] wrote: > >> Ryan, >> >> Thanks for your help. Almost there. I now have this in the log after >> rebuilding the .egg with the matching version of python on the server: >> >> 2021-06-02 14:55:03,007 Trac[loader] DEBUG: Skipping "TracWikiPrint >> 4.0.0.dev0": DistributionNotFound: The 'pdfkit' distribution was not found >> and is required by TracWikiPrint >> 2021-06-02 14:55:03,007 Trac[loader] DEBUG: Skipping "TracWikiPrint >> 3.0.1.dev0": DistributionNotFound: The 'xhtml2pdf' distribution was not >> found and is required by TracWikiPrint >> >> However, I'm unsure where to install wkhtmltopdf. >> https://trac-hacks.org/wiki/TracWikiPrintPlugin simply states: >> >> *Note:* wkhtmltopdf must be in your path or more precisely in the path >> used by Trac. >> What does this mean? The path to the bitnami trac python folder? The >> path to the trac project? Or the full path to the project's plugin dir? >> > > The pdfkit package should be on the python path. It might work to build > eggs and put them in the plugins folder. Or, just "pip install" the two > packages. > > You'll want to delete the egg for TracWikiPrint 3.0.1.dev0 since you have > TracWikiPrint 4.0.0.dev0 installed. > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/ba933b39-0f7a-4bfc-b220-e47f04e30c94n%40googlegroups.com.
