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 terry.reedy
Recipients lorenzogotuned, terry.reedy, upendra-k14
Date 2016-06-14.22:03:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465941836.55.0.418126199961.issue27051@psf.upfronthosting.co.za>
In-reply-to
Content
install_page.py fails with

Traceback (most recent call last):
  File "F:\Python\mypy\tem2.py", line 611, in <module>
    install_app = InstallPage(root)
TypeError: __init__() missing 1 required positional argument: 'controller'

manage_installed_modules_page.py would have the same failure.
History
Date User Action Args
2016-06-14 22:03:56terry.reedysetrecipients: + terry.reedy, upendra-k14, lorenzogotuned
2016-06-14 22:03:56terry.reedysetmessageid: <1465941836.55.0.418126199961.issue27051@psf.upfronthosting.co.za>
2016-06-14 22:03:56terry.reedylinkissue27051 messages
2016-06-14 22:03:56terry.reedycreate