Python Forum
Location of python library ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Location of python library ?
#2
If you aere looking for a .so file you mist be running a some Unix (Linux or OSX) so:

find /usr/lib/ -name libpython3*.so -ls
14702689    0 lrwxrwxrwx   1 root     root           18 Nov 17 03:31 /usr/lib/x86_64-linux-gnu/libpython3.4m.so -> libpython3.4m.so.1
14818392    0 lrwxrwxrwx   1 root     root           41 Nov 17 03:31 /usr/lib/python3.4/config-3.4m-x86_64-linux-gnu/libpython3.4.so -> ../../x86_64-linux-gnu/libpython3.4m.so.1
14818390    0 lrwxrwxrwx   1 root     root           41 Nov 17 03:31 /usr/lib/python3.4/config-3.4m-x86_64-linux-gnu/libpython3.4m.so -> ../../x86_64-linux-gnu/libpython3.4m.so.1
(my Ubuntu 14.04 is still on 3.4)
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Reply


Messages In This Thread
Location of python library ? - by Annie - Mar-21-2017, 11:18 PM
RE: Location of python library ? - by Ofnuts - Mar-21-2017, 11:29 PM
RE: Location of python library ? - by Annie - Mar-22-2017, 12:08 AM
RE: Location of python library ? - by wavic - Mar-22-2017, 12:36 AM
RE: Location of python library ? - by Annie - Mar-22-2017, 02:07 AM
RE: Location of python library ? - by wavic - Mar-22-2017, 06:55 AM
RE: Location of python library ? - by Annie - Mar-22-2017, 08:34 AM
RE: Location of python library ? - by wavic - Mar-22-2017, 08:48 AM
RE: Location of python library ? - by Annie - Mar-22-2017, 06:56 PM
RE: Location of python library ? - by wavic - Mar-22-2017, 08:04 PM
RE: Location of python library ? - by Annie - Mar-22-2017, 09:39 PM
RE: Location of python library ? - by wavic - Mar-23-2017, 12:44 PM
RE: Location of python library ? - by Annie - Mar-24-2017, 02:37 AM
RE: Location of python library ? - by Larz60+ - Mar-24-2017, 02:49 AM
RE: Location of python library ? - by wavic - Mar-24-2017, 03:29 AM
RE: Location of python library ? - by Annie - Mar-24-2017, 03:46 AM
RE: Location of python library ? - by wavic - Mar-24-2017, 04:16 AM
RE: Location of python library ? - by Larz60+ - Mar-24-2017, 06:39 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Wrong pip3 python location or new Version 007fred50 1 3,833 Apr-02-2020, 02:36 PM
Last Post: philgoetz
  PyInstaller, how to create library folder instead of library.zip file ? harun2525 2 4,866 May-06-2017, 11:29 AM
Last Post: harun2525

Forum Jump:

User Panel Messages

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