'eventlet' has no attribute 'wsgi' when building an exe #993
-
I'm having this error while starting an exe made with auto-py-to-exe I already had imported eventlet in hidden imports |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Please don't write issues on this package when you have a question or a problem with a third party dependency. The discussion board is the right place to ask. I don't really have experience with exe generation, but maybe you need to also include |
Beta Was this translation helpful? Give feedback.
-
Solved, in normal python script you don't need to import |
Beta Was this translation helpful? Give feedback.
Please don't write issues on this package when you have a question or a problem with a third party dependency. The discussion board is the right place to ask.
I don't really have experience with exe generation, but maybe you need to also include
eventlet.wsgi
?