I just received this after installing Python 2.7.3: # ./configure > File "./configure", line 347 > o['default_configuration'] = 'Debug' if options.debug else 'Release' > ^ > SyntaxError: invalid syntax
And I'm guessing it's playing a part in why I can't install the newest version of Node.js since I can't get past ./configure (where other packages/installs succeeded when ./configure was entered). On Friday, June 29, 2012 9:19:25 PM UTC-4, neojp 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 > > > Thanks. > -- 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
