- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2012 11:54 AM
I used the instructions to get Nuxeo 5.5 source code from Github (http://doc.nuxeo.com/display/CORG/Getting+the+Nuxeo+source+code) :
I installed Git client
I ran the following commands :
git clone git://github.com/nuxeo/nuxeo.git
cd nuxeo
git checkout master
Till now it worked But when I try to retrieve the release 5.5 with the following python command it fails : python clone.py release-5.5
It return the following exception :
**File "clone.py", line 65
except ExitException, e:
^
SyntaxError: invalid syntax**
I made the test under Windows (7 64 Bits) and Linux (CentOS 5.8 64 Bits) and the result is the same. Any idea?
Regards
Laurent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2012 08:01 AM
Hi,
Which Python version did you install? We recommend to install Python 2.7.x.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2012 08:01 AM
Hi,
Which Python version did you install? We recommend to install Python 2.7.x.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2012 05:42 AM
I made a new test with Pyhton 2.7.3 and now I got the following exception
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2012 08:24 AM
Ok. This one is a very different issue, Windows specific. It may happen for various reasons, the most common one being a PATH issue with a conflict between multiple Git versions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2012 06:07 AM
I installed Pyhton 2.7 and I added pyhton and Git pah before Cygwin PATH on my machine and now it works 😉

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2012 12:00 PM
If you work on Windows with MSysGit, you will also encounter a message saying that .git can't be found while trying to run clone.py. In that case, go for version 5.7 that provides a workaround with option --no_drive_mapping. See the documentation update in Getting the Nuxeo source code
