Re: Pythonwin forum?

2014-02-14 Thread Tim Golden
On 14/02/2014 03:17, John Doe wrote: > What's the best place for asking questions about the Pythonwin > IDE? > > I'm a novice programmer, so in an effort to be more clear I'm > talking about the program at this path on my hard drive... > > C:\Python27\Lib\s

Pythonwin forum?

2014-02-13 Thread John Doe
What's the best place for asking questions about the Pythonwin IDE? I'm a novice programmer, so in an effort to be more clear I'm talking about the program at this path on my hard drive... C:\Python27\Lib\site-packages\pythonwin\Pythonwin.exe It appears to be an editor an

Re: PythonWin debugger holds onto global logging objects too long

2012-02-07 Thread Mark Hammond
On 7/02/2012 9:48 PM, Jean-Michel Pichavant wrote: Vinay Sajip wrote: On Jan 24, 2:52 pm, Rob Richardson wrote: I use PythonWin to debug the Python scripts we write. Our scripts often use the log2pyloggingpackage. When running the scripts inside the debugger, we seem to get oneloggingobject

Re: PythonWin debugger holds onto global logging objects too long

2012-02-07 Thread Jean-Michel Pichavant
Vinay Sajip wrote: On Jan 24, 2:52 pm, Rob Richardson wrote: I use PythonWin to debug the Python scripts we write. Our scripts often use the log2pyloggingpackage. When running the scripts inside the debugger, we seem to get oneloggingobject for every time we run the script. The result

Re: PythonWin debugger holds onto global logging objects too long

2012-02-06 Thread Vinay Sajip
On Jan 24, 2:52 pm, Rob Richardson wrote: > I use PythonWin to debug the Python scripts we write.  Our scripts often use > the log2pyloggingpackage.  When running the scripts inside the debugger, we > seem to get oneloggingobject for every time we run the script.  The result is >

PythonWin debugger holds onto global logging objects too long

2012-01-24 Thread Rob Richardson
I use PythonWin to debug the Python scripts we write. Our scripts often use the log2py logging package. When running the scripts inside the debugger, we seem to get one logging object for every time we run the script. The result is that after running the script five times, the log file

Re: win32com pythonwin extensions part of stdlib?

2010-12-07 Thread harijay
Thanks Tim for your reply. I did get that build . Also thanks for the examples. Looking forward to using the module Hari On Dec 7, 3:22 pm, Tim Golden wrote: > You want something from here: > >    http://sourceforge.net/projects/pywin32/files/pywin32/Build%20214/ > > Which one you need will depe

Re: win32com pythonwin extensions part of stdlib?

2010-12-07 Thread harijay
Thanks Ian for your reply. I downloaded the zip file linked by the "Download Binaries/View All files link" . All that gave me was a zip file which unpacked to the source and documentation implying I had to use distutils. If instead I looked at the Build 214 link on sourceforge which corresponds to

Re: win32com pythonwin extensions part of stdlib?

2010-12-07 Thread Tim Golden
You want something from here: http://sourceforge.net/projects/pywin32/files/pywin32/Build%20214/ Which one you need will depend on your architecture and the version of Python you're running TJG -- http://mail.python.org/mailman/listinfo/python-list

Re: win32com pythonwin extensions part of stdlib?

2010-12-07 Thread harijay
Using the "binary" offered on sourceforge and calling "python setup.py install" Has the install asking for "vcsvarsall.bat" . So this does not seem to be a binary build On Dec 7, 1:27 pm, Ian wrote: > On Dec 7, 11:02 am, harijay wrote: > > > > > > > > > > > Hi I am using Python 2.6.5 on Windo

Re: win32com pythonwin extensions part of stdlib?

