Python Forum
pdf2image, poppler and paths
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pdf2image, poppler and paths
#12
MyPaths.py should be put into a separate module, only one time. It is expected to be imported in any module that needs access to the path structure.

I show it as a separate module in post 6 (first one) https://python-forum.io/thread-37451-pos...#pid158233.
That code should be saved once as MyPaths.py. (rename, if you wish, filename and class name should be the same then import name needs to be the same as the new class name).

Try the example in post 10. It shows exactly how to do this. The MyPaths.py module only has to be coded once, same with the virtual environment, once per project no mater how many modules it contains.

There is a tutorial that i wrote, not for this purpose, see SqlPaths.py, and note that it's included in each module.
https://python-forum.io/thread-24127.html

One great side effect of keeping paths separate is that a path can be changed and all other code will immediately use the new path.
jehoshua likes this post
Reply


Messages In This Thread
pdf2image, poppler and paths - by jehoshua - Jun-11-2022, 02:21 AM
RE: pdf2image, poppler and paths - by Larz60+ - Jun-11-2022, 02:38 AM
RE: pdf2image, poppler and paths - by jehoshua - Jun-11-2022, 04:20 AM
RE: pdf2image, poppler and paths - by DPaul - Jun-11-2022, 05:56 AM
RE: pdf2image, poppler and paths - by jehoshua - Jun-11-2022, 07:08 AM
RE: pdf2image, poppler and paths - by Larz60+ - Jun-11-2022, 09:10 AM
RE: pdf2image, poppler and paths - by jehoshua - Jun-11-2022, 11:30 PM
RE: pdf2image, poppler and paths - by snippsat - Jun-11-2022, 10:34 AM
RE: pdf2image, poppler and paths - by jehoshua - Jun-11-2022, 11:40 PM
RE: pdf2image, poppler and paths - by Larz60+ - Jun-12-2022, 01:56 PM
RE: pdf2image, poppler and paths - by jehoshua - Jun-13-2022, 03:23 AM
RE: pdf2image, poppler and paths - by Larz60+ - Jun-13-2022, 07:17 AM
RE: pdf2image, poppler and paths - by jehoshua - Jun-13-2022, 08:16 AM
RE: pdf2image, poppler and paths - by Larz60+ - Jun-13-2022, 11:04 AM
RE: pdf2image, poppler and paths - by jehoshua - Jun-13-2022, 09:52 PM
RE: pdf2image, poppler and paths - by Larz60+ - Jun-13-2022, 10:42 PM
RE: pdf2image, poppler and paths - by jehoshua - Jun-13-2022, 10:44 PM
RE: pdf2image, poppler and paths - by snippsat - Jun-14-2022, 12:46 AM
RE: pdf2image, poppler and paths - by jehoshua - Jun-14-2022, 06:38 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Windows paths issue otalado 3 1,535 May-29-2022, 09:11 AM
Last Post: snippsat
  automatically get absolute paths oclmedyb 1 2,167 Mar-11-2021, 04:31 PM
Last Post: deanhystad
  chkFile with absolute paths JarredAwesome 7 3,093 Sep-21-2020, 03:51 AM
Last Post: bowlofred
  Paths millpond 12 5,371 Jul-30-2020, 01:16 PM
Last Post: snippsat
  Problems with windows paths delphinis 6 5,419 Jul-21-2020, 06:11 PM
Last Post: Gribouillis
  'No module named pdf2image' ironfelix717 13 22,629 Jul-24-2019, 11:54 AM
Last Post: snippsat
  Shortest paths to win snake and ladder sandaab 5 4,341 Jun-30-2019, 03:20 PM
Last Post: sandaab
  How to handle paths with spaces in the name? zBernie 1 6,827 Nov-22-2018, 04:04 AM
Last Post: ichabod801
  Question: Paths and writing to a file mwmaw 6 6,630 Dec-20-2016, 03:44 PM
Last Post: wavic

Forum Jump:

User Panel Messages

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