Re: [python-win32] Get key press in Windows 7

2014-11-27 Thread Randy Syring
I believe your problem is the use of repr() when assigning to c: >>> u'\x1a' u'\x1a' >>> c = u'\x1a' >>> c == u'\x1a' True >>> repr(c) "u'\\x1a'" >>> repr(c) == u'\x1a' False &

Re: [python-win32] Remote ado: should I use PyRO or DCOM?

2013-04-08 Thread Randy Syring
st release, the project has been somewhat neglected but the premise is sound and we have a new contributor who has been driving the project forward) Randy Syring Development | Executive Director Direct: 502.276.0459

Re: [python-win32] how can I do marshall.ReleaseComObject in python ?? [SEC=UNCLASSIFIED]

2012-09-11 Thread Randy Syring
library/gc.html --------- Randy Syring Development & Executive Director Level 12 Technologies <https://www.lev12.com/> Direct: 502-276-0459 Office: 502-212-9913 Principled People, Technology that Works On 09/11/2012 09:35 AM, Matteo Boscolo wrote: I try with both

Re: [python-win32] Can pylauncher run pip or easy_install for different versions of Python?

2012-04-12 Thread Randy Syring
understand? ----- Randy Syring Development& Executive Director Level 12 Technologies <https://www.lev12.com/> Direct: 502-276-0459 Office: 502-212-9913 Principled People, Technology that Works On 04/12/2012 11:58 PM, Mark Lawrence wrote:

Re: [python-win32] Passing an object to a process

2012-03-14 Thread Randy Syring
n and then use multiprocessing. Another option might be to send the log messages to a database and then have some process be responsible for pulling those messages out and writing to a file (if needed). Just some thoughts. - Randy Syring Develo

Re: [python-win32] win32com can't find file but I can see it, confused

2012-03-09 Thread Randy Syring
Do you need to quote the value sent to shell.run() since there is a space in it? shell.Run('"C:\Documents and Settings\dave\Desktop\MyMobile\MyMobiler\MyMobiler.exe"') ? --------- Randy Syring Development& Executive Director Level

Re: [python-win32] a trivial question

2012-03-08 Thread Randy Syring
(row,2)*)*.split() - Randy Syring Development& Executive Director Level 12 Technologies <https://www.lev12.com/> (formerly Intelicom) Direct: 502-276-0459 Office: 502-212-9913 Intelicom is now Level 12 Technologies,learn more about our n

Re: [python-win32] ISAPI Filter for authentication

2012-01-26 Thread Randy Syring
*against* doing this, and instead think about what your objective is and how you can meet your objective while delivering the same experience to both your users and the search engines. I decided to head a different route for this very reason, thanks. ------

[python-win32] ISAPI Filter for authentication

2012-01-26 Thread Randy Syring
requests auth from the browser I'll keep digging, but if someone has example code or pointers for me, I'd appreciate the leg up. Thanks. --------- Randy Syring Development& Executive Director Level 12 Technologies <https://www.lev12.com/>

Re: [python-win32] manipulating service action restart behavior?

2011-08-09 Thread Randy Syring
This is a shot in the dark, but if you are on python 2, then: 'RebootMsg': '', 'lpCommand': '', Is two strings, not unicode. Maybe: 'RebootMsg': u'', 'lpCommand': u'&#x

Re: [python-win32] Good Book

2011-07-18 Thread Randy Syring
Ryan, These should be a good start: http://learnpythonthehardway.org/book/ http://www.greenteapress.com/thinkpython/html/index.html http://diveintopython.org/toc/index.html http://diveintopython3.org/ -- Randy Syring Intelicom Direct: 502-276-0459 Office

Re: [python-win32] Backup up Windows ACLs

2011-03-18 Thread Randy Syring
fo, then repeat. ------ Randy Syring Intelicom Direct: 502-276-0459 Office: 502-212-9913 For the wages of sin is death, but the free gift of God is eternal life in Christ Jesus our Lord (Rom 6:23) ___ python-win32 mailing list python-w

Re: [python-win32] Backup up Windows ACLs

2011-03-18 Thread Randy Syring
anged, the file would be re-sent b/c the file name would be different. Better, I think, to include it some other way. -- Randy Syring Intelicom Direct: 502-276-0459 Office: 502-212-9913 For the wages of sin is death, but the free gift of God is eternal li

Re: [python-win32] Backup up Windows ACLs

