#Your CP code should be able to write

1 messages · Page 1 of 1 (latest)

pseudo echo
#

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)

buoyant widget
#

I think sys.path is mutable

#

so you could add a subdirectory for a different set of libs

pseudo echo
#

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?