Le Monday 28 April 2008 vers 19:21, vous avez écrit: Hello,
> When I try to migrate I get an error: > "/usr/share/python-support/python-moinmoin/MoinMoin/script/../../M >oinMoin/script/migration/data.py", line 44, in mainloop curr_rev = > meta['data_format_revision'] > File > "/usr/share/python-support/python-moinmoin/MoinMoin/script/../../M >oinMoin/wikiutil.py", line 472, in __getitem__ return > dict.__getitem__(self, key) > KeyError: 'data_format_revision' I had this error. It means you don't have the file named 'meta' in you data_dir directory. Create a file named 'meta' with the line 'data_format_revision: VERSION' (VERSION is the version moimoin from which you're upgrading ; in your case is should be '1050800, for 1.5.8) in the data_dir directory and re run the migration script. To the maintainer: Even if the file Readme.Mgration file contains the information above, I had missed this step and spent few hours to find this solution. It may be usefull to include information about 'meta' file, in /usr/share/doc/moinmoin-common/NEWS.Debian.gz. By the way, thanks for your work on this package. -- http://www.glennie.fr The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