2010-12-07 Thread Ian
On Dec 7, 11:02 am, harijay wrote: > Hi I am using Python 2.6.5 on Windows. > > I wanted to start using the win32com extensions which I understand are > "essentially part of the stdlib" ( quoted > inhttp://tgolden.sc.sabren.com/python/win32_how_do_i.html) > Since I didnt have the extensions as st

Re: win32com pythonwin extensions part of stdlib?

2010-12-07 Thread Godson Gera
Not sure what you are trying to do but you can get a standalone binaries from http://sourceforge.net/projects/pywin32/ which gets installed without any issues. If for some reason you are still having issues, you can try ActiveState Python which come bundled with pywin32 packages. On Tue, Dec 7, 2

win32com pythonwin extensions part of stdlib?

2010-12-07 Thread harijay
Hi I am using Python 2.6.5 on Windows. I wanted to start using the win32com extensions which I understand are "essentially part of the stdlib" ( quoted in http://tgolden.sc.sabren.com/python/win32_how_do_i.html) Since I didnt have the extensions as standard I went to sourceforge to get the module

Re: Can't find pythonwin

2010-10-11 Thread Jed Smith
On Mon, Oct 11, 2010 at 3:46 AM, Dennis Lee Bieber wrote: > On Sun, 10 Oct 2010 20:33:09 -0400, Jed Smith > declaimed the following in gmane.comp.python.general: > >> >> As far as I know, Pythonwin is a collection of extensions to Python >> that are available

Re: Can't find pythonwin

2010-10-10 Thread MRAB
On 11/10/2010 01:24, HP Garcia wrote: I am working on a class project that requires us to use python. I have never used python before so be gentle. My question is I have python 2.5 installed on my pc. The instructions as me to run pythonwin but I can't find pythonwin. What I did find is IDL

Re: Can't find pythonwin

2010-10-10 Thread Jed Smith
On Sun, Oct 10, 2010 at 8:24 PM, HP Garcia wrote: > I am working on a class project that requires us to use python. I have never > used python before so be gentle. My question is I have python 2.5 installed > on my pc. The instructions as me to run pythonwin but I can't find >

Re: Can't find pythonwin

2010-10-10 Thread Mark Hammond
On 11/10/2010 11:24 AM, HP Garcia wrote: I am working on a class project that requires us to use python. I have never used python before so be gentle. My question is I have python 2.5 installed on my pc. The instructions as me to run pythonwin but I can't find pythonwin. What I did find is

Can't find pythonwin

2010-10-10 Thread HP Garcia
I am working on a class project that requires us to use python. I have never used python before so be gentle. My question is I have python 2.5 installed on my pc. The instructions as me to run pythonwin but I can't find pythonwin. What I did find is IDLE(GUI). Any suggestions where I can

Re: Possible? Python 2.6.x and PythonWin on 64-bit Windows 7

2010-03-25 Thread Sridhar Ratnakumar
On 2010-02-09, at 2:49 PM, Sridhar Ratnakumar wrote: > > On 2010-02-07, at 5:02 PM, escalation746 wrote: > >> Andrej Mitrovic wrote: >> >>> Perhaps you've accidentally downloaded the wrong version of PythonWin? >> >> Erk, yes, my bad. >>

Re: Saving the Interactive Window with PythonWin

2010-02-21 Thread Mark Hammond
On 22/02/2010 4:28 AM, vsoler wrote: Hi everyone, When I run a python script, I know that I can print the results of my calculations on the Interactive Window. Once the scripts ends, I can copy/pate these results on an OpenOffice Writer document. However, I would like to know if I can somehow a

Saving the Interactive Window with PythonWin

2010-02-21 Thread vsoler
Hi everyone, When I run a python script, I know that I can print the results of my calculations on the Interactive Window. Once the scripts ends, I can copy/pate these results on an OpenOffice Writer document. However, I would like to know if I can somehow add some lines to my script, so that it

Re: Possible? Python 2.6.x and PythonWin on 64-bit Windows 7

2010-02-09 Thread Sridhar Ratnakumar
On 2010-02-07, at 5:02 PM, escalation746 wrote: > Andrej Mitrovic wrote: > >> Perhaps you've accidentally downloaded the wrong version of PythonWin? > > Erk, yes, my bad. > > Thanks for the quick help! Though I still wonder why the ActiveState > build does

Re: Possible? Python 2.6.x and PythonWin on 64-bit Windows 7

2010-02-07 Thread escalation746
Andrej Mitrovic wrote: > Perhaps you've accidentally downloaded the wrong version of PythonWin? Erk, yes, my bad. Thanks for the quick help! Though I still wonder why the ActiveState build does not include this. -- robin -- http://mail.python.org/mailman/listinfo/python-list

Re: Possible? Python 2.6.x and PythonWin on 64-bit Windows 7

2010-02-07 Thread Andrej Mitrovic
On Feb 8, 1:26 am, escalation746 wrote: > I am having a heck of a time doing the simplest thing: installing > Python and the pywin extensions, including the PythonWin editor I have > always relied on, into my new Windows 7 Professional 64-bit OS. I > tried the Python package from py

Re: Possible? Python 2.6.x and PythonWin on 64-bit Windows 7

2010-02-07 Thread Stephen Hansen
On Sun, Feb 7, 2010 at 4:26 PM, escalation746 wrote: > I am having a heck of a time doing the simplest thing: installing > Python and the pywin extensions, including the PythonWin editor I have > always relied on, into my new Windows 7 Professional 64-bit OS. I > tried the Python

Possible? Python 2.6.x and PythonWin on 64-bit Windows 7

2010-02-07 Thread escalation746
I am having a heck of a time doing the simplest thing: installing Python and the pywin extensions, including the PythonWin editor I have always relied on, into my new Windows 7 Professional 64-bit OS. I tried the Python package from python.org and pywin32 from sourceforge. But the latter would not

Re: Cashing in PythonWin name space?... seems unexpected to me

2009-10-08 Thread w.g.sned...@gmail.com
On Oct 8, 2:12 pm, Dave Angel wrote: > bsneddon wrote: > > I saw an issue  on winXP  box not connected to internet yesterday, > > where i was running > > a script in the interactive window on PythonWin .   I would modify the > > script save and > > import and was

Re: Cashing in PythonWin name space?... seems unexpected to me

2009-10-08 Thread Dave Angel
bsneddon wrote: I saw an issue on winXP box not connected to internet yesterday, where i was running a script in the interactive window on PythonWin . I would modify the script save and import and was still running the old version. I did that several times with same result. I even renamed

Re: Cashing in PythonWin name space?... seems unexpected to me

2009-10-08 Thread Simon Forman
On Thu, Oct 8, 2009 at 9:47 AM, bsneddon wrote: > I saw an issue  on winXP  box not connected to internet yesterday, > where i was running > a script in the interactive window on PythonWin .   I would modify the > script save and > import and was still running the old version.  I d

Cashing in PythonWin name space?... seems unexpected to me

2009-10-08 Thread bsneddon
I saw an issue on winXP box not connected to internet yesterday, where i was running a script in the interactive window on PythonWin . I would modify the script save and import and was still running the old version. I did that several times with same result. I even renamed the function and it

Re: Test for Pythonwin?

2009-08-03 Thread steve
"steve" wrote in message news:4a728aac$0$9744$5a62a...@per-qv1-newsreader-01.iinet.net.au... > Is there a good way to check if a script is running inside Pythonwin? > Perhaps a property or method that is exposed by that environment? > > or, alternatively, is there

Re: Test for Pythonwin?

2009-07-31 Thread Roger Miller
On Jul 31, 2:09 am, "steve" wrote: > Is there a good way to check if a script is running inside Pythonwin? > Perhaps a property or method that is exposed by that environment? I've used if sys.stdin.fileno() < 0: This is not precisely a test for pythonwin, but indicates

Re: Test for Pythonwin?

2009-07-31 Thread eliasf
"steve" wrote: Is there a good way to check if a script is running inside Pythonwin? Perhaps a property or method that is exposed by that environment? I don't know how foolproof it is, but this works: 'pywin' in sys.modules -- http://mail.python.org/mailman/listinfo/python-list

Test for Pythonwin?

2009-07-30 Thread steve
Is there a good way to check if a script is running inside Pythonwin? Perhaps a property or method that is exposed by that environment? or, alternatively, is there a better place to ask :-) Steven -- http://mail.python.org/mailman/listinfo/python-list

Re: PythonWin, python thread and PostQuitMessage?

2009-03-14 Thread aloonstra
On 13 mrt, 23:30, "Gabriel Genellina" wrote: > En Fri, 13 Mar 2009 17:59:34 -0200, escribió: > > > > > On 12 mrt, 18:43, "Gabriel Genellina" wrote: > >> En Thu, 12 Mar 2009 07:21:35 -0200, escribió: > > >> > I'm not so much involved in any Windows programming however I needed > >> > to write a

Re: PythonWin, python thread and PostQuitMessage?

2009-03-13 Thread Gabriel Genellina
En Fri, 13 Mar 2009 17:59:34 -0200, escribió: On 12 mrt, 18:43, "Gabriel Genellina" wrote: En Thu, 12 Mar 2009 07:21:35 -0200, escribió: > I'm not so much involved in any Windows programming however I needed > to write a client for the Windows platform. I have this very simple > question whi

Re: PythonWin, python thread and PostQuitMessage?

2009-03-13 Thread aloonstra
On 12 mrt, 18:43, "Gabriel Genellina" wrote: > En Thu, 12 Mar 2009 07:21:35 -0200, escribió: > > > I'm not so much involved in any Windows programming however I needed > > to write a client for the Windows platform. I have this very simple > > question which I've been unable to answer. I'm listen

Re: PythonWin, python thread and PostQuitMessage?

2009-03-12 Thread Gabriel Genellina
En Thu, 12 Mar 2009 07:21:35 -0200, escribió: I'm not so much involved in any Windows programming however I needed to write a client for the Windows platform. I have this very simple question which I've been unable to answer. I'm listening for keyboard strokes using the pyhook library. I'm doin

PythonWin, python thread and PostQuitMessage?

2009-03-12 Thread arnaud
Hi All, I'm not so much involved in any Windows programming however I needed to write a client for the Windows platform. I have this very simple question which I've been unable to answer. I'm listening for keyboard strokes using the pyhook library. I'm doing this in a dedicated thread. The gui jus

Re: PythonWin -vs- Idle

2009-02-26 Thread Niklas Norrthon
ine and the exercise I'm working on makes > >> mention of using PythonWin instead of Idle. > > >> I am using version 2.5 and have not been able to locate PythonWin.  The > >> download just includes Idle for the environment.  Can anyone point me in > >> the &

Re: PythonWin -vs- Idle

2009-02-26 Thread alex23
On Feb 27, 8:40 am, Chris Rebert wrote: > On Thu, Feb 26, 2009 at 2:23 PM, Gary Schells wrote: > > I am using version 2.5 and have not been able to locate PythonWin.  The > > download just includes Idle for the environment.  Can anyone point me in the > > right dire

Re: PythonWin -vs- Idle

2009-02-26 Thread Steve Holden
Chris Rebert wrote: > On Thu, Feb 26, 2009 at 2:23 PM, Gary Schells wrote: >> Hello, >> Python newbie here. I am working with Python and geoprocessing in ArcGIS. >> I'm taking a training course online and the exercise I'm working on makes >> mention of using

Re: PythonWin -vs- Idle

2009-02-26 Thread Chris Rebert
On Thu, Feb 26, 2009 at 2:23 PM, Gary Schells wrote: > > Hello, > Python newbie here.  I am working with Python and geoprocessing in ArcGIS. > I'm taking a training course online and the exercise I'm working on makes > mention of using PythonWin instead of Idle. >

PythonWin -vs- Idle

2009-02-26 Thread Gary Schells
Hello, Python newbie here. I am working with Python and geoprocessing in ArcGIS. I'm taking a training course online and the exercise I'm working on makes mention of using PythonWin instead of Idle. I am using version 2.5 and have not been able to locate PythonWin. The dow

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-15 Thread Steve Holden
W. eWatson wrote: > It looks like I got an accidentally case of send message 3 times. Well, > here's a correct below. >> The question now is what can I do about it? reboot? >> >> Just to re-iterate the answer I provided to *>the question to a post >> above<*, I'm using Tkinter for the program's GUI

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-14 Thread Rhodri James
On Sat, 14 Feb 2009 05:03:13 -, W. eWatson wrote: See my response to Scott. Thanks for your reply. I did. It was fundamentally mistaken in so many respects that I formally give up on you. -- Rhodri James *-* Wildebeeste Herder to the Masses -- http://mail.python.org/mailman/listinfo/p

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-14 Thread Thorsten Kampe
* W. eWatson (Fri, 13 Feb 2009 20:58:33 -0800) > Scott David Daniels wrote: > > OK, you are using the oldest and least useful revision control > > system, "rename and remember." I'd suggest you get and use bazaar, > > but you'll just ask for shortcuts on how to use it without > > understanding what

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-14 Thread Thorsten Kampe
* Rhodri James (Fri, 13 Feb 2009 22:57:42 -) > > On Fri, 13 Feb 2009 11:13:38 -, W. eWatson > wrote: > > > OK, enough tinkering with the code and others matters on my end trying > > to find a work around. Somehow after much successful use of IDLE's > > execution facility, I've step

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-13 Thread Marc 'BlackJack' Rintsch
On Fri, 13 Feb 2009 20:58:33 -0800, W. eWatson wrote: > Scott David Daniels wrote: >> OK, you are using the oldest and least useful revision control system, >> "rename and remember." I'd suggest you get and use bazaar, but you'll >> just ask for shortcuts on how to use it without understanding wh

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-13 Thread W. eWatson
... How can it? It's not IDLE's problem, it's yours. Finally, we can probably agree that I can continue to use IDLE for editing and syntax checking, but to "guarantee" successful execution of the program, I can just double-click on the py file in my folder. Perhaps there is a better way than

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-13 Thread W. eWatson
hing you are being told. First, I think somewhere up the thread someone suggested that Active pythonWin is not dependent upon Tk, correct? Therefore, it is immune from such problems, correct? Wrong. I was the one who said that ActiveState had a product to debug Python programs across a nertw

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-13 Thread Rhodri James
think somewhere up the thread someone suggested that Active pythonWin is not dependent upon Tk, correct? Someone certainly suggested that something is based on Microsoft Foundation Classes, which isn't very likely to be Tk-based :-) Whatever that something is, I'm pretty sure it isn't

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-13 Thread Scott David Daniels
d. First, I think somewhere up the thread someone suggested that Active pythonWin is not dependent upon Tk, correct? Therefore, it is immune from such problems, correct? Wrong. I was the one who said that ActiveState had a product to debug Python programs across a nertwork connection. The product is

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-13 Thread W. eWatson
ot going around this problem easily with the IDLE execution attempts, and that another solution is required. First, I think somewhere up the thread someone suggested that Active pythonWin is not dependent upon Tk, correct? Therefore, it is immune from such problems, correct? Second, maybe

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread Terry Reedy
W. eWatson wrote: From Diez above. What does *NOT* work is writing a Tkinter-based app in idle, and to run it *FROM INSIDE* idle. Instead, open your explorer and double-click on the pyhton-file your app is in. That's all that there is to it. So this is the absolute truth? No wiggle room? One ca

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread W. eWatson
From Diez above. What does *NOT* work is writing a Tkinter-based app in idle, and to run it *FROM INSIDE* idle. Instead, open your explorer and double-click on the pyhton-file your app is in. That's all that there is to it. So this is the absolute truth? No wiggle room? One can never use a Tkinte

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread Rhodri James
On Fri, 13 Feb 2009 01:16:38 -, W. eWatson wrote: Greetings and salutations. I just uninstalled all traces of (Active) pythonWin 2.5.2 from this machine, In fact, I uninstalled python 2.5.2 with IDLE from this machine. I then reinstalled the latter. Then I ran the program. XP Pro

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread W. eWatson
Greetings and salutations. I just uninstalled all traces of (Active) pythonWin 2.5.2 from this machine, In fact, I uninstalled python 2.5.2 with IDLE from this machine. I then reinstalled the latter. Then I ran the program. XP Pro. I then went to another machine that has never had pythonWin

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread Rhodri James
On Thu, 12 Feb 2009 16:44:56 -, W. eWatson wrote: I simply ask, "How do I get around the problem?" Run your program from the command line, or by double-clicking. You've been told this several times now. -- Rhodri James *-* Wildebeeste Herder to the Masses -- http://mail.python.org/mail

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread Terry Reedy
W. eWatson wrote: As with Diez, I simply ask, "How do I get around the problem?" Are you two telling me that it is impossible? Try this analogy. One television, two stubborn kids that want to watch different programs. One has the remote, the other the buttons on the TV. What happens? How

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread Scott David Daniels
W. eWatson wrote: As with Diez, I simply ask, "How do I get around the problem?" Are you two telling me that it is impossible? OK, here's my offer to both of you. Do you have IDLE for Python 2.5 and have good familiarity with Tkinter? If so, I'll send you the code and you can try it yourself

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread Diez B. Roggisch
W. eWatson wrote: > As with Diez, I simply ask, "How do I get around the problem?" Are you two > telling me that it is impossible? YES. That's what we and all the others who answered to you in the other thread are telling you, repeatedly. It is impossible. Really. No kidding. For sure. Jawoll, ga

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread W. eWatson
W. eWatson wrote: As with Diez, I simply ask, "How do I get around the problem?" Are you two telling me that it is impossible? OK, here's my offer to both of you. Do you have IDLE for Python 2.5 and have good familiarity with Tkinter? If so, I'll send you the code and you can try it yourself

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread W. eWatson
As with Diez, I simply ask, "How do I get around the problem?" Are you two telling me that it is impossible? OK, here's my offer to both of you. Do you have IDLE for Python 2.5 and have good familiarity with Tkinter? If so, I'll send you the code and you can try it yourself. My guess is that

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread W. eWatson
I simply ask, "How do I get around the problem?" -- W. eWatson (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time) Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet Web Page: -- http://mail.python.org/mailman/listin

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread Mike Driscoll
On Feb 12, 8:57 am, "W. eWatson" wrote: > Diez B. Roggisch wrote: > > W. eWatson wrote: > > >> It appears if one moves between IDLE and pythonWin (pyWin) that two > >> separate loops (threads?) can occur, and that IDLE can produce incorrect > >>

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread Diez B. Roggisch
> Done that. Been there. It doesn't work. If I take another py tkinter > program and run it in IDLE, it *will work*. The current program goes boom. That's pure luck then. IDLE is written in Tkinter, and *running* Tkinter apps inside of it is bound to fail sooner or later. Failure might be as drast

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread W. eWatson
Diez B. Roggisch wrote: W. eWatson wrote: It appears if one moves between IDLE and pythonWin (pyWin) that two separate loops (threads?) can occur, and that IDLE can produce incorrect results. Since I have preferred IDLE over pyWin, that leaves me currently in a quandry. How do I renew these

Re: Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread Diez B. Roggisch
W. eWatson wrote: > It appears if one moves between IDLE and pythonWin (pyWin) that two > separate loops (threads?) can occur, and that IDLE can produce incorrect > results. Since I have preferred IDLE over pyWin, that leaves me currently > in a quandry. How do I renew these processe

Untangling pythonWin and IDLE Processes on XP Pro

2009-02-12 Thread W. eWatson
It appears if one moves between IDLE and pythonWin (pyWin) that two separate loops (threads?) can occur, and that IDLE can produce incorrect results. Since I have preferred IDLE over pyWin, that leaves me currently in a quandry. How do I renew these processes, so that I can proceed with IDLE

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
It looks like I got an accidentally case of send message 3 times. Well, here's a correct below. The question now is what can I do about it? reboot? Just to re-iterate the answer I provided to *>the question to a post above<*, I'm using Tkinter for the program's GUI. --

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
So, how do I get rid of it? reboot? Just to re-iterate the I provided the question to above, I'm using Tkinter for the program's GUI. -- W. eWatson (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time) Obz Site: 39° 15' 7" N, 121° 2'

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
The two separate loops being PyWin (which uses MFC) and your program (which uses Tkinter). You just can't mix GUIs in the same process like that, sorry. regards Stedve -- Steve Holden+1 571 484 6266 +1 800 494 3119 Holden Web LLC http://www.holdenweb.com/ Deja-vu! htt

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
the grab File "C:\Python25\lib\lib-tk\Tkinter.py", line 415, in wait_visibility self.tk.call('tkwait', 'visibility', window._w) TclError: window ".34672232" was deleted before its visibility changed === It runs fine in pythonWin performing t

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
the grab File "C:\Python25\lib\lib-tk\Tkinter.py", line 415, in wait_visibility self.tk.call('tkwait', 'visibility', window._w) TclError: window ".34672232" was deleted before its visibility changed === It runs fine in pythonWin performing t

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread drobi...@gmail.com
e grab > >>>   File "C:\Python25\lib\lib-tk\Tkinter.py", line 415, in wait_visibility > >>>     self.tk.call('tkwait', 'visibility', window._w) > >>> TclError: window ".34672232" was deleted before its visibility changed >

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
window needs to be visible for the grab File "C:\Python25\lib\lib-tk\Tkinter.py", line 415, in wait_visibility self.tk.call('tkwait', 'visibility', window._w) TclError: window ".34672232" was deleted before its visibility changed === It runs fin

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread Mike Driscoll
uot;, line 69, in __init__ > >>>>     self.wait_visibility() # window needs to be visible for the grab > >>>>   File "C:\Python25\lib\lib-tk\Tkinter.py", line 415, in wait_visibility > >>>>     self.tk.call('tkwait', 'visibility

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
-tk\Tkinter.py", line 415, in wait_visibility self.tk.call('tkwait', 'visibility', window._w) TclError: window ".34672232" was deleted before its visibility changed === It runs fine in pythonWin performing the same entry operation. Open a menu, se

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread Steve Holden
f, parent) >>> File "C:\Python25\lib\lib-tk\tkSimpleDialog.py", line 69, in __init__ >>> self.wait_visibility() # window needs to be visible for the grab >>> File "C:\Python25\lib\lib-tk\Tkinter.py", line 415, in wait_visibility >>>

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
_visibility self.tk.call('tkwait', 'visibility', window._w) TclError: window ".34672232" was deleted before its visibility changed === It runs fine in pythonWin performing the same entry operation. Open a menu, select an item to open a dialog, select a select

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
25\lib\lib-tk\Tkinter.py", line 415, in wait_visibility self.tk.call('tkwait', 'visibility', window._w) TclError: window ".34672232" was deleted before its visibility changed === It runs fine in pythonWin performing the same entry operation. Open a menu, se

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread Steve Holden
quot;C:\Python25\lib\lib-tk\Tkinter.py", line 415, in wait_visibility > self.tk.call('tkwait', 'visibility', window._w) > TclError: window ".34672232" was deleted before its visibility changed > === > It runs fine in pythonWin performing the sa

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread Mike Driscoll
e visible for the grab >    File "C:\Python25\lib\lib-tk\Tkinter.py", line 415, in wait_visibility >      self.tk.call('tkwait', 'visibility', window._w) > TclError: window ".34672232" was deleted before its visibility changed > === &

Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
', 'visibility', window._w) TclError: window ".34672232" was deleted before its visibility changed === It runs fine in pythonWin performing the same entry operation. Open a menu, select an item to open a dialog, select a select button in the dialog, press OK t

