Cvpcb 4.0.2 won´t load custom old version module .mod

Hi
I upgraded to KICAD 4.0.2 and I want to load a module .mod made in an old version and is supposed to kicad 4.0.2 supports this version of modules but the wizard does not recognize these files, I tried to add manually but do not appear in the list of modules, I have several projects in older versions of kicad and do not want to have to recreate all modules, any suggestions?
System: windows 7 64 bit
Thank´s

Is your Legacy libraries (mod files) exist in KicadLibraries folder? Have you tried to scroll down this folders tree?

2 Likes

Hi, thanks for answering, the mod file exists in KicadLibraries folder, now I copied the module in the path specified in ${KIPRJMOD} instead KicadLibraries and I’ve added using path ${KIPRJMOD}/AC220S5.mod and now it works
Thank you.