Python Forum
using self-developed modules
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
using self-developed modules
#11
Just for info:
I stated that I had changed the "system variables" of my win10 in the correct way. Fyi, this is a printout of the output of "echo %PATH%:

Output:
C:\Users\actname>echo %path% C:\Program Files (x86)\Common Files\Oracle\Java\javapath; C:\WINDOWS\system32; C:\WINDOWS; C:\WINDOWS\System32\Wbem; C:\WINDOWS\System32\WindowsPowerShell\v1.0\; C:\WINDOWS\System32\OpenSSH\; C:\Program Files (x86)\EaseUS\Todo Backup\bin; C:\Program Files\dotnet\; C:\Program Files (x86)\dotnet\; C:\Program Files (x86)\Pinnacle\Shared Files\; C:\Program Files (x86)\Pinnacle\Shared Files\Filter\; G:\Pythonmodules; ......... C:\Users\actname\AppData\Local\Programs\Python\Python37-32\Scripts\; C:\Users\actname\AppData\Local\Programs\Python\Python37-32\; C:\Users\actname\AppData\Local\Microsoft\WindowsApps; G:\Pythonmodules;
Note: I edited the output manually to make it better readable.

As you can see, the "G:\Pythonmodules" folder, that contains the to-be-imported module, is listed as being part of the "User Variables" (after line with ".........") and of the "System Variables"(before line with "........."). But when I display in Python "pprint (sys.path)", the folder does not show up.
Strange!
Reply


Messages In This Thread
using self-developed modules - by wlp - Aug-28-2019, 03:04 PM
RE: using self-developed modules - by wlp - Aug-28-2019, 04:05 PM
RE: using self-developed modules - by snippsat - Aug-28-2019, 05:41 PM
RE: using self-developed modules - by wlp - Aug-29-2019, 10:36 AM
RE: using self-developed modules - by perfringo - Aug-29-2019, 11:22 AM
RE: using self-developed modules - by snippsat - Aug-29-2019, 03:29 PM
RE: using self-developed modules - by wlp - Aug-29-2019, 04:18 PM
RE: using self-developed modules - by snippsat - Aug-29-2019, 05:20 PM
RE: using self-developed modules - by wlp - Aug-30-2019, 02:18 PM
RE: using self-developed modules - by snippsat - Aug-30-2019, 03:17 PM
RE: using self-developed modules - by wlp - Aug-30-2019, 04:16 PM
RE: using self-developed modules - by snippsat - Aug-30-2019, 07:10 PM
RE: using self-developed modules - by wlp - Aug-31-2019, 01:45 PM
RE: using self-developed modules - by snippsat - Aug-31-2019, 05:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Developed App in VS2019 - Help with pyinstaller fioranosnake 0 1,629 Nov-11-2019, 09:12 PM
Last Post: fioranosnake
  Modules issue, pip3 download modules only to pyhton3.5.2 not the latest 3.6.1 bmohanraj91 6 8,515 May-25-2017, 08:15 AM
Last Post: wavic

Forum Jump:

User Panel Messages

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