Closed MarleyLP closed 1 year ago
This looks like a symptom of beeware/briefcase#922. Can you see if the workaround there resolves this for you?
Thank you very much, especially for the quick reply.
I had installed Python from the Windows Store and the second workaround "Move the %LOCALAPPDATA%\Packages\<Python>\LocalCache\Local\BeeWare
directory to %LOCALAPPDATA%\BeeWare
", I did not try the first workaround but I assume it would have also worked.
Describe the bug
I am doing the tutorials up to the
briefcase run
command but when I try to run thebriefcase package
command I get this errorAnd a pop-up that pops up a second time after I close it that says
The Yes option links to https://learn.microsoft.com/en-us/dotnet/framework/install/application-not-started?version=(null)&processName=heat.exe&platform=0009&osver=6&isServer=0&shimver=4.0.30319.0 which I followed but it did not help, the .NET Framework Repair Tool was unable to resolve the issue.
See attached screenshot.
I read this similar issue https://github.com/beeware/briefcase/issues/530 and thought that perhaps the path length was too long, but I shortened it to C:\Users\mlphelps\bw\helloworld but that also did not fix the issue.
Steps to reproduce
Follow the tutorial steps up until the
briefcase package
command.Expected behavior
Create and package an MSI
Screenshots
Environment
Logs
Additional context
I don't know if this could be related, but when I run
briefcase run
I do see print statements go to the console, even though the tutorial says this should not happen because it should be running as a standalone app."You’ll notice that the console output we saw earlier won’t be visible anymore. This is because we are now running a standalone, packaged app that has no (visible) console to which it can output."
I don't know if this is related, but the similar issue mentioned above (https://github.com/beeware/briefcase/issues/530) had python within their Beeware src
C:\Personal\Projects\Python_Projects\beeware_test\timezonebuddy\windows\Timezone Buddy\src\python
\, I do not have my python installed within my Beeware src, or anywhere else in my file path.