Python Forum
How to run utilities from a Python package?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to run utilities from a Python package?
#1
I have installed Python 3.9 in a VENV so that I can use the PyQT6 library (my understanding is that PyQT6 cannot be used with Python 3.12, so I used a VENV). I guess this would apply to a regular install of Python as well. The executables for the QT Designer are in a file path that is not in my PATH variable, so when I call it from anywhere but the location of the file, it is not found.

Is it regular/smart practice to put the filepath to utilities like that in my PATH variable (either the system one or the one in the 'activate.bat' file for the VENV)?

I am very new to Python and am not sure about that.

Thanks in advance for the assistance!
--Jim
Reply


Messages In This Thread
How to run utilities from a Python package? - by LugosisGhost - Dec-27-2023, 10:53 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python package not seen in VSCode fmccabe80 6 3,408 Mar-06-2023, 10:01 PM
Last Post: fmccabe80
  Math Package in python Uma 1 1,564 Dec-12-2021, 02:01 PM
Last Post: jefsummers
  Python IDE doesn't see opencv-python package on my Jetson Nano sadhaonnisa 1 3,408 Oct-11-2020, 01:04 AM
Last Post: Larz60+
  Help needed for a python package keysson 1 2,320 Sep-02-2020, 03:37 AM
Last Post: Larz60+
  Installing a python package using pip anthonymoss78 0 1,880 Jul-14-2020, 01:52 PM
Last Post: anthonymoss78
  Python package as installable Prabakaran141 0 1,558 Mar-10-2020, 10:07 AM
Last Post: Prabakaran141
  Help with understanding a python package pyhill00 4 3,165 Mar-21-2019, 12:42 AM
Last Post: Larz60+
  new python package test ramkrishna 0 1,906 Feb-25-2019, 12:18 PM
Last Post: ramkrishna
  'module' object has no attribute 'utilities' art3mis 1 3,564 Nov-04-2018, 12:54 AM
Last Post: Larz60+
  upgrading python package amka 5 5,990 Nov-18-2017, 02:44 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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