MitjaNemec / PlaceFootprints

GNU General Public License v2.0
25 stars 5 forks source link

Running Plugin raises AttributeError: 'float' object has no attribute 'AsTenthsOfADegree' #22

Closed dm2lct closed 4 months ago

dm2lct commented 4 months ago

Under Kicad 6.0.11 under Debian 12 the plugin seems not to work.

It raises a fatal error when trying to run it:

Then the attached error message came.

In the log there is a python error raised.

The same issue occoured when trying to tun the replicate layout plugin.

I hope this is enough for describing the error.

Thanks a lot for your work!

2024_03_27-13_51_29

2024_03_27-13_53_32

place_footprints.log

MitjaNemec commented 4 months ago

Yeah, that is the same as issue #14 and #47 and #56 in the ReplicateLayout plugin.

The bug is within "PcbnewTransition", which was installed as a dependency of some other plugin. Either update "PcbnewTransition" or remove it.

dm2lct commented 4 months ago

Thanks a lot! After I deinstalled KiKit and deleted ./.local/lib/python3.11/site-packages/pcbnewTransition everything works perfectly.