natsfr

Kicad Footprint wizard error

Oct 22nd, 2018
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Traceback (most recent call last):
  2.  
  3. File "/usr/lib/python2.7/dist-packages/pcbnew.py", line 4099, in GetFootprint
  4. self.BuildFootprint()
  5.  
  6. File "/usr/share/kicad/scripting/plugins/FootprintWizardBase.py", line 139, in BuildFootprint
  7. fpid = pcbnew.LIB_ID(self.module.GetValue()) # the name in library
  8.  
  9. File "/usr/lib/python2.7/dist-packages/pcbnew.py", line 5752, in __init__
  10. this = _pcbnew.new_LIB_ID(*args)
  11.  
  12. NotImplementedError: Wrong number or type of arguments for overloaded function 'new_LIB_ID'.
  13. Possible C/C++ prototypes are:
  14. LIB_ID::LIB_ID()
  15. LIB_ID::LIB_ID(wxString const &,wxString const &,wxString const &)
  16. LIB_ID::LIB_ID(wxString const &,wxString const &)
Advertisement
Add Comment
Please, Sign In to add comment