Python Guide Package statement execution

Source: Internet
Author: User

Today in the project encountered a problem, in the First_page reference login method, the first login can log in normally, after successful login, then choose to return to the main menu, back to the previous page, and then select the login times wrong "Login_class isnotdefined"

Best of all, and later found to be Python's Guide package mechanism problem, import statement only in the execution of this module alone will be actively executed, the other class in the method call it will not execute import statement, so after entering the login and then choose Back to the home page, no execution of the Guide package statement, so will error " Login_class is not defined ", so adding an absolute path before the login () method avoids this error.

Python Guide Package statement execution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.