Hi,
Thomas Heller wrote:
>pychecker imports them, not executes them. Protect the main function or
>what it is in your case by the usual 'if __name__ == "__main__":' idiom
>(which you should do anyway IMO), and you are fine.
>
>Thomas
>
Of course. That's it.
Many thanks.
Axel