Hi Tobias, > > Hello, > > > > i get the following error when I try to migrate my application from > 0.6.6 to 0.7beta3 > > > > ------------------------ > > $ make migration > > Traceback (most recent call last): > > File "../qooxdoo-0.7beta3/frontend/framework/tool/migrator.py", line > 597, in ? > > > > main() > > File "../qooxdoo-0.7beta3/frontend/framework/tool/migrator.py", line > 533, in main > > loader.indexSingleScriptInput(path, listIndex, options, fileDb) > > AttributeError: 'module' object has no attribute 'indexSingleScriptInput' > > make: *** [exec-migration] Fehler 1 > > > > > > I followed the manual on > > http://qooxdoo.org/documentation/user_manual/step_for_step_migration_to_0.7 > > > > migration from qooxdoo 0.6.4 or newer** > > > > what could be the problem? > > > thanks for your feedback. We have renamed 'indexSingleScriptInput' internally and you are the lucky one to find this issue ;-)
Hurray dynamic typing :-) Best Fabian ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
