andrewhwood / alembic

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

alembic_bootstrap.py invalid syntax #279

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. python 
/home/rushi/libraries/alembic-1.0.5/build/bootstrap/alembic_bootstrap.py 
--disable-arnold --disable-houdini --disable-prman

What is the expected output? What do you see instead?
expected:Build alembic.
Shows: File 
"/home/rushi/libraries/alembic-1.0.5/lib/python/abcutils/CMakeCache.py", line 
121
    with open( _cachefile ) as c:

What version of the product are you using? On what operating system?
1.0.5,centos 5 

Please provide any additional information below.

Original issue reported on code.google.com by gajj...@gmail.com on 25 Apr 2012 at 7:32

Attachments:

GoogleCodeExporter commented 9 years ago
Where did you get that version of Alembic from?
The alembic_bootstrap.py that was released doesn't yet try to build the Houdini 
plugins and --disable-houdini isn't a supported flag.

Original comment by miller.lucas on 25 Apr 2012 at 4:56

GoogleCodeExporter commented 9 years ago
I have downloaded it from http://code.google.com/p/alembic/downloads/list...
Even after just running $python
/home/rushi/libraries/alembic-1.0.5/build/bootstrap/alembic_bootstrap.py it
gives same error.So I thought
because I don't have prman,arnaold and houdini,the error may be because of
that.So I have modified command to --disable.
But thanks about "--disable-houdini isn't a supported flag".
On Wed, Apr 25, 2012 at 10:26 PM, <alembic@googlecode.com> wrote:

Original comment by gajj...@gmail.com on 26 Apr 2012 at 5:46

GoogleCodeExporter commented 9 years ago
What version of python are you using?

Original comment by miller.lucas on 26 Apr 2012 at 5:38

GoogleCodeExporter commented 9 years ago
I just noticed python2.4 in your screen shot, do you have access to a higher 
version?  The script being called uses the with statement (from __future__ 
import with_statement) which I don't think exists in 2.4

Original comment by miller.lucas on 26 Apr 2012 at 5:45

GoogleCodeExporter commented 9 years ago
Ohhh...My bad.Centos 5 had default version as 2.4.Its done now.Thanks a lot.

Original comment by gajj...@gmail.com on 27 Apr 2012 at 9:10

GoogleCodeExporter commented 9 years ago

Original comment by miller.lucas on 27 Apr 2012 at 5:00