Tiago Montes
Tiago Montes
@freakboy3742, Thanks for sharing your detailed thoughts. They are pretty much inline with what I imagined could be your ideas -- having myself been in tune with your work on...
More PS: One important aspect I forgot mentioning, regarding the ability to "copy and relocate" the current Python installation is, more than non-system shared lib dependencies -- which can also...
> In my opinion, there are 2 design considerations beyond basic aesthetics: > > a) Ensuring end-users can easily tell if they have "1.2.3" and "1.2.3rc4" installed > > b)...
**NOTE**: The `sitecustomize.py` I pasted in the previous comment is too aggressive -- works with `briefcase run` but apparently fails after `briefcase package` MSI installation. Realized that after the fact....
Thanks for the feedback. > That said - the remaining fixes all seem like (a) a good set of changes, and (b) not fundamentally incompatible with using a separate `app_packages`...
# Investigation Environment: * Windows 10 + www.python.org's 64 bit Python 3.6 installed for current user at `C:\Users\test\AppData\Local\Programs\Python\Python36>`. * Working with current Mu Editor and `briefcase` master. * Created a...
# Stop and Think ## Issue From the experiments above, as soon as `site` is auto-imported -- either by explicitly adding it to `python36._pth`, or by droping that file completely...
> I am getting requests from people wanting to use this pull request. Can one of you direct me to what I need to do to generate a macos install...
> /Applications/mu-editor.app/Contents/Resources/python/bin/python3: No module named mu_editor > It does feel like an authorization issue as you alluded to, but so far, I have not been able to discover a resolution....
Hey @DrBlackross, thanks for your report... We have just updated the docs on running the Mu AppImage file on Ubuntu 22.04... It boils down to: Installing a system dependency before...