redditDataExtractor icon indicating copy to clipboard operation
redditDataExtractor copied to clipboard

pre-made Linux executable crashes probably because a hardcoded home folder

Open informer2016 opened this issue 6 years ago • 1 comments

@NSchrading , that's probably related to #12 . Trying to launch the pre-made Linux executable and it crashes:

exe.linux-x86_64-3.4$ /home/myusername/rde/exe.linux-x86_64-3.4/library.zip/imp.py:32: PendingDeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
Traceback (most recent call last):
  File "/home/jschradi/anaconda3/lib/python3.4/site-packages/cx_Freeze/initscripts/Console.py", line 27, in <module>
  File "main.py", line 24, in <module>
ImportError: cannot import name 'QApplication'

[5]-  Exit 1                  ./redditDataExtractor

informer2016 avatar Jan 12 '19 22:01 informer2016

Having the same issue today.

tdeck avatar Jun 04 '20 01:06 tdeck