missing pydoc module
missing pydoc module
Okay, I tried it and it works.
I deleted everything but "/usr/lib64/python3.9/pydoc" by hand and then repackaged with dir2xzm.
I didn't quite understand what it was for but the removepkg command anyway seems not to be there and wasn't needed.
Thanks
- ncmprhnsbl
- DEV Team
- Posts: 4123
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
missing pydoc module
for future reference: removepkg is in /sbin so is only in root's PATH (so if you try to use it as guest, it won't be found)
and on a general note when building modules be sure to have the correct ownerships and permissions for files/directories.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
- ncmprhnsbl
- DEV Team
- Posts: 4123
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
missing pydoc module
np
if you look back to my post, i edited it(after you saw it), adding a revision with a similar conclusion to you, with the opposite expansion:
Code: Select all
[ "${1##*.}" != "xzm" ]
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
missing pydoc module
Ah, nicencmprhnsbl wrote: ↑17 Jun 2024, 06:19np
if you look back to my post, i edited it(after you saw it), adding a revision with a similar conclusion to you, with the opposite expansion:which strips everything but the .extension offCode: Select all
[ "${1##*.}" != "xzm" ]
glad I was being useless