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

gen-make.py troubles

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-03-02 16:55:30 CET

if anyone's having trouble running gen-make.py after the latest commits
to it, resulting in errors like this:

[rooneg@CommandLine:~/Hacking/svn ] ./gen-make.py
Traceback (most recent call last):
   File "./gen-make.py", line 91, in ?
     main(conf, gentype, skip_depends=skip)
   File "./gen-make.py", line 42, in main
     generator = gen_module.Generator(fname, verfname)
AttributeError: 'module' object has no attribute 'Generator'
[rooneg@CommandLine:~/Hacking/svn ]

just blow away any .pyc files in the build directory and everything
should work again.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 2 16:56:11 2003

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.