Re: Very Slow PythonWin 2.6.1 Startup on Windows XP SP3

2008-12-19 Thread David Lees
Allan wrote: David Lees writes: PythonWin used to startup in a second or two on my Windows XP desktop. now it takes around 20 seconds. I tried turning off Google Desktop indexing and Norton AV, but it still takes a long time to start. Other random apps such as Firefox 3.0 (which I just

Re: Very Slow PythonWin 2.6.1 Startup on Windows XP SP3

2008-12-18 Thread MC
Hi! Perhaps, if you copy DLL in others strategic places, it's better... -- @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Very Slow PythonWin 2.6.1 Startup on Windows XP SP3

2008-12-18 Thread David Lees
PythonWin used to startup in a second or two on my Windows XP desktop. now it takes around 20 seconds. I tried turning off Google Desktop indexing and Norton AV, but it still takes a long time to start. Other random apps such as Firefox 3.0 (which I just updated to) and Thunderbird have

Re: Pythonwin not loading DLL, should I change extensions by .pyo or pyd?

2008-11-17 Thread Gabriel Genellina
En Mon, 17 Nov 2008 13:01:11 -0200, Pekeika <[EMAIL PROTECTED]> escribió: Python 2.5 doesn't support/load .dll anymore. Is PythonWin 2.5 the same case? If a .DLL file is not loading, should I change its extension for it to work? What extensions should be now, .pyo, .pyd, etc? whic

Pythonwin not loading DLL, should I change extensions by .pyo or pyd?

2008-11-17 Thread Pekeika
Python 2.5 doesn't support/load .dll anymore. Is PythonWin 2.5 the same case? If a .DLL file is not loading, should I change its extension for it to work? What extensions should be now, .pyo, .pyd, etc? which one? What is the meaning of each extension? Thanks, Angelica E-G. --

Re: PythonWin --> drwatson

2008-10-21 Thread Frank L. Thiel
standalone win32 package for Python 2.6 is even available already). Yes, Dennis, I have Python 2.6 installed, and it works perfectly from a cmd window and from IDLE. FWIW, I have Python 2.6 + pywin32 build 212 installed on XP SP3 and both the command line interpreter, IDLE, and Pythonwin th

