Skip to content
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

Compatibility with inkscape 1.4? #26

Closed
jan-glx opened this issue Aug 28, 2024 · 3 comments
Closed

Compatibility with inkscape 1.4? #26

jan-glx opened this issue Aug 28, 2024 · 3 comments

Comments

@jan-glx
Copy link

jan-glx commented Aug 28, 2024

When I try to use Scientific-Incskape v1.3.2 (current master, 3acb600)'s Autoexporter (pdf/png) with today's Inkscape 1.4-beta2, I get the following error after clicking "Apply":

Traceback (most recent call last):
  File "C:\Users\jan\AppData\Roaming\inkscape\extensions\scientific_inkscape\autoexporter.py", line 34, in <module>
    import dhelpers as dh
  File "C:\Users\jan\AppData\Roaming\inkscape\extensions\scientific_inkscape\dhelpers.py", line 32, in <module>
    import Style0
  File "C:\Users\jan\AppData\Roaming\inkscape\extensions\scientific_inkscape\Style0.py", line 44, in <module>
    class Style0(inkex.OrderedDict):
                 ^^^^^^^^^^^^^^^^^
AttributeError: module 'inkex' has no attribute 'OrderedDict'

(after replacing all instances with collections.OrderedDict other issues arise. Is Scientific-Inkscape supporting 1.4 ?

Inkscape 1.4-beta2 (117f060, 2024-08-27, custom)

                    Compile  (Run)
  GLib version:     2.80.3
  GTK version:      3.24.42 (3.24.42)
  glibmm version:   2.66.7
  gtkmm version:    3.24.9
  libxml2 version:  2.12.8
  libxslt version:  1.1.42
  Cairo version:    1.18.0 (1.18.0)
  Pango version:    1.54.0 (1.54.0)
  HarfBuzz version: 9.0.0 (9.0.0)

  OS version:       Windows 11 23H2
@jan-glx
Copy link
Author

jan-glx commented Aug 28, 2024

Oh. just saw there is a dev branch 😬

@jan-glx
Copy link
Author

jan-glx commented Aug 28, 2024

... which works like a charm! Sorry for the noise.

@jan-glx jan-glx closed this as completed Aug 28, 2024
@burghoff
Copy link
Owner

No problem! Actually, thanks for the reminder that I should do an official release for v1.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants