Skip to content

Instantly share code, notes, and snippets.

@tobiasboyd
Created January 7, 2016 04:50
Show Gist options
  • Save tobiasboyd/05a2b291e83f26d7a286 to your computer and use it in GitHub Desktop.
Save tobiasboyd/05a2b291e83f26d7a286 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "wcb.py", line 1843, in <module>
e.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 268, in affect
self.effect()
File "wcb.py", line 454, in effect
self.WCBOpenSerial()
File "wcb.py", line 1735, in WCBOpenSerial
self.serialPort = self.getSerialPort()
File "wcb.py", line 1787, in getSerialPort
serialPort = self.testSerialPort( self.svgSerialPort_Old )
File "wcb.py", line 1762, in testSerialPort
serialPort = serial.Serial( strComPort, timeout=1 ) # 1 second timeout!
File "/usr/lib/python2.7/dist-packages/serial/serialutil.py", line 282, in __init__
self.open()
File "/usr/lib/python2.7/dist-packages/serial/serialposix.py", line 289, in open
self.fd = os.open(self.portstr, os.O_RDWR|os.O_NOCTTY|os.O_NONBLOCK)
OSError: [Errno 2] No such file or directory: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment