Skip to content

Error in Uploader.py #7

@r1ccard0

Description

@r1ccard0

When I use it under Win 10 x64 (with both x86 and x64 Python 3.9.2 and 3.8.6), I get:

c:\Users\Riccardo\Documenti\Arduino\libraries\JTAG\extras\python>python xsvf -p COM4 D:\output.xsvf
Traceback (most recent call last):
File "xsvf", line 8, in
import Uploader
File "c:\Users\Riccardo\Documenti\Arduino\libraries\JTAG\extras\python\Uploader.py", line 16, in
class Uploader(object):
File "c:\Users\Riccardo\Documenti\Arduino\libraries\JTAG\extras\python\Uploader.py", line 23, in Uploader
[(chr(x) in _printable_chars) and chr(x) or '.' for x in range(256)])
File "c:\Users\Riccardo\Documenti\Arduino\libraries\JTAG\extras\python\Uploader.py", line 23, in
[(chr(x) in _printable_chars) and chr(x) or '.' for x in range(256)])
NameError: name '_printable_chars' is not defined

How can I fix? Is it there anything wrong with my files paths?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions