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
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
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
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
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
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