Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Tk is installed with KiCad (as part of python).
Browse files Browse the repository at this point in the history
Fixes #60
  • Loading branch information
baranovskiykonstantin authored and nickoe committed Jul 10, 2018
1 parent a1ca341 commit 0ebc502
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions copydlls.sh
Expand Up @@ -230,6 +230,12 @@ copystuff() {
cp $MSYSDIR/bin/python.exe $TARGETDIR/bin
cp $MSYSDIR/bin/python2w.exe $TARGETDIR/bin/pythonw.exe

echo Copying Tk for python...
cp $MSYSDIR/bin/tk86.dll $TARGETDIR/bin
cp $MSYSDIR/bin/tcl86.dll $TARGETDIR/bin
cp -r $MSYSDIR/lib/tk8.6 $TARGETDIR/lib
cp -r $MSYSDIR/lib/tcl8.6 $TARGETDIR/lib

echo Copying setuptools for python...
cp $MSYSDIR/bin/easy_install.exe $TARGETDIR/bin
cp $MSYSDIR/bin/easy_install.exe.manifest $TARGETDIR/bin
Expand Down

0 comments on commit 0ebc502

Please sign in to comment.