[python-win32] Casting to IRTDUpdateEvent object

2012-04-06 Thread John S
I'm trying to implement excelRTDserver.py ( http://www.math.uiuc.edu/~gfrancis/illimath/windows/aszgard_mini/movpy-2.0.0-py2.4.4/movpy/lib/win32com/demos/excelRTDServer.py). I'm running Excel 2010 (32bit) so I change the EXCEL_TLB_MINOR value to 7. The add-in is visible in the Excel add-ins list an

Re: [python-win32] Minor irritant

2012-04-06 Thread Tim Roberts
bob gailer wrote: > Every time I open a file for editing the tab key starts out at 4 > spaces even though I have set Tab size and Indent Size to 2 in > Options. I must use alt+u to change it. What application are you talking about? It would be entertaining to start a holy war about tabs and inden

[python-win32] Another minor irritant.

2012-04-06 Thread bob gailer
In the watch window ctrl-x,c,v do not work (for cut copy and paste). I must use the context menu. -- Bob Gailer 919-636-4239 Chapel Hill NC ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Minor irritant

2012-04-06 Thread bob gailer
Every time I open a file for editing the tab key starts out at 4 spaces even though I have set Tab size and Indent Size to 2 in Options. I must use alt+u to change it. -- Bob Gailer 919-636-4239 Chapel Hill NC ___ python-win32 mailing list python-win

Re: [python-win32] Problem with PythonWin 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win32.

2012-04-06 Thread Roger Upole
Looks like this is due to some of the changes to support Python 3. As I recall, it was difficult to get the inheritance from pywin.mfc.object.Object to work properly for both Python 2 and 3. The autocomplete code is doing some introspection, so the attribute lookup gets even more complicated. I'l

[python-win32] Problem with PythonWin 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win32.

2012-04-06 Thread bob gailer
I open a .py file, work away and all is OK. I drag the vertical divider to show the object treeview. I type some text then a period and get: >>> Firing event 'KeyDot' failed. Traceback (most recent call last): File "D:\Python27\Lib\site-packages\pythonwin\pywin\scintilla\bindings.py", line 14