Python Forum
help needed with python launcher
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help needed with python launcher
#3
(Jan-19-2019, 02:01 AM)snippsat Wrote:
(Jan-19-2019, 12:36 AM)fallenlight Wrote: i need help with python launcher on the latest version when i try to run any script it just open the python terminal and close it immediately
I guess you mean cmd window?
Save an run this.
print('hello world')
input('press <Enter> to exit')
I pretty much never run a Python script bye double-clicking on it.
Always for first open cmd or cmder as i use,then type python my_script.py.
Or editor VS Code from start,
sometime for fast testing PyScripter as this editor allow no saving i can just copy in code from eg this forum and push run button.
i added print('hello world')
input('press <Enter> to exit')
to the scripts and the issue still exists
Reply


Messages In This Thread
help needed with python launcher - by fallenlight - Jan-19-2019, 12:36 AM
RE: help needed with python launcher - by snippsat - Jan-19-2019, 02:01 AM
RE: help needed with python launcher - by fallenlight - Jan-19-2019, 11:23 AM
RE: help needed with python launcher - by snippsat - Jan-19-2019, 01:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Launcher (on Windows) only necessary when 2 or more Python versions installed? pstein 1 376 Feb-17-2024, 12:43 PM
Last Post: deanhystad
  Python Launcher Pops Up When Py-based App Is Running (Mac) radix_optimus 0 569 Sep-18-2023, 09:22 AM
Last Post: radix_optimus
  Python Launcher INI File leodavinci1990 1 876 Jul-30-2023, 03:38 PM
Last Post: snippsat
  Python issue - Data science - Help is needed yovel 2 2,060 Jul-29-2021, 04:27 PM
Last Post: yovel
  Help needed for a python package keysson 1 2,269 Sep-02-2020, 03:37 AM
Last Post: Larz60+
  Absolutely new to python - basic advise needed mariolucas75 2 2,116 Jun-12-2020, 08:36 PM
Last Post: Yoriz
Smile Help needed. Python Newbie!, it will be fun. knightdea 3 2,681 Oct-13-2019, 08:50 AM
Last Post: perfringo
  Fatal error in launcher: Unable to create process using '"' rsmldmv 0 5,552 May-13-2019, 01:34 AM
Last Post: rsmldmv
  Can the launcher show 2.7 notebook or terminal option? miner_tom 1 2,313 Aug-24-2018, 07:53 AM
Last Post: perfringo
  MAC OS + Launcher : /usr/bin/pythonw Exh 0 2,857 Feb-12-2018, 11:10 PM
Last Post: Exh

Forum Jump:

User Panel Messages

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