We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to run in macOS 15 (Sonoma) after converting the script using 2to3, I get the following:
x: 129, y: 180, z: (-1.180000, 7.260000) drawing labeling Traceback (most recent call last): File "/Users/steven/Downloads/rtl-sdr-misc/heatmap/heatmap.py", line 621, in <module> create_labels(args, img) File "/Users/steven/Downloads/rtl-sdr-misc/heatmap/heatmap.py", line 569, in create_labels tape_text(img, args.freqs, label_base/scale, y-tape_pt) File "/Users/steven/Downloads/rtl-sdr-misc/heatmap/heatmap.py", line 534, in tape_text w = word_aa(s, tape_pt, 'black', 'yellow') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/steven/Downloads/rtl-sdr-misc/heatmap/heatmap.py", line 470, in word_aa s = f.getsize(label) ^^^^^^^^^ AttributeError: 'FreeTypeFont' object has no attribute ‘getsize'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Attempting to run in macOS 15 (Sonoma) after converting the script using 2to3, I get the following:
The text was updated successfully, but these errors were encountered: