Message103118
| Author | vstinner |
|---|---|
| Recipients | parthm, vstinner |
| Date | 2010-04-14.09:54:30 |
| SpamBayes Score | 0.00014727503 |
| Marked as misclassified | No |
| Message-id | <1271238872.34.0.94171474413.issue8396@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It looks like tarfile doesn't support unicode filenames. You should try to encode your input filename to the file system default encoding (sys.getfilesystemencoding()), or avoid using unicode for tar filenames. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-04-14 09:54:32 | vstinner | set | recipients: + vstinner, parthm |
| 2010-04-14 09:54:32 | vstinner | set | messageid: <1271238872.34.0.94171474413.issue8396@psf.upfronthosting.co.za> |
| 2010-04-14 09:54:30 | vstinner | link | issue8396 messages |
| 2010-04-14 09:54:30 | vstinner | create | |