I have a scheme, a looknfeel an imageset and a boat-load of layout files I need to update, but I'm having some trouble with it.
I used the ceed-migrate tool like so:
Code: Select all
ceed-migrate scheme TaharezLook.scheme TaharezLook_0_8.scheme
This worked, and gave me a migrated scheme file. (NOTE: It fails if I try and specify any source or target types, like --sourceType "CEGUI scheme 4" --targetType "CEGUI scheme 5" and so on.
However, it fails to work for my looknfeel file.
using:
Code: Select all
ceed-migrate looknfeel TaharezLook.looknfeel TaharezLook_0_8.looknfeel
I get the following errors output:
Code: Select all
Qt: Untested Windows version 6.2 detected!
Starting migration!
Traceback (most recent call last):
File "D:\python_2-7-2\lib\site-packages\cx_Freeze\initscripts\Console.py", lin
e 27, in <module>
File "bin/ceed-migrate", line 79, in <module>
File "bin/ceed-migrate", line 72, in main
File "e:\dev\Scamper\cegui_mk2\ceed11\ceed\compatibility\__init__.py", line 17
2, in transform
File "e:\dev\Scamper\cegui_mk2\ceed11\ceed\compatibility\looknfeel\cegui.py",
line 194, in transform
AttributeError: 'module' object has no attribute 'layout'
I get the same error whether or not I specify --targetType and --sourceType.
Does anybody know where I am going wrong with this?
Any help appreciated.
Cheers,
Nick