Re: [python-win32] Pythonwin interactive window seems gone ?

2010-11-29 Thread leegold
> > leegold wrote: > > Hi, > > > > The interactive window ( the shell window) in Pythonwin is gone, I open > > it and it's an empty canvas - no window. The buttons are checked to show > > it. Maybe I'm missing something simple, not sure. Pywin32 build 214, > > using Activestate 2.6 on XP. > > Is

Re: [python-win32] How to send the Esc key viaa telnetlib.Telnetsession?

2010-11-29 Thread Goldsmith, David
Excellent, thank you both! DG -Original Message- From: python-win32-bounces+dgol461=ecy.wa@python.org [mailto:python-win32-bounces+dgol461=ecy.wa@python.org] On Behalf Of Tim Roberts Sent: Monday, November 29, 2010 5:50 PM To: Python-Win32 List Subject: Re: [python-win32] How to s

Re: [python-win32] How to send the Esc key via a telnetlib.Telnetsession?

2010-11-29 Thread Tim Roberts
Goldsmith, David wrote: > > Thanks for the prompt reply, and forgive my ignorance: how do I > specify in a telnet transmission that 27 is to be interpreted as an > ascii code? Thanks! > Well, this is not specific to Telnet -- it's a Python thing. Telnet just sucks up whatever bytes you send it,

Re: [python-win32] How to send the Esc key via a telnetlib.Telnetsession?

2010-11-29 Thread Goldsmith, David
Thanks for the prompt reply, and forgive my ignorance: how do I specify in a telnet transmission that 27 is to be interpreted as an ascii code? Thanks! From: Dahlstrom, Roger [mailto:rdahlst...@directedge.com] Sent: Monday, November 29, 2010 4:30 PM To: Goldsmith, David Subject: Re: [python-

[python-win32] How to send the Esc key via a telnetlib.Telnet session?

2010-11-29 Thread Goldsmith, David
Newbie to this list; sorry if it's the wrong one for this question. I need to do the equivalent of: telnetlib.Telnet.write("Esc key") How does one do this? Thanks! -- David Goldsmith Washington State Department of Ecology Environmental Assessment

Re: [python-win32] Pythonwin interactive window seems gone ?

2010-11-29 Thread Mark Hammond
On 30/11/2010 3:13 AM, leegold wrote: Hi, The interactive window ( the shell window) in Pythonwin is gone, I open it and it's an empty canvas - no window. The buttons are checked to show it. Maybe I'm missing something simple, not sure. Pywin32 build 214, using Activestate 2.6 on XP. Have you

Re: [python-win32] Pythonwin interactive window seems gone ?

2010-11-29 Thread Tim Roberts
leegold wrote: > Hi, > > The interactive window ( the shell window) in Pythonwin is gone, I open > it and it's an empty canvas - no window. The buttons are checked to show > it. Maybe I'm missing something simple, not sure. Pywin32 build 214, > using Activestate 2.6 on XP. Is it possible it has be

Re: [python-win32] Pythonwin interactive window seems gone ?

2010-11-29 Thread Vernon Cole
activestate python is a prepackaged kit, which includes pywin32 as part of it. It's a nice package, but most of us in this group don't use it, so we can't be very helpful. Other than saying "It works fine for me" there is not much that we can do, here. It sounds like you may have a problem with you

[python-win32] How do I get the URL of the active tab in Internet Explorer

2010-11-29 Thread He Jibo
Hi, I am writing a small program, which needs to get the URL of the active tab in either of firefox, internet exploerer or chrome. My need is similar as the one posted at, http://stackoverflow.com/questions/3631216/how-do-i-get-the-url-of-the-visible-tab-in-firefox- ie-chrome I did a lot of Googli

Re: [python-win32] Can't see Python27.dll on Win 7

2010-11-29 Thread Bill Janssen
Tim Roberts wrote: > Here's another option. It is not well known that the newer versions of > "depends" have a trace mode. You can launch an executable from inside > "depends", and it will trace all of the DLL loads and unloads. That > might tell you something. Oh, very cool! Thanks so much

[python-win32] Pythonwin interactive window seems gone ?

2010-11-29 Thread leegold
Hi, The interactive window ( the shell window) in Pythonwin is gone, I open it and it's an empty canvas - no window. The buttons are checked to show it. Maybe I'm missing something simple, not sure. Pywin32 build 214, using Activestate 2.6 on XP. Thanks ___

Re: [python-win32] Python COM server corrupting VB parameter?

2010-11-29 Thread Matthias Kirst
We stumbled across the same problem (10 years ago) and our solutions are: - use global variables - copy variable to another one and call COM server with this copy Hope this helps, Matt ___ python-win32 mailing list python-win32@python.org http://mail.py