Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when calling Swoop.EagleFile #13

Open
yenyi opened this issue Jun 3, 2019 · 0 comments
Open

Error when calling Swoop.EagleFile #13

yenyi opened this issue Jun 3, 2019 · 0 comments

Comments

@yenyi
Copy link

yenyi commented Jun 3, 2019

Hi,

When calling Swoop.EagleFile, it shows the following error message.
My python version is 2.7.15 and OS is Win10.
Thanks!

File "eagle2bookshelf2012.py", line 280, in run_conversion
brd = Swoop.EagleFile.from_file(brd_file)
File "C:\Users\Yen-Yi\AppData\Local\Programs\Python\Python27\lib\site-packages\Swoop\Swoop.py", line 1222, in from_file
n = cls.from_stream(cls.get_board_file_type(), f, bestEffort, DRUFile, pickle)
File "C:\Users\Yen-Yi\AppData\Local\Programs\Python\Python27\lib\site-packages\Swoop\Swoop.py", line 1184, in from_stream
ef.DRUFile = DRU.DRUFile(s)
File "C:\Users\Yen-Yi\AppData\Local\Programs\Python\Python27\lib\site-packages\Swoop\DRU.py", line 20, in init
self.open(stream, filename=filename);
File "C:\Users\Yen-Yi\AppData\Local\Programs\Python\Python27\lib\site-packages\Swoop\DRU.py", line 43, in open
assert m is not None, "Unknown value format in '{}': {}".format(filename,values[i])
AssertionError: Unknown value format in 'None': 0.035mm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant