Python Forum
Create Python "Executable" from PyCharm?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create Python "Executable" from PyCharm?
#1
Is it possible to create a standalone python "application" using PyCharm on the mac?

I see a setup.py with lots of options under PyCharm's Tools menu, but the only thing I've been able to get to work is to create an "egg" file, which does not have the library dependencies.

I was hoping for something like an executable JAR file (compiled or maybe just python files but with all the dependencies right inside the file).

I tried to install the separate Pyinstaller, but the pip install crashed.

Not sure how to do build a project for a user.

Thanks in advance,
Reply


Messages In This Thread
Create Python "Executable" from PyCharm? - by Oliver - Jan-05-2018, 08:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  No hold('on') in pycharm python 3.7 Vedant 0 1,838 Sep-13-2019, 01:51 PM
Last Post: Vedant
  Python 3.6 to executable DeGerlash 14 17,804 Jan-16-2018, 01:49 PM
Last Post: DeGerlash

Forum Jump:

User Panel Messages

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