DanChianucci / Eagle2Kicad

Converts an Eagle 6.0+ .brd into a kicad .brd
MIT License
92 stars 30 forks source link

Execute script throwing errors #5

Closed toomanych closed 12 years ago

toomanych commented 12 years ago

Hello, I am not a python expert but i could not run your sript. The error was:

Traceback (most recent call last): File "Board/Board.py", line 9, in from Converter import Converter ImportError: No module named Converter

Executed from Board/

DanChianucci commented 12 years ago

Hmm try copying all the .py files into the same directory... I think that will fix it. In the meantime ill look into fixing this for real.

I usually run it from eclipse ide which does some 'magic' to allow python files to find eachother even if they're in different folders. So it probably has something to do with that. On May 3, 2012 9:41 AM, "toomanych" < reply@reply.github.com> wrote:

Hello, I am not a python expert but i count not run your sript. The error was:

Traceback (most recent call last): File "Board/Board.py", line 9, in from Converter import Converter ImportError: No module named Converter

Executed from Board/


Reply to this email directly or view it on GitHub: https://github.com/Trump211/Eagle2Kicad/issues/5

DanChianucci commented 12 years ago

Fixed by magtux in commit d2dbd571324d92a302aa577649b265d00d1595df