nhnleonadorl / bite-project

Automatically exported from code.google.com/p/bite-project
Apache License 2.0
0 stars 0 forks source link

Can't build project. #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Unzipped source to folder.
2. Installed python 3.3.0
3. Invoked python build.py in root of source distribution.

What is the expected output? What do you see instead?
$ python build.py
  File "build.py", line 180
    print 'Running command: %s' % command
                              ^
SyntaxError: invalid syntax
                                  ^

What version of the product are you using? On what operating system?
Using python 3.3.0, Win 7 Enterprise, Git Bash

Please provide any additional information below.

Original issue reported on code.google.com by jfeing...@wingspan.com on 9 Oct 2012 at 8:12

GoogleCodeExporter commented 8 years ago
The build system was created using Python 2.7.  I don't believe it supports 
Python 3.  It has been a while since I dealt with this issue, but I believe it 
is mentioned in the docs.

Original comment by jason.stredwick@gmail.com on 11 Feb 2013 at 9:45