[IPython-User] installation failure, no section "commit hash"
Moritz Emanuel Beber
moritz.beber@googlemail....
Tue Oct 25 04:45:43 CDT 2011
Hi,
cat IPython/.git_commit_info.ini results in:
# This is an ini file that may contain information about the code state
[commit hash]
# The line below may contain a valid hash if it has been substituted during
# 'git archive'
archive_subst_hash=$Format:%h$
# This line may be modified by the install process
install_hash=
The Python code you asked for also seems fine:
>>> from ConfigParser import ConfigParser
>>> cfg_p = ConfigParser()
>>> cfg_p.read("IPython/.git_commit_info.ini")
['IPython/.git_commit_info.ini']
>>> print cfg_p.sections()
['commit hash']
I fear that's not enlightening...
On 10/24/2011 09:03 PM, MinRK wrote:
> Hm, I seem to be able to build just fine on my Python 2.6 (2.6.7 | 2.6.5).
>
> What are the contents of IPython/.git_commit_info.ini ?
> and what do you get with:
>
> from ConfigParser import ConfigParser
> cfg_parser = ConfigParser()
> cfg_parser.read('IPython/.git_commit_info.ini')
> print cfg_parser.sections()
>
>
>
>
> On Mon, Oct 24, 2011 at 06:58, Moritz Emanuel Beber
> <moritz.beber@googlemail.com <mailto:moritz.beber@googlemail.com>> wrote:
>
> Dear ipythonistas,
>
> I tried installing a fresh copy of ipython from the most recent
> git repo
> state
>
> commit 66bb3e8f803a569592d993846f5e1cccb2e0e7f1
> Author: MinRK <benjaminrk@gmail.com <mailto:benjaminrk@gmail.com>>
> Date: Sun Oct 23 21:53:37 2011 -0700
>
> on a machine running Fedora 12, unfortunately, I got the following
> error
> when running the setup.py script:
>
> ============================================================================
> BUILDING IPYTHON
> python: 2.6.2 (r262:71600, Jun 4 2010, 18:28:04)
> [GCC
> 4.4.3 20100127 (Red Hat 4.4.3-4)]
> platform: linux2
>
> OPTIONAL DEPENDENCIES
> sphinx: 1.0.7
> pygments: 1.4
> nose: 0.11.3
> pexpect: 2.4
> pyzmq: 2.1dev
> readline: yes
> running build
> running build_py
> Traceback (most recent call last):
> File "setup.py", line 11, in <module>
> main()
> File "/home/moritz/CodeBase/ipython/setup2.py", line 268, in main
> setup(**setup_args)
> File "/usr/lib/python2.6/distutils/core.py", line 152, in setup
> dist.run_commands()
> File "/usr/lib/python2.6/distutils/dist.py", line 975, in
> run_commands
> self.run_command(cmd)
> File "/usr/lib/python2.6/distutils/dist.py", line 995, in
> run_command
> cmd_obj.run()
> File "/usr/lib/python2.6/distutils/command/build.py", line 134,
> in run
> self.run_command(cmd_name)
> File "/usr/lib/python2.6/distutils/cmd.py", line 333, in run_command
> self.distribution.run_command(command)
> File "/usr/lib/python2.6/distutils/dist.py", line 995, in
> run_command
> cmd_obj.run()
> File "/home/moritz/CodeBase/ipython/setupbase.py", line 373, in run
> cfg_parser.set('commit hash', 'install_hash',
> repo_commit.decode('ascii'))
> File "/usr/lib/python2.6/site-packages/configparser.py", line 1210,
> in set
> super(ConfigParser, self).set(section, option, value)
> File "/usr/lib/python2.6/site-packages/configparser.py", line
> 925, in set
> raise NoSectionError(section)
> configparser.NoSectionError: No section: 'commit hash'
>
> I know that for the ConfigParser package 'allow_no_value' was
> added only
> with Python 2.7, is that the problem here?
>
> Any help is greatly appreciated,
> Moritz
> _______________________________________________
> IPython-User mailing list
> IPython-User@scipy.org <mailto:IPython-User@scipy.org>
> http://mail.scipy.org/mailman/listinfo/ipython-user
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20111025/b7e3512d/attachment-0001.html
More information about the IPython-User
mailing list