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

PythonWin, AutoDoc and german keyboards...

2005-03-03 Thread Werner Merkl
Hallo, PythonWin is really great and like to use it all the time. But, I use to an us keyboard and get support strings (.__doc__). On the other side, most of my colleges use German keyboards and the do not get these strings at all. We are using: - Python 2.4 - PyWin32 203 Here is an example: