We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
1 created the letter "A" 2 renamed the layer in - 20 [ppm=40,feed=3000] 3 sent export and that's what happened Traceback (most recent call last):
File "turnkeylaser.py", line 1437, in
e.affect()
File "C:\Program Files (x86)\Inkscape\share\extensions\inkex.py", line 268, in affect
self.effect()
File "turnkeylaser.py", line 1408, in effect
data = self.effect_curve(selected)
File "turnkeylaser.py", line 1194, in effect_curve
for objectData in compile_paths(self, node, trans):
File "turnkeylaser.py", line 1016, in compile_paths
im = Image.open(filename).convert('L')
File "C:\Program Files (x86)\Inkscape\python\lib\site-packages\PIL\Image.py", line 653, in convert
self.load()
File "C:\Program Files (x86)\Inkscape\python\lib\site-packages\PIL\ImageFile.py", line 155, in load
self.load_prepare()
File "C:\Program Files (x86)\Inkscape\python\lib\site-packages\PIL\PngImagePlugin.py", line 339, in load_prepare
ImageFile.ImageFile.load_prepare(self)
File "C:\Program Files (x86)\Inkscape\python\lib\site-packages\PIL\ImageFile.py", line 223, in load_prepare
self.im = Image.core.new(self.mode, self.size)
File "C:\Program Files (x86)\Inkscape\python\lib\site-packages\PIL\Image.py", line 36, in getattr
raise ImportError("The _imaging C module is not installed")
ImportError: The _imaging C module is not installed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1 created the letter "A"
2 renamed the layer in - 20 [ppm=40,feed=3000]
3 sent export and that's what happened
Traceback (most recent call last):
File "turnkeylaser.py", line 1437, in
File "C:\Program Files (x86)\Inkscape\share\extensions\inkex.py", line 268, in affect
File "turnkeylaser.py", line 1408, in effect
File "turnkeylaser.py", line 1194, in effect_curve
File "turnkeylaser.py", line 1016, in compile_paths
File "C:\Program Files (x86)\Inkscape\python\lib\site-packages\PIL\Image.py", line 653, in convert
File "C:\Program Files (x86)\Inkscape\python\lib\site-packages\PIL\ImageFile.py", line 155, in load
File "C:\Program Files (x86)\Inkscape\python\lib\site-packages\PIL\PngImagePlugin.py", line 339, in load_prepare
File "C:\Program Files (x86)\Inkscape\python\lib\site-packages\PIL\ImageFile.py", line 223, in load_prepare
File "C:\Program Files (x86)\Inkscape\python\lib\site-packages\PIL\Image.py", line 36, in getattr
ImportError: The _imaging C module is not installed
The text was updated successfully, but these errors were encountered: