Maximum recursion depth while using py2exe

202 views Asked by At

I need to convert my python script into an executable file. I am using py2exe but when I try to run the setup.py, I get an error.

"maximum recursion depth exceeded for python object"?

I am importing many libraries in the code(14 to be specific).

0

There are 0 answers