mkeeter / kokopelli

Script-based CAD/CAM in Python (deprecated)
https://mattkeeter.com/projects/kokopelli
Other
299 stars 49 forks source link

Mac version seems to be missing libraries #14

Closed vampjaz closed 10 years ago

vampjaz commented 10 years ago

When trying to open examples/fab_ISP.ko, i get the following error in output:

####       Rendering image      ####
>>  Compiling to math file
Traceback (most recent call last):
ImportError: No module named pcb

I assume this is due to the fact that the pcb library is not included in the a Mac app, but there is no apparent way to import it.

mkeeter commented 10 years ago

Good catch -- it looks like something is going wrong in the packaging step. I'll check it out.

mkeeter commented 10 years ago

Okay, this should be fixed -- download the .app again and give it a try (and re-open the issue if the problem is still occuring).