Changes between Version 1 and Version 4 of Ticket #58666
- Timestamp:
- Jul 2, 2019, 1:06:19 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58666
-
Property
Status
changed from
new
toassigned
- Property Cc MarcusCalhoun-Lopez added
- Property Owner set to pmetzger
- Property Port py-pyside2 added; py36-pyside2 removed
-
Property
Status
changed from
-
Ticket #58666 – Description
v1 v4 6 6 7 7 Traceback (most recent call last): 8 8 {{{ 9 9 File "/opt/local/bin/pyside2-rcc-3.6", line 11, in <module> 10 10 load_entry_point('PySide2==5.12.3', 'console_scripts', 'pyside2-rcc')() … … 18 18 raise child_exception_type(errno_num, err_msg, err_filename) 19 19 FileNotFoundError: [Errno 2] No such file or directory: '/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PySide2/scripts/../pyside2-rcc-3.6': '/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PySide2/scripts/../pyside2-rcc-3.6' 20 20 }}}