<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Getting source for 5.5 (python troubles) in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/getting-source-for-5-5-python-troubles/m-p/322520#M9521</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;thanks for your respons.
I actualy solve this, with running :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;gt;python clone.py release-5.5
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;instead of:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;gt;pythong clone.py
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and it's actually working,but I get another problem for Build the sources. i'am already doing this with python (2.7) throught cigwin (with git env)&lt;/P&gt;</description>
    <pubDate>Thu, 05 Apr 2012 15:27:26 GMT</pubDate>
    <dc:creator>Lregnault_</dc:creator>
    <dc:date>2012-04-05T15:27:26Z</dc:date>
    <item>
      <title>Getting source for 5.5 (python troubles)</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-source-for-5-5-python-troubles/m-p/322515#M9516</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I am trying to get source for 5.5. I have Python 2.7 under Windows 7 and git version 1.7.9&lt;/P&gt;
&lt;P&gt;When trying to execute the clone.py script I am getting:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;D:\nuxeo_src_&amp;gt;"C:\Python27\python" clone.py release-5.5
Traceback (most recent call last):
  File "clone.py", line 71, in &amp;lt;module&amp;gt;
    main()
  File "clone.py", line 53, in main
    repo = Repository(os.getcwd(), options.remote_alias)
  File "D:\nuxeo_src_\scripts\nxutils.py", line 45, in __init__
    assert_git_config()
  File "D:\nuxeo_src_\scripts\nxutils.py", line 345, in assert_git_config
    t = check_output(["git", "config", "--get", "color.branch"])
  File "D:\nuxeo_src_\scripts\nxutils.py", line 335, in check_output
    p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  File "C:\Python27\lib\subprocess.py", line 672, in __init__
    errread, errwrite)
  File "C:\Python27\lib\subprocess.py", line 882, in _execute_child
    startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I think the problem comes from the scripts not being able to find the git executable at this line:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;t = check_output(["git", "config", "--get", "color.branch"])
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Still, if I run:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;git config --get color.branch
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I am getting a result ("auto") fine.&lt;/P&gt;
&lt;P&gt;I am completely ignorant when it comes to python scripts and I am out of ideas how to approach this.&lt;/P&gt;
&lt;P&gt;Thanks for any help.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 20:17:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-source-for-5-5-python-troubles/m-p/322515#M9516</guid>
      <dc:creator>jana01_</dc:creator>
      <dc:date>2012-03-09T20:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting source for 5.5 (python troubles)</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-source-for-5-5-python-troubles/m-p/322516#M9517</link>
      <description>&lt;P&gt;Just copy/pasting your stack trace in a search engine, found a thread describing a similar issue with similar symptoms &lt;A href="http://enthought-dev.117412.n3.nabble.com/problems-with-ets-py-td2760001.html"&gt;there&lt;/A&gt;. Last post suggests this might be related to your PATH variable configuration.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 21:29:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-source-for-5-5-python-troubles/m-p/322516#M9517</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2012-03-09T21:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting source for 5.5 (python troubles)</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-source-for-5-5-python-troubles/m-p/322517#M9518</link>
      <description>&lt;P&gt;Thanks, I've just paid attention that git/cmd was on my PATH but git/bin wasn't.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 21:39:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-source-for-5-5-python-troubles/m-p/322517#M9518</guid>
      <dc:creator>jana01_</dc:creator>
      <dc:date>2012-03-09T21:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getting source for 5.5 (python troubles)</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-source-for-5-5-python-troubles/m-p/322518#M9519</link>
      <description>&lt;P&gt;Hi everyone,
I actualy got the same problem, and I can't find the way to fix it. Coul you be more specific on how you fix your problem?&lt;/P&gt;
&lt;P&gt;Regards,
LR&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2012 09:33:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-source-for-5-5-python-troubles/m-p/322518#M9519</guid>
      <dc:creator>Lregnault_</dc:creator>
      <dc:date>2012-04-05T09:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting source for 5.5 (python troubles)</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-source-for-5-5-python-troubles/m-p/322519#M9520</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you try to download Python through Cygwin and use it?&lt;/P&gt;
&lt;P&gt;I've got Python 2.6 downloaded by Cygwin and everything works.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2012 15:12:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-source-for-5-5-python-troubles/m-p/322519#M9520</guid>
      <dc:creator>Vladimir_Pasqui</dc:creator>
      <dc:date>2012-04-05T15:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Getting source for 5.5 (python troubles)</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-source-for-5-5-python-troubles/m-p/322520#M9521</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;thanks for your respons.
I actualy solve this, with running :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;gt;python clone.py release-5.5
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;instead of:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;gt;pythong clone.py
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and it's actually working,but I get another problem for Build the sources. i'am already doing this with python (2.7) throught cigwin (with git env)&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2012 15:27:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-source-for-5-5-python-troubles/m-p/322520#M9521</guid>
      <dc:creator>Lregnault_</dc:creator>
      <dc:date>2012-04-05T15:27:26Z</dc:date>
    </item>
  </channel>
</rss>

