esitarski / CrossMgr

Cyclo Cross Management Application
MIT License
41 stars 21 forks source link

Linux AppImage install not working #77

Open cclague opened 3 years ago

cclague commented 3 years ago

Describe the bug Installing CrossMgr on Ubuntu 20.04 on AMD64 from appImpage file fails

To Reproduce Steps to reproduce the behavior: Download AppImage file, set permissions and execute.

Expected behavior Installation

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context

beastway@bwpc01:~/bin$ ./CrossMgr-3.0.75-20210802094250-x86_64.AppImage 
Traceback (most recent call last):
  File "CrossMgr.pyw", line 8, in <module>
  File "PyInstaller/loader/pyimod03_importers.py", line 546, in exec_module
  File "MainWin.py", line 18, in <module>
ModuleNotFoundError: No module named 'wx'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "CrossMgr.pyw", line 10, in <module>
  File "PyInstaller/loader/pyimod03_importers.py", line 546, in exec_module
  File "MainWin.py", line 18, in <module>
ModuleNotFoundError: No module named 'wx'
[205101] Failed to execute script 'CrossMgr' due to unhandled exception!
esitarski commented 3 years ago

This appears to be a problem with AppImage in that it cannot package the wxPython package.

On Sat, Aug 7, 2021 at 9:06 AM cclague @.***> wrote:

Describe the bug Installing CrossMgr on Ubuntu 20.04 on AMD64 from appImpage file fails

To Reproduce Steps to reproduce the behavior: Download AppImage file, set permissions and execute.

Expected behavior Installation

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Ubuntu 20.0.4
  • Browser: n/a
  • CrossMgr Version: 3.0.75

Additional context

@.***:~/bin$ ./CrossMgr-3.0.75-20210802094250-x86_64.AppImage Traceback (most recent call last): File "CrossMgr.pyw", line 8, in File "PyInstaller/loader/pyimod03_importers.py", line 546, in exec_module File "MainWin.py", line 18, in ModuleNotFoundError: No module named 'wx'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "CrossMgr.pyw", line 10, in File "PyInstaller/loader/pyimod03_importers.py", line 546, in exec_module File "MainWin.py", line 18, in ModuleNotFoundError: No module named 'wx' [205101] Failed to execute script 'CrossMgr' due to unhandled exception!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/esitarski/CrossMgr/issues/77, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABGXKJ2AHLQJRTRZDM7TQ3T3UVU7ANCNFSM5BXMVAAQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

--

Edward Sitarski

esitarski commented 3 years ago

https://discuss.wxpython.org/t/how-to-bundle-wxpython-with-appimage/35289/3

On Sat, Aug 7, 2021 at 10:51 AM Edward Sitarski @.***> wrote:

This appears to be a problem with AppImage in that it cannot package the wxPython package.

On Sat, Aug 7, 2021 at 9:06 AM cclague @.***> wrote:

Describe the bug Installing CrossMgr on Ubuntu 20.04 on AMD64 from appImpage file fails

To Reproduce Steps to reproduce the behavior: Download AppImage file, set permissions and execute.

Expected behavior Installation

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Ubuntu 20.0.4
  • Browser: n/a
  • CrossMgr Version: 3.0.75

Additional context

@.***:~/bin$ ./CrossMgr-3.0.75-20210802094250-x86_64.AppImage Traceback (most recent call last): File "CrossMgr.pyw", line 8, in File "PyInstaller/loader/pyimod03_importers.py", line 546, in exec_module File "MainWin.py", line 18, in ModuleNotFoundError: No module named 'wx'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "CrossMgr.pyw", line 10, in File "PyInstaller/loader/pyimod03_importers.py", line 546, in exec_module File "MainWin.py", line 18, in ModuleNotFoundError: No module named 'wx' [205101] Failed to execute script 'CrossMgr' due to unhandled exception!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/esitarski/CrossMgr/issues/77, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABGXKJ2AHLQJRTRZDM7TQ3T3UVU7ANCNFSM5BXMVAAQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

--

Edward Sitarski

--

Edward Sitarski

cclague commented 3 years ago

I think I must be missing something - I followed the instructions but still see the same error