Python Forum
importing same python library in multiple custom module
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
importing same python library in multiple custom module
#2
Python does not have include (which is what you are looking for). Each python module has to be valid. If scenario 2 was possible it would be really hard to use modules in python.
Reply


Messages In This Thread
RE: import python library in custom module - by deanhystad - May-09-2020, 07:40 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Merge htm files with shutil library (TypeError: 'module' object is not callable) Melcu54 7 3,729 Mar-09-2025, 04:25 PM
Last Post: Pedroski55
  Pyinstaller and a custom python script mentat 0 1,247 Sep-27-2024, 04:42 PM
Last Post: mentat
  importing variables from module 8376459 1 1,057 Feb-18-2024, 02:24 PM
Last Post: deanhystad
  no module named 'docx' when importing docx MaartenRo 1 6,330 Dec-31-2023, 11:21 AM
Last Post: deanhystad
  python convert multiple files to multiple lists MCL169 6 3,550 Nov-25-2023, 05:31 AM
Last Post: Iqratech
  I want to create custom charts in Python. js1152410 1 1,264 Nov-13-2023, 05:45 PM
Last Post: gulshan212
  python standard way of importing library mg24 1 1,627 Nov-15-2022, 01:41 AM
Last Post: deanhystad
  Problem with importing python-telegram library into the project gandonio 1 3,975 Nov-01-2022, 02:19 AM
Last Post: deanhystad
  My code displays too much output when importing class from a module lil_e 4 2,369 Oct-22-2022, 12:56 AM
Last Post: Larz60+
Question How to move a class to a custom module? python300 4 2,612 Mar-08-2022, 09:19 PM
Last Post: python300

Forum Jump:

User Panel Messages

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