[python-win32] A little help for a n00b, please

2012-05-05 Thread Alan Jump
Trying to massage an older package (not written by me) into functioning order. The issue I'm having is getting printing functionality to work. The code snippet in question: if platform.system() == 'Windows': try: import win32api except:

Re: [python-win32] A little help for a n00b, please

2012-05-06 Thread Alan Jump
ogram, it's not being recognized outside WinXX. The problem with using the "print" command, though, is that it wants to see either the default PRN device, or a specific output port (USB7:, LPT0:, etc.) The next troubleshooting step is to see if there are driver updates, since it&#x

Re: [python-win32] A little help for a n00b, please

2012-05-06 Thread Alan Jump
73 de N5ILN/6 Alan On 5/6/2012 10:20 AM, Tim Golden wrote: > On 06/05/2012 18:07, Alan Jump wrote: >> Much obliged to both you and Vernon. I'm going to be adding quite a few >> code snippets to these emails, just to let the various search engines >> work their magic in case