Re: PythonWin --> drwatson

2008-10-21 Thread Gabriel Genellina
ady). Yes, Dennis, I have Python 2.6 installed, and it works perfectly from a cmd window and from IDLE. FWIW, I have Python 2.6 + pywin32 build 212 installed on XP SP3 and both the command line interpreter, IDLE, and Pythonwin they all work fine. -- Gabriel Genellina -- http://mail

Re: PythonWin --> drwatson

2008-10-18 Thread Frank L. Thiel
kage" -- a *.msi file?. I cannot find a *.msi file at Sourceforge, which is where the came from. When I use the latter (I have uninstalled and reinstalled using this many times now!), I get no error entries in the Event Viewer. However, when I try to open PythonWin, the Event Viewer sh

Re: PythonWin --> drwatson

2008-10-18 Thread [EMAIL PROTECTED]
t; > Windows installer package" -- a *.msi file?.  I cannot find a *.msi file > > at Sourceforge, which is where the came > > from.  When I use the latter (I have uninstalled and reinstalled using > > this many times now!), I get no error entries in the Event Viewer. &

Re: PythonWin --> drwatson

2008-10-18 Thread Frank L. Thiel
On 18-Oct-08 01:39, this message was sent by Allan: "Frank L. Thiel" <[EMAIL PROTECTED]> writes: I have installed PythonWin from the distribution. When I try to open it, the message "PyWin32 has encountered a problem ..." appears, and a drwatson error report is gen

