Am 25.10.2002 17:10:12, schrieb "J.C. Wren" <[email protected]>:
> Any ideas? All the documentation in the /pyjtag talks about pyserjtag >after the Requirement section. Am I supposed to do something else besides >copy the jtag.py and _parjtag.* files to my working directory? that soule be fine,just make sure that you run a python2.x > Am I even using the right package? The second error set is from > building >whatever's in the /jtag directory. I also tried switching in to the >/jtag/python directory and building that. No go. Apparently there are 3 or >4 different versions of python, and there somewhat non-interoperable? I'm >not a python person, so I'm a little in the weeds. I do know that 1.52 and >2.2 are installed on this system. It seems the scripts want 2.1? no they should run fine from 2.1 on and upwards. the error you quote, must be from 1.5.2 you can probably change the first line in the script to "python2" chris
