[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Python error building RPM on RedHat 7.3

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2004-07-10 22:07:10 CEST

David Summers wrote:
> I'm trying to build the RedHat 7.3 RPM and here is the error I'm
> getting:
>
> Creating build-outputs.mk...
> Traceback (innermost last):
> File "./gen-make.py", line 176, in ?
> main(conf, gentype, skip_depends=skip, other_options=rest.list)
> File "./gen-make.py", line 38, in main
> gen_module = __import__(gen_modules[gentype][0])
> File "build/generator/gen_make.py", line 9, in ?
> import gen_base
> File "build/generator/gen_base.py", line 642
> class_pkg = build_path_join(*class_pkg_list)
> ^
> SyntaxError: invalid syntax
> ERROR: gen-make.py failed
>
>
> Any ideas? Is there something here that doesn't work with Python 2.2?

That call syntax should be supported in python 2.2. Are you sure you are not
using an earlier version of python?

- Russ

http://www.python.org/doc/2.2/ref/calls.html
http://www.python.org/doc/2.1/ref/calls.html

>
> Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 10 22:04:54 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.