[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#940565: Update



Hi,

On Mon, 18 Nov 2019 09:35:20 +0000 Mark Weyer <Mark.Weyer@Hahn-Schickard.de> wrote:
> In the mean time I realized the metioned behaviour is triggered by the presence of a file named enum.py. Hence, the way to reproduce the bug in a hitherto empty directory is:
> 
>   touch enum.py && echo "import PySide2.QtCore as core" | python3

I don't reproduce the segfault error with latest version 5.13.2-1 in unstable.
There is still an error but it's a Python3 error:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/PySide2/__init__.py", line 51, in <module>
    _setupQtDirectories()
  File "/usr/lib/python3/dist-packages/PySide2/__init__.py", line 21, in _setupQtDirectories
    import shiboken2
  File "/usr/lib/python3/dist-packages/shiboken2/__init__.py", line 10, in <module>
    import zipfile
  File "/usr/lib/python3.7/zipfile.py", line 12, in <module>
    import shutil
  File "/usr/lib/python3.7/shutil.py", line 10, in <module>
    import fnmatch
  File "/usr/lib/python3.7/fnmatch.py", line 14, in <module>
    import re
  File "/usr/lib/python3.7/re.py", line 143, in <module>
    class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'

Regards,
Sophie


Reply to: