-
Notifications
You must be signed in to change notification settings - Fork 497
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
Create Run.bat for EasyEDA #140
Create Run.bat for EasyEDA #140
Conversation
dont need to open cmd , just double click this batch file and drag the EasyEDA source file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for PR, I like this idea.
It would be great if the bat file would use KiCad's python when available instead of whatever is on the PATH. In that case the bat file would work for both easyeda and kicad files.
You can find kicad python by getting this registry key
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\KiCad\InstallLocation
and appending \bin\python.exe
Obviously check that reg key exists and file exists before falling back to system python.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting changes for previous comments
Thanks. Do you want to try to make it kicad compatible like I explained above? |
oh, I have never used kicad, so I dont know that python |
can I use this command to convert kicad file? |
Yes, except it needs to be python packaged with kicad, i.e. something like this: I posted above the registry key that stores kicad install location.
Not sure what you mean |
emmmm ,I mean use virtualenv to create virtual python environment |
And what is the issue with virtualenv? What files are not complete? |
Create Run.bat for EasyEDA (openscopeproject#140)
dont need to open cmd , just double click this batch file and drag the EasyEDA source file