juxj / sqlautocode

Automatically exported from code.google.com/p/sqlautocode
Other
0 stars 0 forks source link

RuntimeError: maximum recursion depth exceeded #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download sqlautocode-0.6b1.tar.gz on Mac OS X 10.6.8
2. Extract and execute "python setup.py install"

What is the expected output?

sqlautocode is properly installed.

What do you see instead?

A recursion error occurs:
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/egg_info.py", line 177, in run
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/egg_info.py", line 252, in find_sources
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/egg_info.py", line 306, in run
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/egg_info.py", line 330, in add_defaults
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/sdist.py", line 264, in add_defaults
    for pkg, src_dir, build_dir, filenames in build_py.data_files:
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/build_py.py", line 39, in __getattr__
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/build_py.py", line 44, in _get_data_files
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/build_py.py", line 92, in analyze_manifest
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
    self.distribution.run_command(command)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/egg_info.py", line 177, in run
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/egg_info.py", line 252, in find_sources
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/egg_info.py", line 306, in run
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/egg_info.py", line 330, in add_defaults
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/sdist.py", line 264, in add_defaults
    for pkg, src_dir, build_dir, filenames in build_py.data_files:
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/build_py.py", line 39, in __getattr__
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/build_py.py", line 44, in _get_data_files
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/build_py.py", line 92, in analyze_manifest
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
    self.distribution.run_command(command)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/egg_info.py", line 170, in run
  File "build/bdist.macosx-10.6-intel/egg/setuptools/command/egg_info.py", line 430, in write_entries
  File "build/bdist.macosx-10.6-intel/egg/pkg_resources.py", line 1977, in parse_group
  File "build/bdist.macosx-10.6-intel/egg/pkg_resources.py", line 1959, in parse
  File "build/bdist.macosx-10.6-intel/egg/pkg_resources.py", line 1897, in __init__
 File "build/bdist.macosx-10.6-intel/egg/pkg_resources.py", line 2469, in parse
RuntimeError: maximum recursion depth exceeded

The same thing happens when we tried to install sqlautocode with easy_install:

easy_install sqlautocode

Running this command returns the same error.

What version of the product are you using? On what operating system?
Version          : sqlautocode-0.6b1.tar.gz
Operating system : Mac OS X 10.6.8
Python version   : 2.7

Please provide any additional information below.

Original issue reported on code.google.com by lkiro...@gmail.com on 30 Jun 2011 at 1:05