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 hearot
Recipients hearot
Date 2018-03-16.16:58:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521219488.5.0.467229070634.issue33086@psf.upfronthosting.co.za>
In-reply-to
Content
Traceback (most recent call last):
  File "setup.py", line 45, in <module>
    classifiers=[]
  File "/usr/lib/python3.6/distutils/core.py", line 148, in setup
    dist.run_commands()
  File "/usr/lib/python3.6/distutils/dist.py", line 955, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
    cmd_obj.run()
  File "/usr/lib/python3.6/distutils/command/upload.py", line 63, in run
    self.upload_file(command, pyversion, filename)
  File "/usr/lib/python3.6/distutils/command/upload.py", line 156, in upload_file
    value = value[1]
IndexError: tuple index out of range
History
Date User Action Args
2018-03-16 16:58:08hearotsetrecipients: + hearot
2018-03-16 16:58:08hearotsetmessageid: <1521219488.5.0.467229070634.issue33086@psf.upfronthosting.co.za>
2018-03-16 16:58:08hearotlinkissue33086 messages
2018-03-16 16:58:08hearotcreate