py2exe: warning: use func(*args, **kwargs) instead of apply(func, args, kwargs)

Achim Domma domma at procoders.net
Sun Nov 9 10:11:08 EST 2003


Hi,

I'm using py2exe to create a exe out of a python script. If works fine so
far, but a get lot's of this warnings:

warning: use func(*args, **kwargs) instead of apply(func, args, kwargs)

I tried the last stable version of py2exe and the prerelease for 0.5. Both
show this behavior. Can somebody tell me what the message means and how to
avoid it?

regards,
Achim






More information about the Python-list mailing list