extension implementation load path problems in apps #5315
Comments
@mattpap I believe the root cause of this has to do with the cwd is set when the app is run. It works for "directory style" apps, but I am fairly certain it does not work well with single file apps. |
@bryevdv, it's "directory style" apps that don't work in particular and the problem is in cwd (and some other factors, including Python's simplicty). In
This makes manual setting of
where
and
work at the same time. Obviously current directory is now set to wherever |
Migration note: we will no longer |
see ref: #5304
The text was updated successfully, but these errors were encountered: