-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
except ValueError, e: #32
Comments
im having this same error |
I'm getting the same error with Inkscape 1.1 on a Mac. Does this plugin work for version 1.1? |
I'm trying to overcome this as well - in my researching ValueError, it seems that it should have no arguments, simply ValueError: |
the above message, that I have added a commit to the issue 32 is wrong. what I did is implementing the pull request #23, it was only a typo in my commit massage, sorry |
Another DEAD project, Thanks to Python3. |
Hello,
Is there something Wham Bam related I can help you with?
thanks
my best,
Peter
founder Wham Bam Systems LLC
290 North Federal Highway
Hollywood, FL, 33020 USA
+1 (954) 391-8921
Wham Bam thanks you ma’am!
www.whambamsystems.com
***@***.***
[whambamhorizshadowsmall.jpg]
On Apr 7, 2023, at 8:53 AM, Terak 8510 ***@***.***> wrote:
Another DEAD project, Thanks to Python3.
—
Reply to this email directly, view it on GitHub<#32 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AV3DUAUQW5OFNFDYQAVOAG3XAAE5XANCNFSM47GEBCWQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Maybe this helps, I have get my version running with Inkscape 1.1 (Python3) with this change in png.py |
Hi, the png.py file shouldn't have any "DOCTYPE" tag, maybe you have downloaded the github website and not only the Python code of the png.py file? |
Traceback (most recent call last):
File "raster2laser_gcode.py", line 37, in
import png
File "C:\Program Files\Inkscape\share\inkscape\extensions\Inkscape-master\png.py", line 1885
except ValueError, e:
^
SyntaxError: invalid syntax
i am getting this error when trying to use gcode extension,i have no idea how to edit it since it is 2500 line of code
The text was updated successfully, but these errors were encountered: