1

I am trying to build a pyqt5 project with pyqtdeploy on ubuntu. It fails early on stating Unable to freeze files with the error message

FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3.4/site-packages/PyQt5/__init__.py'

In the Locations tab I set the Standart library directory to /usr/lib/python3.4 and if I change that it fails even earlier - but PyQt5 is in /usr/lib/python3/dist-packages/PyQt5 how do I let pyqtdeploy know correct path?

ekhumoro
  • 115,249
  • 20
  • 229
  • 336
IARI
  • 1,217
  • 1
  • 18
  • 35

1 Answers1

1

I ran into the same problem but sadly it seems that it's not yet supported, as mentioned here. I wouldn't hold my breath about getting this soon, as that message is already > 1 year old.

Iosif Spulber
  • 405
  • 3
  • 11