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 serhiy.storchaka
Recipients ben.kummer, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-02-15.13:54:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455544454.37.0.882851567695.issue26365@psf.upfronthosting.co.za>
In-reply-to
Content
The first argument of os.path.join() (as well as all other) in Python 2.7 must be str or unicode. You pass a tuple.
History
Date User Action Args
2016-02-15 13:54:14serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, tim.golden, zach.ware, steve.dower, ben.kummer
2016-02-15 13:54:14serhiy.storchakasetmessageid: <1455544454.37.0.882851567695.issue26365@psf.upfronthosting.co.za>
2016-02-15 13:54:14serhiy.storchakalinkissue26365 messages
2016-02-15 13:54:14serhiy.storchakacreate