[pywin32-bugs] [ pywin32-Bugs-3541707 ] Version issue with Adobe Acrobat Pro
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2012-07-09 23:58:09
|
Bugs item #3541707, was opened at 2012-07-09 12:30 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3541707&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: win32 Group: None >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Mike (brokenlegmike) Assigned to: Nobody/Anonymous (nobody) Summary: Version issue with Adobe Acrobat Pro Initial Comment: I have a script that will loop through a folder containing .pdf files. I have 2 computers. One has adobe acrobat 8.0 pro, the second has 10.0. The script works fine on 8.0, but errors out on the computer with 10.0. Both computers are Windows 7, 64 bit, bothin running python 2.7.2 32 bit. Error message is the following: Traceback (most recent call last): File "Z:\BatchprintFromPDFOnly_Test.py", line 34, in <module> win32api.ShellExecute(0, "print", pdfname, None, ".", 0) error: (31, 'ShellExecute', 'A device attached to the system is not functioning.') Failed to execute (BatchPrintFromPDFOnly2). Thanks, Mike ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2012-07-09 16:58 Message: Sorry, but this is almost certainly not a bug in pywin32, pywin32 is just reflecting the result from ShellExecute. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3541707&group_id=78018 |