First time here? Check out the FAQ!

Revision history  [back]

Right now Wing shows those warnings if you are using Python 2 and isn't looking for the from __future__ import. I think the issue is actually the end='' part and it shouldn't flag other print()'s that don't have that. So it may be that just hovering over the error and clicking the red X to disable that warning will serve as a work-around, if there are not too many of them. They can safely be ignored in any case.