PythonWin --> drwatson

2008-10-17 Thread Frank L. Thiel
I have installed PythonWin from the distribution. When I try to open it, the message "PyWin32 has encountered a problem ..." appears, and a drwatson error report is generated. Python 2.6 itself, from a cmd window or using IDLE, works without problem. I cannot find any reports

Re: win32com ChartObject pythonwin vs idle

2008-08-01 Thread sterling
On Jul 31, 11:22 pm, "Roger Upole" <[EMAIL PROTECTED]> wrote: > "sterling" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > > > > > I'm curious as to why the difference between IDLE and pythonWin when > &

Re: win32com ChartObject pythonwin vs idle

2008-07-31 Thread Roger Upole
"sterling" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm curious as to why the difference between IDLE and pythonWin when > using win32com. > opening an excel file, i've attempted to grab the chart information > out of the file. > &g

Re: win32com ChartObject pythonwin vs idle

2008-07-31 Thread sterling
On Jul 31, 4:28 am, Tim Golden <[EMAIL PROTECTED]> wrote: > sterling wrote: > > I'm curious as to why the difference between IDLE and pythonWin when > > using win32com. > > opening an excel file, i've attempted to grab the chart information > &

Re: win32com ChartObject pythonwin vs idle

2008-07-31 Thread Tim Golden
sterling wrote: I'm curious as to why the difference between IDLE and pythonWin when using win32com. opening an excel file, i've attempted to grab the chart information out of the file. commands like co = ChartObjects(1) works in pythonWin but doesn't work in IDLE. howe

  1   2   3   4   >