Forum: Poser Python Scripting


Subject: Python For Poser by PhilC

OberonRex opened this issue on Sep 14, 2023 ยท 20 posts


FVerbaas posted Sat, 30 September 2023 at 4:26 PM Forum Coordinator

The pydoc.browse() method starts a servrer and tell your webbrowser to load a page that contains all the info, with hyperlinks to locations in that page. The addresses in these hyperlinks however are absolute and lead to the server that pydoc.browse() started. If you save the document and reload it later, that server usually no longer exists.

You would need to change the links into jump links.