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\site-packages\pythonwin\Pythonwin.exe

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 fo

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 i

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 > that after run

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

Re: PythonWin -vs- Idle

2009-02-26 Thread Niklas Norrthon
On 27 Feb, 01:40, Steve Holden wrote: > 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 > >> ment

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 direction to download the PythonWin

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 PythonWin instead of Idle. >> >> I am

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. > > I am using version 2.5 and 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? which one? What

Re: PythonWin --> drwatson

2008-10-21 Thread Frank L. Thiel
On 21-Oct-08 03:22, this message was sent by Gabriel Genellina: En Sat, 18 Oct 2008 18:14:46 -0300, Frank L. Thiel <[EMAIL PROTECTED]> escribió: On 18-Oct-08 16:31, this message was sent by Dennis Lee Bieber: Do you have a version of python 2.6 installed? (I'm surprised the standalone wi

Re: PythonWin --> drwatson

2008-10-21 Thread Gabriel Genellina
En Sat, 18 Oct 2008 18:14:46 -0300, Frank L. Thiel <[EMAIL PROTECTED]> escribió: On 18-Oct-08 16:31, this message was sent by Dennis Lee Bieber: Do you have a version of python 2.6 installed? (I'm surprised the standalone win32 package for Python 2.6 is even available already). Yes,

Re: PythonWin --> drwatson

2008-10-18 Thread Frank L. Thiel
On 18-Oct-08 16:31, this message was sent by Dennis Lee Bieber: On Sat, 18 Oct 2008 15:00:03 GMT, "Frank L. Thiel" <[EMAIL PROTECTED]> declaimed the following in comp.lang.python: Thanks for your reply, Allan. I am not sure what you mean by "the Windows installer package" -- a *.msi file?. I

Re: PythonWin --> drwatson

2008-10-18 Thread [EMAIL PROTECTED]
On Oct 18, 4:31 pm, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On Sat, 18 Oct 2008 15:00:03 GMT, "Frank L. Thiel" <[EMAIL PROTECTED]> > declaimed the following in comp.lang.python: > > Thanks for your reply, Allan.  I am not sure what you mean by "the > > Windows installer package" -- a *.msi f

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 generated. Python 2.6 itself,

Re: Pythonwin

2008-05-09 Thread Mike Driscoll
On May 9, 9:02 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Fri, 09 May 2008 10:40:38 -0300, Clive_S <[EMAIL PROTECTED]> escribió: > > > I downloaded (from Python) and installed python-2.4.4.msi > > > I have python and pythonw.exe in the Python 24 folder (but not in my > > start menu). >

Re: Pythonwin

2008-05-09 Thread Gabriel Genellina
En Fri, 09 May 2008 10:40:38 -0300, Clive_S <[EMAIL PROTECTED]> escribió: > I downloaded (from Python) and installed python-2.4.4.msi > > I have python and pythonw.exe in the Python 24 folder (but not in my > start menu). > When I click on the pythonw.exe it is not launched?? pythonw.exe is NOT P

RE: Pythonwin

2008-05-09 Thread Ahmed, Shakir
, May 09, 2008 9:41 AM To: python-list@python.org Subject: Re: Pythonwin Hi all I downloaded (from Python) and installed python-2.4.4.msi I have python and pythonw.exe in the Python 24 folder (but not in my start menu). When I click on the pythonw.exe it is not launched?? Thanks Clive On 9 May

回复: Re: Pythonwin

2008-05-09 Thread <潍坊风筝>
In arcgis dvd , you can find a "desktop" file ,open the file ,then a "pythonwin" file,open the file ,then you install "pywin32-207.win32-py2.4.exe" THIS IS OK! Banibrata Dutta <[EMAIL PROTECTED]> 写道: if one has installed ActiveState Python 2.5, I think it'd have been Start Menu --> Pro

Re: Pythonwin

2008-05-09 Thread Clive_S
Hi all I downloaded (from Python) and installed python-2.4.4.msi I have python and pythonw.exe in the Python 24 folder (but not in my start menu). When I click on the pythonw.exe it is not launched?? Thanks Clive On 9 May, 14:09, Mike Driscoll <[EMAIL PROTECTED]> wrote: > On May 9, 5:30 am, C

Re: Pythonwin

2008-05-09 Thread Banibrata Dutta
oops moment! I was wrong. indeed, you should find PythonWin there, if you installed ActiveState Python. On 5/9/08, Banibrata Dutta <[EMAIL PROTECTED]> wrote: > > if one has installed ActiveState Python 2.5, I think it'd have been > Start Menu --> Programs --> ActiveSte ActivePython 2.5 --> >

Re: Pythonwin

2008-05-09 Thread Banibrata Dutta
if one has installed ActiveState Python 2.5, I think it'd have been Start Menu --> Programs --> ActiveSte ActivePython 2.5 --> and I think it delivers IDLE, not PythonWin. On 5/9/08, Mike Driscoll <[EMAIL PROTECTED]> wrote: > > On May 9, 5:30 am, Clive_S <[EMAIL PROTECTED]> wrote: > > Hi > > >

Re: Pythonwin

2008-05-09 Thread Mike Driscoll
On May 9, 5:30 am, Clive_S <[EMAIL PROTECTED]> wrote: > Hi > > I am trying to use Python with ArcGIS. > > I have installed Python 2.4. I have an icon for IDLE and command line. > I do not see Python PythonWin. > > How do you install or launch pythonwin?? > > Thanks > > Clive I have PythonWin insta

Re: Pythonwin

2008-05-09 Thread ivan
Not related (except that it is about python and ArcGIS): Remember you can set PYTHONINSPECT to enter interactive mode at the end of a script. With a script set as an ArcGIS tool, you can then enter interactive to play around or debug with all the ArcGIS stuff loaded. Is there a better way people d

Re: Pythonwin

2008-05-09 Thread Roy H. Han
Hi Clive, For ArcGIS, I use plain old VIM, IPython and IDLE. If you really want PythonWin, then you can download Mark Hammond's Python for Windows extensions: http://sourceforge.net/projects/pywin32/ Note also that with the pywin32 extensions, you can also use Python 2.5 to access ArcGIS using

Re: Pythonwin

2008-05-09 Thread Niklas Norrthon
On 9 Maj, 12:30, Clive_S <[EMAIL PROTECTED]> wrote: > Hi > > I am trying to use Python with ArcGIS. > > I have installed Python 2.4. I have an icon for IDLE and command line. > I do not see Python PythonWin. > > How do you install or launch pythonwin?? There is a distribution of PythonWin bundled

Re: PythonWin Print Problem.. Build 210

2008-04-13 Thread Jaguillo
On Apr 13, 9:07 am, "Hutch" <[EMAIL PROTECTED]> wrote: > "Roger Upole" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > > > > > "Hutch" <[EMAIL PROTECTED]> wrote in message > >news:[EMAIL PROTECTED] > >> PythonWin has been a very good ide from early version thru 2.4. > > >> All

Re: PythonWin Print Problem.. Build 210

2008-04-13 Thread Hutch
"Roger Upole" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Hutch" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> PythonWin has been a very good ide from early version thru 2.4. >> >> All work ok on THREE of my computers with THREE different HP printers. >> >>

Re: PythonWin Print Problem.. Build 210

2008-04-12 Thread Roger Upole
"Hutch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > PythonWin has been a very good ide from early version thru 2.4. > > All work ok on THREE of my computers with THREE different HP printers. > > Now comes 2.5. > Every thing seems to work the same except when I want to print out a

RE: Pythonwin Install COM exceptions on Windows Vista Ultimate

2007-09-02 Thread Sandipan News
how to. Thanks. Sandipan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sandipan News Sent: Wednesday, August 29, 2007 9:41 PM To: 'Méta-MCI (MVP)'; python-list@python.org Subject: RE: Pythonwin Install COM exceptions on Windows Vista Ultimate How do

RE: Pythonwin Install COM exceptions on Windows Vista Ultimate

2007-08-29 Thread Sandipan News
Of Méta-MCI (MVP) Sent: Wednesday, August 29, 2007 9:19 AM To: python-list@python.org Subject: Re: Pythonwin Install COM exceptions on Windows Vista Ultimate Hi! Perso, on Vista, I : - deactive UAC - deactive firewall (I have a rooter) - run all like Administrator - install all in other D

RE: Pythonwin Install COM exceptions on Windows Vista Ultimate

2007-08-29 Thread Sandipan News
extensions were successfully installed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 9:25 AM To: python-list@python.org Subject: Re: Pythonwin Install COM exceptions on Windows Vista Ultimate On

Re: Pythonwin Install COM exceptions on Windows Vista Ultimate

2007-08-29 Thread Larry Bates
Sandipan News wrote: > What do I do? Can't do without Python! > Any experience, advice, hope is welcome. > Thanks. > Sandipan > > If you are asking if you can run COM objects created in Python on Windows Vista Ultimate, the answer is yes. I have several. -Larry -- http://mail.python.org/mailm

Re: Pythonwin Install COM exceptions on Windows Vista Ultimate

2007-08-29 Thread kyosohma
On Aug 28, 8:20 pm, "Sandipan News" <[EMAIL PROTECTED]> wrote: > What do I do? Can't do without Python! > Any experience, advice, hope is welcome. > Thanks. > Sandipan You need to post the error traceback along with some more information so the community can help. Mike -- http://mail.python.org

Re: PythonWin crash - works only once after installation

2007-06-17 Thread Ze'ev
On Jun 15, 2:19 pm, Ze'ev <[EMAIL PROTECTED]> wrote: > Hi, > I've installed Python 2.5 and PythonWin (pywin32-210.win32-py2.5) on > my new XP machine. The first time I run PythonWin after installation > it runs normally but if I close it and try to run it again it crashes > ("PyWin32 has encounte

Re: pythonwin closes unexpectedlyI

2007-06-04 Thread leegold
snip... Slight off-topic fix for anyone whose search comes here: Recommend to patch ESRI application to newest update. You might also see error message: OLE error 0x80040212 http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&d=30524 gp.SetProduct("ArcView") is fix

Re: pythonwin closes unexpectedlyI

2007-06-02 Thread John Machin
On Jun 3, 10:50 am, leegold <[EMAIL PROTECTED]> wrote: > Hi, > > I run a script in PythonWin and obviously some sort of an error occurs > in the script and PythonWin closes. No warning, no error message just > closes. I definitely know the line of code that causes the problem and > will cite the c

Re: PythonWin And Excel Problem

2006-12-01 Thread Michael S
Andrea, Also, could it be that when you do the following: sheet.Range("A1:A10").Value = therand you actually initialize all 10 cells to the first element of the array? Try to iterate and initialize every cell separately. Michael --- Andrea Gavana <[EMAIL PROTECTED]> wrote: > Hi All, > > I

Re: PythonWin And Excel Problem

2006-12-01 Thread Roger Upole
"Andrea Gavana" <[EMAIL PROTECTED]> wrote: > Hi All, > >I am having some problems in running a very simple python script, > which prints some numbers in an Excel spreadsheet. The numbers are > stored in a list. I know that the numbers are different (random > generated), but when I open the Exce

Re: PythonWin And Excel Problem

2006-12-01 Thread Michael S
First of all you should call the random.seed() function. That was at least what I´ve always done. seed([x]) Initialize the basic random number generator. Second of all, calling random.random() will give you this: random() Return the next random floating point number in the range [0.0, 1.0

Re: PythonWin: any way to delete all objects without exiting and without doing it with "del"?

2006-03-03 Thread Steven Bethard
[EMAIL PROTECTED] wrote: > Steven, does your technique fix my problem? Would that delete the > objects I've created within a program if I suffix my code with it? I'm not certain I understand your problem, but I think so. Give it a try. STeVe -- http://mail.python.org/mailman/listinfo/python-lis

Re: PythonWin: any way to delete all objects without exiting and without doing it with "del"?

2006-03-03 Thread dananrg
Steven, does your technique fix my problem? Would that delete the objects I've created within a program if I suffix my code with it? -- http://mail.python.org/mailman/listinfo/python-list

Re: PythonWin: any way to delete all objects without exiting and without doing it with "del"?

2006-03-02 Thread dananrg
> PythonWin is just an IDE. For what reason you have to delete all objects by > yourself? Garbage collector is there for that :) I think the garbage collector is on strike. :-) Example: # 1st execution a = [1,2,3] print a >>> [1,2.3] program ends. Then I comment out a = [1,2,3] and run the pr

Re: PythonWin: any way to delete all objects without exiting and without doing it with "del"?

2006-03-01 Thread Steven Bethard
[EMAIL PROTECTED] wrote: > In PythonWin, is there any way to bulk-delete all objects without using > "del object" for each, and without having to exit out of PythonWin? I think you just want to modify the globals() dict: >>> list(globals()) ['__builtins__', 'text', 'glob', 'pywin', 're', 'match'

Re: PythonWin: any way to delete all objects without exiting and without doing it with "del"?

2006-03-01 Thread Lawrence Oluyede
[EMAIL PROTECTED] writes: > In PythonWin, is there any way to bulk-delete all objects without using > "del object" for each, and without having to exit out of PythonWin? PythonWin is just an IDE. For what reason you have to delete all objects by yourself? Garbage collector is there for that :) -

Re: PythonWin: logging module not showing messages from imported modules

2006-01-06 Thread jmdeschamps
[EMAIL PROTECTED] wrote: > Having the following code: > > Module1.py > import logging > def X(): > logging.error('test') > > If I import it into PythonWin console and call X(), the error message > is not printed. If I do the same in Python console the message is > printed. Do I need to

Re: PythonWin troubleshooting

2005-12-18 Thread chuck
Oh my gosh - thank you, thank. I must have had thousands of these entries in my registry. I've blown it away and at least at initial testing, appears to have solved the problem. I should have gone poking around the the bug database. Next time I will. -- http://mail.python.org/mailman/listinfo

Re: PythonWin troubleshooting

2005-12-17 Thread Greg Chapman
On 13 Dec 2005 14:27:48 -0800, "chuck" <[EMAIL PROTECTED]> wrote: > >After some use the problems have re-appeared with the "ActivePython >2.3.5.236" distro. I think the problem is related to some sort of >shell hook as it goofs up not only PythonWin, but other windows >applications and windows it

Re: PythonWin troubleshooting

2005-12-13 Thread chuck
Thanks for the suggestions but I have all of the MFC dll's. In fact I have Visual Studio 2003 installed on the box. However my mfc42.dll is different than the size stated on that link. In fact the download is a different size that what is stated on the link. -- http://mail.python.org/mailman/l

Re: PythonWin troubleshooting

2005-12-13 Thread chuck
chuck wrote: > Sticking with 2.4.2 I reverted to win32 ext 204 and problems were the > same or worse. Then I uninstalled both, removed the dangling py*24.dll > and then installed "ActivePython 2.3.5.236". All the problems went > away. > > I hate to go back to 2.3 cause there are some nice update

Re: PythonWin troubleshooting

2005-12-13 Thread Sibylle Koczian
chuck schrieb: > Sticking with 2.4.2 I reverted to win32 ext 204 and problems were the > same or worse. Then I uninstalled both, removed the dangling py*24.dll > and then installed "ActivePython 2.3.5.236". All the problems went > away. > > I hate to go back to 2.3 cause there are some nice upda

Re: PythonWin troubleshooting

2005-12-13 Thread chuck
Sticking with 2.4.2 I reverted to win32 ext 204 and problems were the same or worse. Then I uninstalled both, removed the dangling py*24.dll and then installed "ActivePython 2.3.5.236". All the problems went away. I hate to go back to 2.3 cause there are some nice updates in the 2.4 library that

Re: PythonWin troubleshooting

2005-12-13 Thread Colin J. Williams
chuck wrote: > Build 205 for the win32 ext. > I have been having similar problems with build 205. Colin W. -- http://mail.python.org/mailman/listinfo/python-list

Re: PythonWin troubleshooting

2005-12-12 Thread chuck
Build 205 for the win32 ext. -- http://mail.python.org/mailman/listinfo/python-list

Re: Pythonwin - Word automation - Removing watermark not working

2005-11-05 Thread Gregory Piñero
Thanks Simon, I'll try that.  And if that doesn't work, why I'll try a Microsoft word group! -Greg On 11/5/05, Simon Brunning <[EMAIL PROTECTED]> wrote: On 04/11/05, Gregory Piñero <[EMAIL PROTECTED]> wrote:> Is there a different group/mailing list I should try?  Does anyone know if> there is a py

Re: Pythonwin - Word automation - Removing watermark not working

2005-11-05 Thread Simon Brunning
On 04/11/05, Gregory Piñero <[EMAIL PROTECTED]> wrote: > Is there a different group/mailing list I should try? Does anyone know if > there is a pythonwin group/list for example? There is: . -- Cheers, Simon B, [EMAIL PROTECTED], http://www.br

Re: Pythonwin - Word automation - Removing watermark not working

2005-11-04 Thread Gregory Piñero
Is there a different group/mailing list I should try?  Does anyone know if there is a pythonwin group/list for example? On 11/3/05, Gregory Piñero <[EMAIL PROTECTED]> wrote: I thought I'd take a shot and see if anyone knows the answer to this?  I've been stuck for a while now on this. Would anyone

Re: Pythonwin crashes

2005-09-28 Thread Steve Holden
Lucas Raab wrote: > accolades wrote: > >>Does anyone else have a problem with Pythonwin crashing after running a >>python script with graphics libraries? Whenever I use Pythonwin to run >>a PyGame or PyOgre script, Pythonwin crashes when the script exits. >> >>I know it's probably because the Pyth

Re: Pythonwin crashes

2005-09-28 Thread Lucas Raab
accolades wrote: > Does anyone else have a problem with Pythonwin crashing after running a > python script with graphics libraries? Whenever I use Pythonwin to run > a PyGame or PyOgre script, Pythonwin crashes when the script exits. > > I know it's probably because the Pythonwin interpreter can't

Re: [PythonWin] how to stop execution in interactive window?

2005-07-08 Thread F. GEIGER
Right-click on the Pythonwin icon in the tray and select "Break into running code". HTH Franz GEIGER <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi All, > (sorry for my bad english) > I wrote a __tiny__ and __stupid__ recursive script directly into > pythonwin > interac

Re: PythonWin + Tkinter = broken relation with WindowsXP !?!?!

2005-05-16 Thread Roger Upole
What version of pywin32 are you running ? You might want to try upgrading to build 204 if you haven't already. There was a bug where a toolbar registry key was written multiple times, which eventually fills up the registry and slows the machine down, along with some strange window behaviour.

Re: PythonWin

2005-03-14 Thread Larry Bates
[EMAIL PROTECTED] wrote: > I have a Python program that collects user input using > > msg = "Enter the full path and name of the file to be processed: " > answer = raw_input(msg) > > If I run it in IDLE, the question is splashed across the execution > window, and if it is long, simply wraps to th

Re: PythonWin

2005-03-12 Thread Neil Hodgson
Thomas Philips: > However, if I run it in ActivePython's PythonWin, a small message > box pops up, with hardly any space to diplay msg and a smallish > space into which I can type my answer. How can I force PythonWin > to get its input from the execution window You will have to implement t

Re: PythonWin

2005-03-12 Thread Colin J. Williams
[EMAIL PROTECTED] wrote: I have a Python program that collects user input using msg = "Enter the full path and name of the file to be processed: " answer = raw_input(msg) If I run it in IDLE, the question is splashed across the execution window, and if it is long, simply wraps to the next line. Mos

Re: PythonWin line spacing

2005-03-09 Thread Neil Hodgson
Thomas Philips: > I've just downloaded and installed ActivePython and am trying to > customize the PythonWin editor. Its line spacing seems to default to 2, > and consequently, I cannot see many lines of code on a screen. How do I > set the line spacing to 1? I presume you are talking about th

Re: PythonWin, AutoDoc and german keyboards...

2005-03-03 Thread Neil Hodgson
Werner Merkl: > When we enter range with us keyboard we get: > >>> range( > [range([start,] stop[, step]) -> list of integers] > > When we do this with German keyboard we get... nothing, >... > BTW: Changes to Python24\Lib\site-packages\pythonwin\pywin\default.cfg > didn't help. It

Re: Pythonwin: Red squiggley underline and syntax error

2005-02-28 Thread Neil Hodgson
Steven Bethard: > You've probably mixed tabs with spaces in your indentation somewhere. > Either replace all tabs with spaces or replace all spaces with tabs. You can see what characters are being used with the View | Whitespace command which shows tabs as arrows and spaces as centred dots.

Re: Pythonwin: Red squiggley underline and syntax error

2005-02-28 Thread Colin J. Williams
Steven Bethard wrote: Brent W. Hughes wrote: I copied and pasted some text into my Python code and then Pythowin put a red squiggley underline under the two tabs at the beginning of the line. What does that mean? I've tried various things including deleting the white space in front of the line

Re: Pythonwin: Red squiggley underline and syntax error

2005-02-28 Thread Steven Bethard
Brent W. Hughes wrote: I copied and pasted some text into my Python code and then Pythowin put a red squiggley underline under the two tabs at the beginning of the line. What does that mean? I've tried various things including deleting the white space in front of the line and reinserting the ta

Re: PythonWin and PyWin32

2005-02-05 Thread Nick Coghlan
Chris Lott wrote: Can someone elaborate for me what the pywin32 project is exactly? Is PythonWin a replacement for idle? More to the point, do I need to worry about this as I am learning about Python, since Idle and the Windows Installer seem to work fine on my XP box? Python and IDLE work fine on

Re: PythonWin and PyWin32

2005-02-04 Thread M.E.Farmer
Chris Lott wrote: >More to the point, do I need to worry >about this as I am learning about Python, since Idle and the Windows >Installer seem to work fine on my XP box? Relax this is Python :) Not sure why you would worry at all about any IDE. Especially when they your current IDE works fine. To a

Re: PythonWin (build 203) for Python 2.3 causes Windows 2000 to grind to a halt?

2005-01-30 Thread Martin Bless
[EMAIL PROTECTED] (Chris P.)] >The bug you suggested is exactly the problem that I was having... I >had looked through the bugs being tracked, but the title of that one >didn't jump out at me as something that would help. Thanks! Yes, using Python24 and the latest win32 build on my machine the b

Re: PythonWin (build 203) for Python 2.3 causes Windows 2000 to grind to a halt?

2005-01-28 Thread Colin J. Williams
Chris P. wrote: AWESOME - my life just got THAT much better. The bug you suggested is exactly the problem that I was having... I had looked through the bugs being tracked, but the title of that one didn't jump out at me as something that would help. Thanks! - Chris P.S. For anyone reading this gro

Re: PythonWin (build 203) for Python 2.3 causes Windows 2000 to grind to a halt?

2005-01-28 Thread Chris P.
AWESOME - my life just got THAT much better. The bug you suggested is exactly the problem that I was having... I had looked through the bugs being tracked, but the title of that one didn't jump out at me as something that would help. Thanks! - Chris P.S. For anyone reading this group who wants

Re: PythonWin (build 203) for Python 2.3 causes Windows 2000 to grind to a halt?

2005-01-27 Thread Roger Upole
These look like symptoms of sf bug #1017504 http://sourceforge.net/tracker/index.php?func=detail&aid=1017504&group_id=78018&atid=551954 What version of Pywin32 are you running ? There's a (semi) fix for this in the latest build. hth Roger "Chris P." <[EMAIL PROTECTED]> wrote in message

Re: PythonWin Not Updating

2004-12-16 Thread Colin J. Williams
Chris wrote: I'm working on a program in PythonWin. The problem I'm running into is that after I make a code change, PythonWin doesn't always see it. Has anyone else had this problem? Chris I've had this problem with older builds of PythonWin. With build 202 tis doesn't seem to be a problem fo

Re: PythonWin Not Updating

2004-12-14 Thread It's me
It works fine here. -- It's me "Chris" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm working on a program in PythonWin. The problem I'm running into is > that after I make a code change, PythonWin doesn't always see it. Has > anyone else had this problem? > > Chris -- htt

Re: PythonWin Not Updating

2004-12-14 Thread Greg Krohn
Robert Brewer wrote: Chris wrote: I'm working on a program in PythonWin. The problem I'm running into is that after I make a code change, PythonWin doesn't always see it. Has anyone else had this problem? "See it" in the interactive session? Use reload(): http://docs.python.org/lib/built-in-fun

RE: PythonWin Not Updating

2004-12-14 Thread Robert Brewer
Chris wrote: > I'm working on a program in PythonWin. The problem I'm > running into is that after I make a code change, > PythonWin doesn't always see it. Has anyone else > had this problem? "See it" in the interactive session? Use reload(): http://docs.python.org/lib/built-in-funcs.html Oth

Re: pythonwin broke

2004-12-04 Thread Jean Brouwers
One more test, but after selecting "Modules Doc" from the start menu. The small pydoc window shows up, "Python documentation server ..." etc. Clicking the X button results in a "pythonw.exe Application Error" with the message: The instruction at "0x..." referenced memory at "0x0..014". Th

Re: pythonwin broke

2004-12-04 Thread Jean Brouwers
I'm not sure what Pythonwin is. The Python start menu shows "Python (command line)" and "IDLE (Python GUI)" plus docs, etc. Your experiment with IDLE works just fine. Both windows closed on clickin X. This is Windows XP SP2 with Python 2.3.4 from the Python.org site. /Jean Brouwers In art

Re: pythonwin broke

2004-12-03 Thread Peter Hansen
Jive wrote: "Steve Holden" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] . You might consider asking on the python-win32 list, which is more specifically directed at Mark Hammond's stuff. Okay. How do I find the python-win32 list? It's not a newsgroup, apparently. What happened when

