hello all,i downloaded libuv with git and gyp with svn. my linux environment is centos 5 and python 2.4.
i have been unable to build libuv. according to the instruction here:
https://github.com/joyent/libuv
i just need to run the command ./gyp_uv -f make. but here is what happens. can someone help?
failing this, is there an already-compiled version of libuv that i could obtain?
thank you,
doug
% ./gyp_uv -f make
Traceback (most recent call last):
File "./gyp_uv", line 12, in ?
import gyp
File "./build/gyp/pylib/gyp/__init__.py", line 8, in ?
import gyp.input
File "./build/gyp/pylib/gyp/input.py", line 14, in ?
import gyp.common
File "./build/gyp/pylib/gyp/common.py", line 374
with open(source_path) as source_file:
^
SyntaxError: invalid syntax
--
You received this message because you are subscribed to the Google Groups "libuv" group.
To post to this group, send email to li...@googlegroups.com.
Visit this group at http://groups.google.com/group/libuv?hl=en-US.