Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Module Question
#1
I've created a script that I'd like to share with some coworkers.
This script requires one module to be installed.
I was able to successfully do this via pip on my work computer, however my coworkers cannot use pip.
They continuously get a lengthy error in the command prompt window.
I didn't have much time to look over the error, however I suspect that its because their user accounts are not administrator accounts on their machines.

I know they can create/edit directories without any issue - So here is my idea / question:

Could I simply copy all of the files that are installed on my machine via pip, and drop them into the same location on their machines?

And if that will work, where is everything stored once its installed via pip?
With a quick search, it looks like the path is:
Program Files > Python > Lib > site-packages
Is that correct?
Reply


Messages In This Thread
Python Module Question - by ATXpython - Oct-05-2016, 02:23 AM
RE: Python Module Question - by metulburr - Oct-05-2016, 03:59 AM
RE: Python Module Question - by ATXpython - Oct-05-2016, 03:03 PM
RE: Python Module Question - by metulburr - Oct-05-2016, 03:07 PM
RE: Python Module Question - by Crimson King - Oct-05-2016, 03:12 PM
RE: Python Module Question - by ATXpython - Oct-05-2016, 04:50 PM
RE: Python Module Question - by metulburr - Oct-05-2016, 06:34 PM
RE: Python Module Question - by ATXpython - Oct-09-2016, 12:24 AM
RE: Python Module Question - by metulburr - Oct-09-2016, 12:51 AM
RE: Python Module Question - by ATXpython - Oct-09-2016, 12:59 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  datetime module question jacksfrustration 9 1,890 Jan-12-2024, 04:54 AM
Last Post: deanhystad
  Module not found question sighhhh12 0 1,529 Sep-09-2022, 05:43 AM
Last Post: sighhhh12
  Question on subprocess module. knoxvilles_joker 3 2,737 Apr-11-2021, 12:51 AM
Last Post: knoxvilles_joker
  keyboard module question DPaul 0 2,169 Mar-23-2021, 04:22 PM
Last Post: DPaul
  Module googletrans 2.4.0 Question hlhp 0 2,610 Jun-17-2019, 03:50 PM
Last Post: hlhp
  Question about the Random Module Exsul 1 2,023 Mar-13-2019, 02:06 AM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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