Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Module Question
#7
(Oct-05-2016, 04:50 PM)ATXpython Wrote: I dont have experience with packaging up a module like you suggested.
You would just download the module and put it in the same directory as your script that requires it. Then zip the directory and give it to people. They will have the module since you zipped it in with your script. When your scripts imports that module it will import it from the same directory.

I am assuming your scripts are being ran on windows? If linux, you can just download the module from the repos via your script beforehand (of course you could do this in windows too from the source)
Output:
metulburr@ubuntu:~$ sudo apt-cache search xlrd [sudo] password for metulburr: python-xlrd - extract data from Microsoft Excel spreadsheet files python-xlwt - module for writing Microsoft Excel spreadsheet files python3-xlrd - extract data from Microsoft Excel spreadsheet files (Python3 version)
Recommended Tutorials:
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