This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry-scott
Recipients
Date 2004-06-18.14:52:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The use of apply in logging causes warning to be issued
by python
when turning programs into executables with Gordon's
McMillians
Installer and probably others.

Replacing the apply() calls with the modern idium would
fix the
problem.

The work around is the add "import warnings" in the
main module
of your program.
History
Date User Action Args
2007-08-23 14:22:43adminlinkissue975404 messages
2007-08-23 14:22:43admincreate