Flet core application properties altered #2220
              
                Unanswered
              
          
                  
                    
                      lawson-tanner
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| I noticed that if you run the application in a browser, it downloads things using PyPi like the flet daemon. Which caused a problem because I ran it on an internal server with no Internet access. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I'm creating an application for MacOS, and noticed when running my code for a different application that it adopted the name, icon and copyright field of a different application, even though it was run from a separate virtual environment.
I did some poking around in Activity Monitor to look for any clues and found a hidden folder at the user root directory called .flet with a folder for each version which had been installed.
Note how the bundling of my other application seems to have altered the "core" Flet application instance for the most recent version.
How is this possible given the two projects were run from different virtual environments? Why are they in the user folder?
Beta Was this translation helpful? Give feedback.
All reactions