[wingide-users] script to generate HTML files for keymaps
Wingware Support
support at wingware.com
Wed Nov 14 10:08:22 EST 2012
Werner F. Bruhin wrote:
> After I changed it to the following I get this exception:
> keymap_location = r"C:\Program Files (x86)\Wing IDE 4.1" ??? Is this
> what is consider WINGHOME on Windows, i.e. WingIDE's program folder?
>
> ConfigParser.NoSectionError: No section: 'user-preferences'
> File "c:\dev\aaWingTools\wing_keymap2html.py", line 146, in <module>
> keymap = report_keymap('keymap.user', UserKeymap().load())
> File "c:\dev\aaWingTools\wing_keymap2html.py", line 134, in load
> for key, value in evaluate(config.get('user-preferences',
> 'gui.keymap-override')).items():
> File "c:\Python27\Lib\ConfigParser.py", line 322, in get
> raise NoSectionError(section)
>
> I don't have any custom key bindings (at least not yet), could that be
> the reason?
I haven't tried the script yet but from looking at the source I suspect
you also need to set preferences_path to the correct location for your
version of Windows (it's listed as the User Settings directory 5th in
Wing IDE's About box, accessed from the Help menu).
--
Stephan Deibel
Wingware | Python IDE
Advancing Software Development
www.wingware.com
More information about the wingide-users
mailing list