jfongattw
jfongattw
After tring the latest version(Feb 17, 2019), I get the following two errors. Do I access them correctly? Thank you:-) ------------------------------------- Microsoft Windows [版本 6.0.6001] Copyright (c) 2006 Microsoft Corporation....
Two addresses (0x401259 and 0x401262) was modified in each loop but only the second one is success, the first one was always kept 0x5e. Best Regards, Jach Fong
>>> from intelhex import IntelHex >>> ih = IntelHex('pimp_my_xor.hex') >>> ih.minaddr() 256 >>> ihx = ih[0x100:0x103] >>> ihx.tobinstr() b'\x89\xc2\x8d' >>> list(ihx) [255, 255, 255, 255, 255, 255, 255, ..., 255,...
I had download the latest version (dated 2018/04/30) and tried the simple_feature.py example on Python 3.4.4 under Win7 32 bit. I got a ValueError at line 29 print("The value:", list(report[target_usage]))...
It runs under Python 3.8 and Windows 8.1 x64. Although it's running a previous version here, but the same result in ver 2.0.0.1 too. The followings are the result of...
My environment is: Windows Vista, Python 3.4 and pyclibrary-0.1.4 D:\Works\Python\pyclibrary-0.1.4>py Python 3.4.4 (v3.4.4:737efcadf5a6, Dec 20 2015, 19:28:18) [MSC v.1600 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license"...
under Windows 10, Python 3.12, reflex 0.5.7 and pytz 2022.7.1 running the clock example, I got the following error at localhost:3000 
In CalcScopeLine(), when insert the line "print(rvl)" below "rvl.reverse()", sometimes you can see wrong lineno which is larger than the debugee file has. This error was caused by CalcValidLines() which...