-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Typer error 'SwigPyObjec #76
Comments
Thanks for reporting this. I am currently supporting only KiCad V8.0.x. And from the error message and your system description it seems that python API changed in 8.99. But from the code inspection it seems that line 416 and 417 are there as a remainder of one of my test. If you can edit the |
I had already edited these lines, but the plugins don't work. I'm sharing the log after the line comment. This plugin is fantastic. I regret having used this nightly version and losing support for this plugin. |
Apparently the addition and subtraction of vectors is different in pcbnew. I was tracking down the code errors and I share here a version that is working. For example, on line 1262 i do: move_vector = dst_anchor_fp_position - src_anchor_fp_positionmove_vector = dst_anchor_fp_position |
modificated_replicate_layout.txt |
I have this problem
My current version is:
Application: KiCad x86_64 on x86_64
Version: 8.99.0-unknown-a7d493a6a5
180ubuntu22.04.1, release buildLibraries:
wxWidgets 3.2.1
FreeType 2.11.1
HarfBuzz 2.7.4
FontConfig 2.13.1
libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18
Platform: Ubuntu 22.04.4 LTS, 64 bit, Little endian, wxGTK, X11, ubuntu-xorg, x11
OpenGL: Intel, Mesa Intel(R) Graphics (ADL GT2), 4.6 (Compatibility Profile) Mesa 23.2.1-1ubuntu3.1~22.04.2
Build Info:
Date: Aug 1 2024 04:05:58
wxWidgets: 3.2.1 (wchar_t,wx containers) GTK+ 3.24
Boost: 1.74.0
OCC: 7.6.3
Curl: 7.81.0
ngspice: 42
Compiler: GCC 11.4.0 with C++ ABI 1016
Locale:
Lang: pt_BR
Enc: UTF-8
Num: 1.234,5
Thanks for help
The text was updated successfully, but these errors were encountered: