Nick Hopton schrieb:
I've just installed Python 2.5, reconfigured everything and tried again,
with the following results:
Again my fault, I also deliverd the wrong version of lyx2lyx_version.py.
replace the existing by the attached one and it should work.
I'll provide a new release on Monday.
Sorry again and regards
Uwe
# This file is part of lyx2lyx -*- python -*-
# -*- coding: utf-8 -*-
# Copyright (C) 2006 José Matos <[EMAIL PROTECTED]>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
version = "1.5.0svn"
if __name__ == "__main__":
pass