Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3 Module Import Help
#1
Hi, I am currently creating a python scriot which will allow the user to achive different objectives depending upon which option they choose. I am however having an issue with custom modules as I have created an external script i.e. examplescript.py and i wish to have that run within my main python menu whenever someone choose option 1 on the menu but cyrrently at the top when I import the external script with:

Import examplescript

It simply runs the contents on the exterbal script straight away whenever the main python menu is started and I wondering if anyone knew how i get this script to only active when it is suppose to after a user has selected option 1 of the menu and not at any other time. Any help is greatly appreciated.

Thanks.
Reply


Messages In This Thread
Python 3 Module Import Help - by Stealthychu - Oct-27-2018, 06:47 PM
RE: Python 3 Module Import Help - by Larz60+ - Oct-27-2018, 07:36 PM
RE: Python 3 Module Import Help - by stullis - Oct-27-2018, 07:37 PM
RE: Python 3 Module Import Help - by Stealthychu - Oct-27-2018, 10:00 PM
RE: Python 3 Module Import Help - by stullis - Oct-27-2018, 10:09 PM
RE: Python 3 Module Import Help - by Stealthychu - Oct-27-2018, 10:30 PM
RE: Python 3 Module Import Help - by Larz60+ - Oct-27-2018, 10:36 PM
RE: Python 3 Module Import Help - by Stealthychu - Oct-27-2018, 10:39 PM
RE: Python 3 Module Import Help - by Larz60+ - Oct-27-2018, 10:40 PM
RE: Python 3 Module Import Help - by Stealthychu - Oct-27-2018, 10:44 PM
RE: Python 3 Module Import Help - by stullis - Oct-27-2018, 10:47 PM
RE: Python 3 Module Import Help - by Larz60+ - Oct-27-2018, 10:52 PM
RE: Python 3 Module Import Help - by Stealthychu - Oct-27-2018, 10:53 PM
RE: Python 3 Module Import Help - by stullis - Oct-27-2018, 10:56 PM
RE: Python 3 Module Import Help - by Stealthychu - Oct-27-2018, 10:58 PM
RE: Python 3 Module Import Help - by Larz60+ - Oct-27-2018, 11:01 PM
RE: Python 3 Module Import Help - by Stealthychu - Oct-27-2018, 11:08 PM
RE: Python 3 Module Import Help - by stullis - Oct-27-2018, 11:08 PM
RE: Python 3 Module Import Help - by Stealthychu - Oct-27-2018, 11:11 PM
RE: Python 3 Module Import Help - by Larz60+ - Oct-28-2018, 12:27 AM
RE: Python 3 Module Import Help - by Stealthychu - Oct-28-2018, 12:44 AM
RE: Python 3 Module Import Help - by Larz60+ - Oct-28-2018, 05:18 AM
RE: Python 3 Module Import Help - by Stealthychu - Oct-28-2018, 10:31 AM
RE: Python 3 Module Import Help - by stullis - Oct-28-2018, 11:50 AM
RE: Python 3 Module Import Help - by Stealthychu - Oct-28-2018, 01:15 PM
RE: Python 3 Module Import Help - by Larz60+ - Oct-28-2018, 04:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  is import cointegration_analysis a recognized module mitcht33 1 433 Nov-06-2023, 09:29 PM
Last Post: deanhystad
  problem in import module from other folder akbarza 5 1,438 Sep-01-2023, 07:48 AM
Last Post: Gribouillis
  can not import anaconda pandas module. PySpark pandas module is imported!! aupres 0 723 Aug-06-2023, 01:09 AM
Last Post: aupres
  import module error tantony 5 3,459 Dec-15-2022, 01:55 PM
Last Post: Lauraburmrs
  Import a module one step back of the path prathampatel9 1 1,083 Sep-21-2022, 01:34 PM
Last Post: snippsat
  Import a module for use in type hint? Milosz 0 1,491 Nov-08-2021, 06:49 PM
Last Post: Milosz
  Can't install nor import delorean module Tek 3 2,815 Oct-27-2021, 03:32 AM
Last Post: Tek
  import module with syntax error Skaperen 7 5,321 Jun-22-2021, 10:38 AM
Last Post: Skaperen
  'urllib3' Module not found when import 'requests' spanz 5 10,290 Jan-06-2021, 05:57 PM
Last Post: snippsat
  Problem with Flask Bcrypt import module marcello86 2 5,740 Aug-31-2020, 08:10 PM
Last Post: marcello86

Forum Jump:

User Panel Messages

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