2011-03-18 Thread Randy Syring
On 03/18/2011 05:34 PM, Tim Golden wrote: On 18/03/2011 9:28 PM, Randy Syring wrote: The issue I am running into is that I am not sure how to copy files from windows to the Linux and preserve ACLs. I assume that you only want to preserve them as metadata, not to map them somehow to whatever

[python-win32] Backup up Windows ACLs

2011-03-18 Thread Randy Syring
lready existed, but I am not aware of anything. rdiff-backup is close, but I just don't need all the extra versioning stuff it does. Thoughts or suggestions appreciated. -- ------ Randy Syring Intelicom Direct: 502-276-0459 Office: 502-212-9913 For the wages

Re: [python-win32] DVCS options for pywin32

2011-02-15 Thread Randy Syring
On 02/15/2011 02:31 AM, Wolfgang Strobl wrote: Randy Syring: The only thing that irritates me is that I can't use SSH repo URLs on windows without using TortoiseHG, at least, I haven't taken the time to get it working with the hg command line version (which is likely a platform

Re: [python-win32] DVCS options for pywin32

2011-02-14 Thread Randy Syring
HG. Mark, does that mean you will be moving to HG? ------ Randy Syring Intelicom Direct: 502-276-0459 Office: 502-212-9913 For the wages of sin is death, but the free gift of God is eternal life in Christ Jesus our Lord (Rom 6:23) On 02/07/2011 08:29 PM, Mark Hammo

Re: [python-win32] win32com + Excel + Django + Apache = problem

2011-01-26 Thread Randy Syring
me system user that apache runs under. Once you get to that point, then run the Django developer server and see if what you are trying to do works. ------ Randy Syring Intelicom Direct: 502-276-0459 Office: 502-212-9913 For the wages of sin is death, but the free

Re: [python-win32] python sockets/proxy

2010-12-16 Thread Randy Syring
Googling "http proxy python" turned up: http://proxies.xhaus.com/python/ among other things. ------ Randy Syring Intelicom Direct: 502-276-0459 Office: 502-212-9913 For the wages of sin is death, but the free gift of God is eternal life in Christ Jesu

Re: [python-win32] Running GUI apps from a python/IIS web application

2010-12-02 Thread Randy Syring
Syring Intelicom Direct: 502-276-0459 Office: 502-212-9913 For the wages of sin is death, but the free gift of God is eternal life in Christ Jesus our Lord (Rom 6:23) On 12/02/2010 03:02 PM, Tim Roberts wrote: Randy Syring wrote: Good to know, but you are correct that it doesn't solve the pr

Re: [python-win32] Running GUI apps from a python/IIS web application

2010-12-01 Thread Randy Syring
On 12/01/2010 08:28 PM, Tim Roberts wrote: Randy Syring wrote: It seems likely to me that you can not run a GUI program under a non-interactive service like IIS. But, I am not 100% sure on this so I was hoping that this list might be able to shed some light on this topic. Your analysis is

[python-win32] Running GUI apps from a python/IIS web application

2010-12-01 Thread Randy Syring
re on this so I was hoping that this list might be able to shed some light on this topic. Thank you in advance for any help you might be able to give. -- ---------- Randy Syring Intelicom Direct: 502-276-0459 Office: 502-212-9913 For the wages of sin is death, but the

Re: [python-win32] Parse HTML String only not file

2010-06-17 Thread Randy Syring
We have had great success with PyQuery for getting API access to XML data: http://pypi.python.org/pypi/pyquery -- Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10

Re: [python-win32] Enable/disable Remote Desktop via Python

2010-05-13 Thread Randy Syring
an a disconnect. :) ------ Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 Michel Claveau wrote: Hi! It is easy to stop/restart the service "TermService" under Windows 7 (or equivalent un

Re: [python-win32] Tutorial Developing GUI using python-win32

2010-05-08 Thread Randy Syring
You may also want to look at pygui: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ (sorry for the dup, Mico, forgot to CC the list) -- Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glor

Re: [python-win32] Calling random Windows function?

2010-02-15 Thread Randy Syring
y and use command line tools. Thanks. -- Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 ___ python-win32 mailing li

[python-win32] adodbapi upgrade

2009-12-15 Thread Randy Syring
back? -- -- Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 ___ python-win32 mailing list python-win32@python.org http://mail.pyt

[python-win32] Windows "idle" time & killing a process

2009-12-11 Thread Randy Syring
f I only know the name Brief references would be fine, I am happy to go digging. Thanks. -- -- Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of God."

Re: [python-win32] ANN: PyGUI 2.0.5

2009-11-16 Thread Randy Syring
posts about PyGUI to this list. -- Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 ___ python-win32 mailing list python-win32@

Re: [python-win32] ANN: PyGUI 2.0.5

2009-11-13 Thread Randy Syring
Greg, I am still seeing the bug noted below in 2.1. Do you have plans to tackle it? Thanks. -- Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 David Robinow

Re: [python-win32] Options for running Python under IIS?

2009-11-12 Thread Randy Syring
how to limit the application pool as described above. ---------- Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 ___ python-win32

Re: [python-win32] making icons on task bar require double-click

2009-10-23 Thread Randy Syring
Steven, There are some good suggestions in there. The first two look very feasible. Thanks for the advice, I will check them out. -- Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of Go

Re: [python-win32] making icons on task bar require double-click

2009-10-23 Thread Randy Syring
ain on top. However, some programs don't honor this and end up behind the toolbar, which is very annoying. I guess, if its not possible to modify the quick launch icons, that is ok. I can live with it. Thanks again for your response. ------ Randy Syring In

[python-win32] making icons on task bar require double-click

2009-10-22 Thread Randy Syring
haven't been able to find a way to accomplish this natively so I figured a python script set to run when my user logs in and the windows extensions might do the trick. Thanks. -- -- Randy Syring Intelicom 502-644-4776 "Whether, then, you eat o

Re: [python-win32] Shell extension debugging

2009-06-30 Thread Randy Syring
Gertjan Klein wrote: Randy Syring wrote: Maybe I am missing something, but I use the "Open Command Window Here" power toy from: You're missing something. ;-) I have used that one too, for years, and it works reasonably well -- until you have multiple Python versions

Re: [python-win32] Shell extension debugging

2009-06-29 Thread Randy Syring
;Open Command Window Here" power toy from: http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx ------ Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat or drink or whatever yo

Re: [python-win32] ANN: PyGUI 2.0.5

2009-06-03 Thread Randy Syring
I am wondering if the problems with build 213 have ever been resolved on Windows. Or was I mistaken that build 213 was the problem? Thanks. -- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat

Re: [python-win32] adodbapi and stored procedure output parameters on

2009-05-27 Thread Randy Syring
parameters immediately after executing callproc(), but it can't do that because the recordsets haven't been processed yet. ---------- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat or drink or w

Re: [python-win32] adodbapi and stored procedure output parameters on

2009-05-26 Thread Randy Syring
t.com/Sqlserver/2005/en/us/express-down.aspx#SP3 Direct download for the studio: http://go.microsoft.com/fwlink/?linkid=65110 -- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat or drink or whate

Re: [python-win32] adodbapi and stored procedure output parameters on

2009-05-26 Thread Randy Syring
passed? Can anyone else verify this? ------ Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 _

[python-win32] Sourceforge Download Link

2009-05-26 Thread Randy Syring
Has anyone noticed that the big green download box on this page: http://sourceforge.net/projects/pywin32/ says the latest build is 213, but when you click on the link in that box, it takes you to 212? -- -- Randy Syring RCS Computers & Web Solutions

[python-win32] adodbapi and stored procedure output parameters on MSSQL

2009-05-20 Thread Randy Syring
tion, but I am working with systems that I can't change the SPs on and would like to use Python rather than be forced into using a different language. Thank you! -- -- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com

Re: [python-win32] ANN: PyGUI 2.0.5

2009-04-26 Thread Randy Syring
Greg, I have done some testing and reverting to pywin build 212 allows the demo to run without the previously seen exception. -- -- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat or drink or

Re: [python-win32] ANN: PyGUI 2.0.5

2009-04-26 Thread Randy Syring
Greg, I have tested 12-scroll.py on both Vista Professional and Windows XP Pro SP3 both with Python 2.5.4 and pywin build 213. Said test fails with the "the object has been destroyed" exception. -- ------ Randy Syring RCS Computers & Web Solution

Re: [python-win32] ANN: PyGUI 2.0.5

2009-04-26 Thread Randy Syring
Greg, Could you tell me briefly how this project differs from something like wxPython? Thanks. -- -- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat or drink or whatever you do, do all to the

[python-win32] TypeError: PyTime cannot be compared to other types

2009-03-13 Thread Randy Syring
o consideration that some values will be PyTime objects that can not be directly compared to other types. I guess I could just catch the exception and do something with it. But I am not sure how to work with PyTime objects. Thanks. -- ------ Randy Syring RCS