Created
January 7, 2016 04:50
-
-
Save tobiasboyd/05a2b291e83f26d7a286 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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