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

Harmonize and Simplify Shiboken Paths

    XMLWordPrintable

Details

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

    Description

      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 .

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes