setup tools maximum recursion depth exceeded
May 18, 2009
9 p.m.
There's been a previous post (Tarek, "Fixing the mess in sdist/egg_info") about the fact that setuptools fails due to a circular dependency: distutils.sdist.run() -> setuptools.build_py.data_files -> setuptools.egg_info.run() -> distutils.sdist.add_defaults() -> setuptools.build_py.data_files -> etc Actually I'm working packaging sphinx and it fails for this reason. Has anything moved to fix this problem? Regards, Antonio
6234
Age (days ago)
6234
Last active (days ago)
0 comments
1 participants
participants (1)
-
A. Cavallo