[wingide-users] Helping autocompletion
Wingware Support
support at wingware.com
Sun Jan 27 12:38:16 MST 2008
Simon Pickles wrote:
> Is there anyway I can help autocompletion in this case
>
> # FILE messageTypes.py
> class message:
> LOGIN, LOGOUT = range(2)
>
> # FILE main.py
>
> from messageTypes import message
>
> msg = message.LOGIN
This should work as is without any hints and does for me in a minimal
test case. I wonder if Wing is finding the correct file for
messageTypes, maybe because the python path isn't set. If this isn't
the problem, you might try sending a test case to us at
support at wingware.com and we would take a look at it.
Cheers,
John
More information about the wingide-users
mailing list