Re: dh_python for single python scripts?
Hey again
On Fri, Aug 16, 2024 at 6:26 PM Philippe Cerfon <philcerf@gmail.com> wrote:
> Still I fail to understand, where that auto-completed my-script-file
> comes from in ptpython.
> Any ideas what I'm doing wrong?
Maybe it's not me doing something wrong.
I have:
ls -al /usr/bin/*.py
lrwxrwxrwx 1 root root 45 Jun 25 00:44
/usr/bin/clang-tidy-diff-16.py ->
../lib/llvm-16/share/clang/clang-tidy-diff.py
-rwxr-xr-x 1 root root 15k Jan 4 2024 /usr/bin/lsusb.py
-rwxr-xr-x 1 root root 5,8k Aug 14 19:31 /usr/bin/mesa-overlay-control.py
-rwxr-xr-x 1 root root 3,5k Aug 12 2021 /usr/bin/pfs_split_exposures.py
lrwxrwxrwx 1 root root 33 Jun 25 00:44 /usr/bin/run-clang-tidy-16.py
-> ../lib/llvm-16/bin/run-clang-tidy
And all these names are also auto-completed in ptpython when trying to import.
Maybe what's left, though, are these py3compile calls, which - I guess
dh_python - makes, but which are probably not working in my case?
Thanks,
Philippe.
Reply to: