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 upendra-k14
Recipients lorenzogotuned, terry.reedy, upendra-k14
Date 2016-06-15.05:46:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465969603.36.0.891650926956.issue27051@psf.upfronthosting.co.za>
In-reply-to
Content
For executing it currently, we need to run it like this:

python -m pip_tkinter

Recently, I have changed code. Therefore we can't execute individual pages/layouts by running it with "python -m pip_tkinter.<name of file>".

I will change the code in "__main__" section so that they can be executed independently.
History
Date User Action Args
2016-06-15 05:46:43upendra-k14setrecipients: + upendra-k14, terry.reedy, lorenzogotuned
2016-06-15 05:46:43upendra-k14setmessageid: <1465969603.36.0.891650926956.issue27051@psf.upfronthosting.co.za>
2016-06-15 05:46:43upendra-k14linkissue27051 messages
2016-06-15 05:46:42upendra-k14create