#Your CP code should be able to write
1 messages · Page 1 of 1 (latest)
Thanks.
If one were to try that, is it possible to put dependencies in a folder other than lib? (To support lib_a/lib_b)
I think sys.path is mutable
so you could add a subdirectory for a different set of libs
If I stick with bundling my whole app as a frozen module, is there a way to expose part of that as a filesystem? That is, can I read resources from frozen modules as files?