Re: [python-win32] Python Hooks Navigation Logger Windows

2010-06-14 Thread R. Alan Monroe
>> Hi, IŽm trying to do a path logger (Navigation logger) in Python, the thing >> that I need is that the program can get the paths that de user is accesing >> in real time, for example: >> >> C:\Documents and Settings\ >> C:\Documents and Settings\Administrator\ >> C:\Documents and Settings\Admini

Re: [python-win32] Problem with Pyserial

2010-06-14 Thread J.D. Main
Hello, Question: How do you know that ser.write("hello\n") isn't outputing the string "hello"? Did you plug another computer into that COM port to check? I have learned to never take any serial port stuff for granted. I usually plug another computer into the serial port to make absolutely s

Re: [python-win32] SetPrinterDataEx or SetPrinterData

2010-06-14 Thread Tim Roberts
On 6/14/2010 2:19 PM, Mike Driscoll wrote: > > I am looking for a way to call SetPrinterDataEx or SetPrinterData so I > can set some parameters for one our admins. For some reason, the new > Brother printer we bought thinks that we're not admins, so we need a > way to hack it. I can't find anything

[python-win32] SetPrinterDataEx or SetPrinterData

2010-06-14 Thread Mike Driscoll
Hi, I am looking for a way to call SetPrinterDataEx or SetPrinterData so I can set some parameters for one our admins. For some reason, the new Brother printer we bought thinks that we're not admins, so we need a way to hack it. I can't find anything in Python about these functions. Here are

Re: [python-win32] Python Hooks Navigation Logger Windows

2010-06-14 Thread Tim Roberts
On 6/9/2010 7:50 PM, sacaquija wrote: > Hi, I´m trying to do a path logger (Navigation logger) in Python, the thing > that I need is that the program can get the paths that de user is accesing > in real time, for example: > > C:\Documents and Settings\ > C:\Documents and Settings\Administrator\ > C

[python-win32] Problem with Pyserial

2010-06-14 Thread Dan Ackerman
Hello, I am trying to send some information out of my computer's serial port. I found the code posted below online, and the person who posted it said it worked for them. However, when I tried the code, nothing was sent through the serial port but I didn't receive any error messages. Does anyone