From: Aleksandr S. <al...@go...> - 2019-10-31 18:15:11
|
On 31.10.2019 3:12, 雷蕾 wrote: > Do dbfpy support python 3.7? Not at the moment, no. A patch adding compatibility with Python3 is highly welcome, provided that support for Python2 is not dropped. Your error message is about switching print from statement to function. That would be the easiest part. The main problem is porting the code from 8-bit strings to the bytes type. Sincerely yours, alex. |