Open dev-techshlok opened 2 years ago
What is the version of PcbDraw you have installed? The most recent version of create_template.py
definitely requires the most recent version from Git (though, this is not documented yet).
Please, for future reference, attach the stack traces as text, not a screenshot. It allows me to copy-paste from them. Thanks!
Hii Thankyou for your response. Version :
PcbDraw 0.8.0
Error:
Traceback (most recent call last):
File "/home/Downloads/PcbDraw-Lib-master/scripts/create_template.py", line 211, in
Error after removing one argument from pcbdraw.py file.
Traceback (most recent call last):
File "/home/Downloads/PcbDraw-Lib-master/scripts/create_template.py", line 211, in
As I said, this (v0.8) is not the latest (upstream) version from GitHub: see https://github.com/yaqwsx/PcbDraw/blob/master/doc/installation.md
hii
after Installing latest pcbdraw vesrion when I was checking the version it gave me this error: Traceback (most recent call last):
ImportError: cannot import name 'KICAD_VERSION' from 'pcbnewTransition' (/home/.local/lib/python3.8/site-packages/pcbnewTransition/init.py)
You also have to bump pcbnewTransition to v0.2. (the stuff between proper releases can be messy).
HI It is already showing V0.2.
What exactly I have to do ?
I am getting this error and after correcting it in create_template.py file i am getting new error that is TypeError: File or filename expected, got 'LazyFile' .