I actually just got this resolved by the maintainer of the plugin. Apparently this was a bug.
- Jordan From: Jordan <[email protected]<mailto:[email protected]>> Reply-To: <[email protected]<mailto:[email protected]>> Date: Thu, 19 Apr 2012 13:28:23 -0700 To: <[email protected]<mailto:[email protected]>> Subject: [Trac] NameError: global name 'os' is not defined I am running Trac 0.12 with the mod_python installation. When trying to test the installation of the TracWikiToPDF Plugin, when I attempt to create the PDF, I come across this error: ERROR: Internal Server Error: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 513, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 235, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.4/site-packages/trac/admin/web_ui.py", line 121, in process_request path_info) File "build/bdist.linux-i686/egg/wikitopdf/web_ui.py", line 79, in process_admin_request File "build/bdist.linux-i686/egg/wikitopdf/formats.py", line 26, in process_wikitopdf NameError: global name 'os' is not defined I am by no means an expert with Trac installations or Python so any help would be greatly appreciated. Thanks, Jordan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/csTA17_ApbYJ. To post to this group, send email to [email protected]<mailto:[email protected]>. To unsubscribe from this group, send email to [email protected]<mailto:[email protected]>. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
