First of probably many questions as I try to get 0.8 installed and working...

Is there a way to check that the below command to set the Python %PATH% has actually worked?

I am not sure. Please try "echo %PATH%". Should show the new path.

That did the trick, cheers (afraid I'm not much of a Windows command line type! :-) )



http://qooxdoo.org/documentation/0.8/helloworld


        Windows

Add your native Python installation to the list of directories, which contain your regular executables. Suppose you installed Python to its default location |C:\Python25|, execute the following in your Windows command shell:

set PATH=C:\Python25;%PATH%

For each step in the Hello World process, there should be a way to check that it has actually worked... I'll happily add anything I discover to the wiki.


That's a welcome contribution. Feel free to add any enhancements. Thanks.

I've updated the wiki -- hopefully my lack of qooxdoo knowledge will be of use in making the getting started docs a bit better for those that follow (looking forward to lending a hand on this front).

Cheers,
-Chris







-------------------------------------------------------------------------
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

Reply via email to