Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/pcbnew.py", line 4099, in GetFootprint
- self.BuildFootprint()
- File "/usr/share/kicad/scripting/plugins/FootprintWizardBase.py", line 139, in BuildFootprint
- fpid = pcbnew.LIB_ID(self.module.GetValue()) # the name in library
- File "/usr/lib/python2.7/dist-packages/pcbnew.py", line 5752, in __init__
- this = _pcbnew.new_LIB_ID(*args)
- NotImplementedError: Wrong number or type of arguments for overloaded function 'new_LIB_ID'.
- Possible C/C++ prototypes are:
- LIB_ID::LIB_ID()
- LIB_ID::LIB_ID(wxString const &,wxString const &,wxString const &)
- LIB_ID::LIB_ID(wxString const &,wxString const &)
Advertisement
Add Comment
Please, Sign In to add comment