Revision history [back]
You may need add directories to your python path in the Project > Project Properties dialog if module names are missing.
Wing does not include the symbols defined in a module in the auto-importer because including them would significantly increase the number of symbols in the list. An example of a symbol defined in a module is sys.platform which could be imported with a from sys import platform statement. You may want use the + button in the import tool if you want to import a symbol defined in a module.