Python Forum
Python 3.6 to executable
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3.6 to executable
#3
Yes, I figured that solution and put it in my code, the program should always wait for the user to close it, that's how I coded it.

And yes, I do understand that a .exe file would be the easiest way to transfer it to a friend, but I'm looking for a solution to incoorporate the imported modules within the .exe file. Does anyone have experience with that?

This is the 'warn'-file I get in the 'build'-map.

Quote:missing module named resource - imported by posix, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py
missing module named posix - imported by os, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py
missing module named _posixsubprocess - imported by subprocess, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py
missing module named org - imported by pickle, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py
missing module named readline - imported by cmd, code, pdb, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py
excluded module named _frozen_importlib - imported by importlib, importlib.abc, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py
missing module named _frozen_importlib_external - imported by importlib._bootstrap, importlib, importlib.abc, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py
missing module named _winreg - imported by platform, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py
missing module named _scproxy - imported by urllib.request
missing module named java - imported by platform, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py
missing module named 'java.lang' - imported by platform, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py, xml.sax._exceptions
missing module named vms_lib - imported by platform, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py
missing module named termios - imported by tty, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py, getpass
missing module named grp - imported by shutil, tarfile, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py
missing module named pwd - imported by posixpath, shutil, tarfile, http.server, webbrowser, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py, netrc, getpass
missing module named _dummy_threading - imported by dummy_threading, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py
missing module named 'org.python' - imported by copy, C:\Users\Adriaan\Bureaublad\EnglishWordGenerator2.py, xml.sax
Reply


Messages In This Thread
Python 3.6 to executable - by DeGerlash - Jan-09-2018, 10:05 PM
RE: Python 3.6 to executable - by snippsat - Jan-09-2018, 11:21 PM
RE: Python 3.6 to executable - by DeGerlash - Jan-10-2018, 08:40 AM
RE: Python 3.6 to executable - by snippsat - Jan-10-2018, 12:34 PM
RE: Python 3.6 to executable - by DeGerlash - Jan-10-2018, 05:27 PM
RE: Python 3.6 to executable - by snippsat - Jan-10-2018, 06:12 PM
RE: Python 3.6 to executable - by DeGerlash - Jan-10-2018, 09:11 PM
RE: Python 3.6 to executable - by snippsat - Jan-10-2018, 09:26 PM
RE: Python 3.6 to executable - by DeGerlash - Jan-12-2018, 01:41 PM
RE: Python 3.6 to executable - by snippsat - Jan-12-2018, 02:26 PM
RE: Python 3.6 to executable - by DeGerlash - Jan-15-2018, 10:10 PM
RE: Python 3.6 to executable - by snippsat - Jan-15-2018, 10:21 PM
RE: Python 3.6 to executable - by DeGerlash - Jan-15-2018, 10:24 PM
RE: Python 3.6 to executable - by snippsat - Jan-15-2018, 10:34 PM
RE: Python 3.6 to executable - by DeGerlash - Jan-16-2018, 01:49 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Create Python "Executable" from PyCharm? Oliver 8 61,426 Jan-08-2018, 10:52 AM
Last Post: Oliver

Forum Jump:

User Panel Messages

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