[wingide-users] Autocomplete information source files
Wingware Support
support at wingware.com
Sat Jul 28 15:00:39 MDT 2007
Sander Saares wrote:
> I notice that Wing only seems to read autocomplete information from the
> Pyton installation folder and ignores the ones in my own project files.
> Is there a way to change this? I saw no place to add the folders I want
> to to use as library paths. Am I just not noticing it?
Hi,
Wing displays auto-complete information for any module that can be
imported. You may need to add directories to the Python Path entry in
the project properties dialog box if your program dynamically modifies
sys.path at runtime.
Cheers,
John
More information about the wingide-users
mailing list