From: Víctor G. P. <vgz...@gm...> - 2015-05-15 17:25:57
|
Hello, I have been using py2exe without troubles, but today I received the same error that Richard Waite is saying. I am in Windows 8.1 64 bits. It works fine with Python 64 bits, but as I tried using Python 32 bits this started happening. I don't have the package "six" installed (pip list doesn't show six), so I suppose it's not caused by it alone. I have seen two other users asking in StackOverflow in the last month (without answers): http://stackoverflow.com/questions/29649440/py2exe-runtimeerror-with-tweepy http://stackoverflow.com/questions/29982147/python-3-4-py2exe-google-api-client My stack trace is: [. . .] return self._find_and_load(name) File "C:\Python34_32b\lib\site-packages\py2exe\mf3.py", line 298, in _find_and_load getattr(parent_module, name.rpartition('.')[2]) File "C:\Python34_32b\lib\site-packages\py2exe\hooks.py", line 291, in __getattr__ self.__finder.safe_import_hook(renamed, caller=self) File "C:\Python34_32b\lib\site-packages\py2exe\mf3.py", line 138, in safe_import_hook self.import_hook(name, caller, fromlist, level) File "C:\Python34_32b\lib\site-packages\py2exe\mf3.py", line 120, in import_hook module = self._gcd_import(name) File "C:\Python34_32b\lib\site-packages\py2exe\mf3.py", line 274, in _gcd_import return self._find_and_load(name) File "C:\Python34_32b\lib\site-packages\py2exe\mf3.py", line 298, in _find_and_load getattr(parent_module, name.rpartition('.')[2]) RuntimeError: maximum recursion depth exceeded while calling a Python object Any help appreciated. Regards |