Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Combine PDFs without using Automator' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Combine PDFs without using Automator
Authored by: luomat on Dec 12, '06 10:20:21PM

The original hint doesn't work for me on 10.4.8 on my MacBook: Traceback (most recent call last): File "/System/Library/Automator/Combine PDF Pages.action/Contents/Resources/join.py", line 23, in <module> from CoreGraphics import * ImportError: No module named CoreGraphics



[ Reply to This | # ]
10.4: Combine PDFs without using Automator
Authored by: plindberg on May 31, '07 02:22:47AM

Chances are you have installed Python via for instance DarwinPorts. Apparently the CoreGraphics binding for python is in someway linked to the python binary that ships with Tiger. Invoking python via its explicit path might do the trick, try "/usr/bin/python ..." (followed by the rest of the arguments).



[ Reply to This | # ]