Hello!
I have a code that uses pulp. When I run the code with spyder it works perfectly but when I trie to run it after converting it to an exe file I get a "None Type" error in pulp.
I read that this problem is cause by Pyinstaller not compiling an executable file needed for it to work.
I'm an intermediate python user, so I would appreciate any help given (in a simple way if possible)
Thank you