PrismPipeline / Prism

Prism Pipeline
https://prism-pipeline.com
GNU Lesser General Public License v3.0
340 stars 76 forks source link

python is python2 in Manjaro and probably most other recent Linux Distros #19

Open neurodiverseEsoteric opened 4 years ago

neurodiverseEsoteric commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

None of the shell scripts work

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Dolphin Right Click Mouse Menu > Actions '
  2. Click on 'Run In Konsole'
  3. Scroll down to 'Last Konsole Issue'
  4. See error

Expected behavior A clear and concise description of what you expected to happen. Wasn't sure what to expect because it's my first time trying Prism and I was too tired to look at videos or spend hours reading the docs especially since they aren't available as an offline pdf download Screenshots If applicable, add screenshots to help explain your problem. I wasn't expecting a form so I didn't keep the Konsole window open when the scripts weren't working Desktop (please complete the following information):

Additional context Add any other context about the problem here. Manually changing python to python2 in the shell scripts fixed the issue, but I also had to copy the AUR version of PySide for python2 since the pre-bundled library has some qtcore undefined symbol error...might not need to do the qtcore thing in other linux distros...having some clever bash code that uses a python variable that's set to either python or python2 (and detects however version 2 is installed) would probably be a cleaner fix, or switch to python3 and fix the "print" lines (and anything else past where the script failed to run so I never saw it)...