Re: pythonwin broke

2004-12-03 Thread Jive
Do an experiment for me. Open Pythonwin from the start menu. Use the FILE menu to open a .py file. Now try to close the window you just opened using the X button in the upper right. Did it close? Try closing Pythonwin using its X button. -- http://mail.python.org/mailman/listinfo/python-li

Re: pythonwin broke

2004-12-03 Thread Jean Brouwers
Well, we made several attempts to install Python 2.4 with a number of extension packages on Windows XP and used the binaries from the Python site, not ActivePython. Previous to 2.4, we did have several versions of Python installed on Windows XP without any problem. We installed 2.4 as usual in

Re: pythonwin broke

2004-12-03 Thread Jive
"Jean Brouwers" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > We just went through a similar install-uninstall-reinstall cycle with > Python 2.4 and 2.3 on Windows XP SP2. Just uninstalling 2.4 and > reinstalling 2.3 was not sufficient. > > It took several attempts to get things

Re: pythonwin broke

2004-12-03 Thread Jive
"Steve Holden" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >. You might consider > asking on the python-win32 list, which is more specifically directed at > Mark Hammond's stuff. Okay. How do I find the python-win32 list? It's not a newsgroup, apparently. -- http://mail.pyth

Re: pythonwin broke

2004-12-03 Thread David Bolen
Trent Mick <[EMAIL PROTECTED]> writes: > It is also possible that there is some little installer bug or detail > on your environment that is causing the problem. You could try > ActivePython. I regularly install and uninstall ActivePython 2.3 and > 2.4 installers and both installs are still workin

Re: pythonwin broke

2004-12-03 Thread Trent Mick
Jean Brouwers wrote: PPS) It looks like Python 2.4 and Python 2.3 can not co-exist (in different folders under Program Files) but we did not investigate that any further. That's not true. I have every version of Python back to 2.0 installed and all running fine on my system. Obviously you can only

Re: pythonwin broke

2004-12-03 Thread Jean Brouwers
We just went through a similar install-uninstall-reinstall cycle with Python 2.4 and 2.3 on Windows XP SP2. Just uninstalling 2.4 and reinstalling 2.3 was not sufficient. It took several attempts to get things back to the original 2.3 configuration. After unininstalling both, we deleted all Pyt

Re: pythonwin broke

2004-12-03 Thread Steve Holden
Jive wrote: I've un-installed Python 2.4, re-installed Python 2.3 and PythonWin for 2.3, but it's still broke. When I start PythonWin, sometimes it looks like it is going to be okay. But as soon as I open a .py file, the interactive window grabs the focus and will not let go. I am stumped. Is the