On Sat, Jun 30, 2012 at 3:19 AM, neojp <[email protected]> wrote: > Hey guys, > > I'm running Node 0.6.15 on CentOS with Python 2.4.3 and for some reason, I'm > getting this weird error while trying to install 0.8.1 > Does anyone have any idea on what can I do about it? > > $ cd node-v0.8.1 > $ ./configure > File "./configure", line 266 > o['default_configuration'] = 'Debug' if options.debug else 'Release' > ^ > SyntaxError: invalid syntax
You need to use python 2.6 or 2.7. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
