Anonymous

Equipment/OldVinylCutter: Difference between revisions

From London Hackspace Wiki
Update links to older pyserial version that works
(Update links to older pyserial version that works)
Line 94: Line 94:
* Install Inkscape
* Install Inkscape
* Install pySerial
* Install pySerial
*# Download pySerial (".tar.gz"): http://pypi.python.org/pypi/pyserial
*# Download pySerial (".tar.gz"): https://pypi.python.org/packages/source/p/pyserial/pyserial-2.7.tar.gz
*# Extract the "serial" subfolder from the zip to the following folder: C:\[Program files]\inkscape\python\Lib\
*# Extract the "serial" subfolder from the zip to the following folder: C:\[Program files]\inkscape\python\Lib\
*# Restart Inkscape.
*# Restart Inkscape.
Line 106: Line 106:
* Install Inkscape
* Install Inkscape
* Install pySerial
* Install pySerial
*# Download pySerial (".tar.gz"): http://pypi.python.org/pypi/pyserial
*# Download pySerial (".tar.gz"): https://pypi.python.org/packages/source/p/pyserial/pyserial-2.7.tar.gz
*# Extract and install pySerial. In Terminal execute:
*# Extract and install pySerial. In Terminal execute:
     cd Downloads
     cd Downloads
     tar xfvz pyserial-2.5.tar.gz
     tar xfvz pyserial-2.7.tar.gz
     cd pyserial-2.5
     cd pyserial-2.7
     sudo python setup.py install
     sudo python setup.py install
* Restart Inkscape
* Restart Inkscape