P3D Web App Plugin - Includes Python Standard Library?

I feel the question is clearly stated on the subject. I ask this because I’m wondering whether I can use the standard Python socket library rather than the native P3D version.

Thanks in advance!

Yes. Just request the morepy package when building your p3d.

I’m guessing at that point it is either automatic or self explanatory…

But otherwise, awesome! Thanks for the speedy reply.

a p3d file is a modified multifile, with it’s own virtual file system. The standard library will be in the sandboxed system path so you just have to import it normally.

Sorry to extend this for something possibly simple, but can I assume both the standard and panda3d socket libraries function normally?

Note: Too busy to find out for myself at this time…

yes