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 Justin Rose
Recipients Justin Rose
Date 2019-05-15.22:40:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557960051.39.0.911245380444.issue36931@roundup.psfhosted.org>
In-reply-to
Content
when I run the included file i get an error that looks like:
Traceback (most recent call last):
  File "/home/justin/Desktop/pkmn/main.py", line 10, in <module>
    expansion = json.load(expan_list)
  File "/usr/lib/python3.6/json/__init__.py", line 296, in load
    return loads(fp.read(),
AttributeError: 'str' object has no attribute 'read'
dont know what to make of it
History
Date User Action Args
2019-05-15 22:40:51Justin Rosesetrecipients: + Justin Rose
2019-05-15 22:40:51Justin Rosesetmessageid: <1557960051.39.0.911245380444.issue36931@roundup.psfhosted.org>
2019-05-15 22:40:51Justin Roselinkissue36931 messages
2019-05-15 22:40:51Justin Rosecreate