Jeff Glass
Jeff Glass
Working on it! The version-reporting part is done and fairly straightforward, the more complicated part is figuring out how it integrates with the build/CI/CD system so that the versioning is...
For those encountering this challenge, there's a [topic on the Pyscript forum for a workaround](https://community.anaconda.cloud/t/workaround-for-importing-folder-by-compiling-wheel/23103), as well as [an example repo from mudream4869](https://github.com/mudream4869/pyscript-local-package) showing how to compile a local folder...
> find the paths that import those symbols Would you do this by looking at the files they were imported from in the `__init__.py`? It's an interesting thought. Or is...
I think it would be the same thing now, but for the paths specification in ``? I can change the issue name. The gist is - right now anything specified...
Hi @madhur-tandon - both examples above work for me, with the _minor_ correction in my original code that print_saxophone requires quotes around the emoji: ```python ### emoji.py ### def print_saxophone():...
> But sometimes, the issue can occur in both of them so it is non-deterministic really and is independent of the way of importing. I have yet to see this...
I'm currently seeing the same error when using the js bundle at `https://pyscript.net/alpha/pyscript.js`, but **not** when building pyscript locally... there are [some differences](https://www.diffchecker.com/jI9CeNcv) between at least my local build (left...
This issue is confirmed to be resolved as @aqemery noted, and is still resolved as of 2022.09.1-RC2
This issue is confirmed to be fixed in the current unstable version (2022.09.1-RC2).
Thanks @madhur-tandon! This is a great start on being able to load structured packages. I think this is great functionality to have _in addition to_ what's already provided by `paths...