Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-1497

Harmonize and Simplify Shiboken Paths

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 6.1.0
    • 6.0.1
    • Shiboken
    • None
    • 6491c23a2 (dev), 10b3dd1e5 (6.5)

      The path settings are always quite complex in Shiboken.
      In the build dir, we have shiboken6.shibokenmodule.shiboken6.so.
      In the install dir, we have shiboken6.shiboken6.so.

      • rename shiboken6.so to Shiboken.so
      • unify the paths in `build` and `install`
      • have one single shiboken import
        from shiboken6 import Shiboken
        

      For compatibility, allow to also do this import

      from shiboken6 import shiboken6
      

      This should go away in version 6.2 .

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            ctismer Christian Tismer
            ctismer Christian Tismer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes