Hello, I'm trying to get the "Hello World" sample to work. nfortunately I received a Path Not Found error from Python whilst executing the create-application.py script.
os.path.join(dir, "source", "class", namespace) WindowsError: [Error 3] Das System kann den angegebenen Pfad nicht finden In english: system can not find specified path Here are the steps I took: I unzipped the Qooxdoo file into C:\develop\QooxDoo-08sdk In order to invoke Python I created a cmd file @echo off rem commands according to http://qooxdoo.org/documentation/0.8/helloworld set PATH=C:\Programme\Python;%PATH% rem Check assoc .py echo .py=Python.File this should be printed in the line above pause C:\develop\QooxDoo-08sdk\tool\bin\create-application.py --name=develop\qooxdoo\custom --out=C: pause This is the output including the error message at its' end C:\develop\qooxdoo>qxca .py=Python.File .py=Python.File this should be printed in the line above Drücken Sie eine beliebige Taste . . . >>> Copy skeleton into the output directory: C:\develop\qooxdoo\custom Traceback (most recent call last): File "C:\develop\QooxDoo-08sdk\tool\bin\create-application.py", line 254, in < module> main() File "C:\develop\QooxDoo-08sdk\tool\bin\create-application.py", line 246, in m ain options.skeleton_path File "C:\develop\QooxDoo-08sdk\tool\bin\create-application.py", line 55, in cr eateApplication copySkeleton(skeleton_path, app_type, outDir, namespace) File "C:\develop\QooxDoo-08sdk\tool\bin\create-application.py", line 78, in co pySkeleton os.path.join(dir, "source", "class", namespace) WindowsError: [Error 3] Das System kann den angegebenen Pfad nicht finden Drücken Sie eine beliebige Taste . . . Can anyone help me to get this work? Thanks a bunch Sascha -- View this message in context: http://www.nabble.com/Get-started%2C-Hello-World-sasmple%2C-Error-whilst-executing-create-application.py-tp19398516p19398516.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
