Closed sundhaug92 closed 9 months ago
I'm swamped right now but I'll gladly accept a PR fixing that.
Could you provide context and minimal reproduction steps for this error?
I'm sorry, it's been almost 4 years. I was probably running Ubuntu and using python 3.x, but I don't remember a lot
works with python 3.11
$ python example/hello.py tmp
$ ls -lla tmp
total 4
drwxr-xr-x 2 root wheel 0 Jan 1 1970 ./
drwxr-xr-x 30 glen staff 960 Jan 15 03:44 ../
-r--r--r-- 1 root wheel 13 Jan 1 1970 hello
$ cat tmp/hello
Hello World!
Seems to be because
bytes
is being returned rather thanstr
, so relates to py3 compat