You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use pp to create an executable of an application that needs Mojo on Windows 10, but the exe fails with the following error:
Unable to open html entities file (C:\Users\de\AppData\Local\Temp\par-6663\cache-9973dd41d00e8bee27c9630746780ae38da71709\inc\lib\Mojo\resources\html_entities.txt): No such file or directory at C:\Users\de\AppData\Local\Temp\par-6663\cache-9973dd41d00e8bee27c9630746780ae38da71709\inc\lib/Mojo/Base.pm line 14.
The following command does not help:
-a "C:\Strawberry\perl\vendor\lib\Mojo\resources;Mojo/resources"
I am trying to use pp to create an executable of an application that needs Mojo on Windows 10, but the exe fails with the following error:
Unable to open html entities file (C:\Users\de\AppData\Local\Temp\par-6663\cache-9973dd41d00e8bee27c9630746780ae38da71709\inc\lib\Mojo\resources\html_entities.txt): No such file or directory at C:\Users\de\AppData\Local\Temp\par-6663\cache-9973dd41d00e8bee27c9630746780ae38da71709\inc\lib/Mojo/Base.pm line 14.
The following command does not help:
-a "C:\Strawberry\perl\vendor\lib\Mojo\resources;Mojo/resources"
If I open the package once the software has run once, there is no folder "resources" in Mojo
(cross-posted in https://www.perlmonks.org/?node_id=11133963)
The text was updated successfully, but these errors were encountered: