TypeError: can't convert 'int' object to str implicitly #14049
Replies: 3 comments
-
@BillKujawa Please see Welcome (Please read before posting) for how to format code in Discussions posts. (I will edit your post) |
Beta Was this translation helpful? Give feedback.
-
@BillKujawa I assume you're using the unix port of MicroPython, which is the only place where On the embedded ports, there is no concept of file descriptors, so in general MicroPython has fairly limited support for them. e.g. |
Beta Was this translation helpful? Give feedback.
-
Thank you. Project was wishful thinking on my part. |
Beta Was this translation helpful? Give feedback.
-
micropython yields: "TypeError: can't convert 'int' object to str implicitly" where as python does not.
Beta Was this translation helpful? Give feedback.
All reactions