Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
py2app deployment version
#1
Hi there,
I have a little problem by creating a python app with py2app. It confuses me then if I create an Alias (standalone version) it all works very well but if I create a version for deployment, I always receive an error and the app doesn't work after it is generated. The alias version "python3 setup.py py2app -A" creates a runnable app but if I try "python3 setup.py py2app" for a deployment version, I receive the following error in my terminal:
Error:
Modules not found (unconditional imports): * _overlapped (asyncio.windows_events) * com (com.sun.jna) * com.jna (com.sun) * com.sun (com.sun.jna.platform) * ordereddict (pkg_resources._vendor.pyparsing) * pkg_resources._vendor.six (pkg_resources) * win32com (win32com) * win32com.shell (win32com.shell) * win32com.shellcon (win32com.shell) Modules not found (conditional imports): * _manylinux (pkg_resources._vendor.packaging.tags) * com (pkg_resources._vendor.appdirs) * com.sun.jna (pkg_resources._vendor.appdirs) * com.sun.jna.platform (pkg_resources._vendor.appdirs) * win32com (pkg_resources._vendor.appdirs) * win32com.shell (pkg_resources._vendor.appdirs)
Thanks for help,
Rubberduck
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python deployment David98 3 646 Sep-29-2023, 01:16 PM
Last Post: snippsat
  pynsist vs pyinstaller deployment questions hammer 2 1,774 May-03-2022, 01:22 AM
Last Post: hammer
  IDLE Deployment to classroom siwekp 1 1,821 May-14-2019, 07:21 PM
Last Post: Larz60+
  Google Cloud App Deployment Help.. BlackHeart 1 2,948 Nov-14-2017, 01:58 PM
Last Post: sparkz_alot
  Can I upload a new version without previously deleting ancient version sylas 6 4,183 Nov-08-2017, 03:26 PM
Last Post: Larz60+
  py2app ValueError harusin 1 4,553 Jun-13-2017, 02:42 PM
Last Post: harusin
  Need apointer to python project deployment PickyBiker 2 4,264 Dec-04-2016, 07:57 PM
Last Post: PickyBiker

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020