Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pyinstaller
#4
(May-23-2020, 02:40 PM)astral_travel Wrote: and by the way, it's under linux terminal which i try to run it
The dist folder should be there,but it it dos not create .exe under Linux,just hello which can be executed.
# File used
root@kali-tom:~/Documents# cat hello.py
# hello.py
print('hello world')
input('Press Enter to exit')

# Make
root@kali-tom:~/Documents# pyinstaller --onefile hello.py
39 INFO: PyInstaller: 3.6
39 INFO: Python: 3.7.5
40 INFO: Platform: Linux-5.3.0-kali2-amd64-x86_64-with-debian-kali-rolling
40 INFO: wrote /root/Documents/hello.spec
43 INFO: UPX is available.
44 INFO: Extending PYTHONPATH with paths
['/root/Documents', '/root/Documents']
45 INFO: checking Analysis
49 INFO: checking PYZ
51 INFO: checking PKG
52 INFO: Bootloader /usr/local/lib/python3.7/dist-packages/PyInstaller/bootloader/Linux-64bit/run
52 INFO: checking EXE

# cd to dist
root@kali-tom:~/Documents# cd dist

# List files
root@kali-tom:~/Documents/dist# ls
hello

# Run
root@kali-tom:~/Documents/dist# ./hello
hello world
Press Enter to exit

root@kali-tom:~/Documents/dist#
Reply


Messages In This Thread
pyinstaller - by astral_travel - May-23-2020, 01:24 PM
RE: pyinstaller - by snippsat - May-23-2020, 02:04 PM
RE: pyinstaller - by astral_travel - May-23-2020, 02:40 PM
RE: pyinstaller - by snippsat - May-23-2020, 03:19 PM
RE: pyinstaller - by astral_travel - May-23-2020, 03:37 PM
RE: pyinstaller - by snippsat - May-23-2020, 04:19 PM
RE: pyinstaller - by astral_travel - May-23-2020, 04:26 PM
RE: pyinstaller - by snippsat - May-23-2020, 05:35 PM
RE: pyinstaller - by astral_travel - May-23-2020, 05:41 PM
RE: pyinstaller - by snippsat - May-23-2020, 10:05 PM
RE: pyinstaller - by pyzyx3qwerty - May-24-2020, 09:33 AM
RE: pyinstaller - by snippsat - May-24-2020, 10:14 AM
RE: pyinstaller - by pyzyx3qwerty - May-24-2020, 10:20 AM
RE: pyinstaller - by snippsat - May-24-2020, 11:41 AM
RE: pyinstaller - by astral_travel - May-24-2020, 04:17 PM
RE: pyinstaller - by pyzyx3qwerty - May-24-2020, 05:25 PM
RE: pyinstaller - by astral_travel - May-24-2020, 05:38 PM
RE: pyinstaller - by pyzyx3qwerty - May-24-2020, 05:38 PM
RE: pyinstaller - by astral_travel - May-24-2020, 05:42 PM
RE: pyinstaller - by pyzyx3qwerty - May-24-2020, 05:43 PM
RE: pyinstaller - by astral_travel - May-24-2020, 05:46 PM
RE: pyinstaller - by snippsat - May-24-2020, 05:54 PM
RE: pyinstaller - by astral_travel - May-24-2020, 06:10 PM
RE: pyinstaller - by astral_travel - May-24-2020, 08:20 PM
RE: pyinstaller - by snippsat - May-24-2020, 09:06 PM
RE: pyinstaller - by astral_travel - May-25-2020, 04:25 PM
RE: pyinstaller - by snippsat - May-25-2020, 04:55 PM
RE: pyinstaller - by astral_travel - May-25-2020, 06:02 PM
RE: pyinstaller - by snippsat - May-25-2020, 06:24 PM
RE: pyinstaller - by astral_travel - May-25-2020, 06:30 PM
RE: pyinstaller - by snippsat - May-25-2020, 06:38 PM
RE: pyinstaller - by astral_travel - May-27-2020, 06:38 PM
RE: pyinstaller - by astral_travel - May-28-2020, 02:15 PM
RE: pyinstaller - by snippsat - May-28-2020, 03:29 PM
RE: pyinstaller - by astral_travel - May-28-2020, 04:25 PM
RE: pyinstaller - by snippsat - May-28-2020, 05:07 PM
RE: pyinstaller - by astral_travel - May-28-2020, 05:16 PM

Forum Jump:

User Panel Messages

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