I have seen this problem before. If I test the Qx framework on a new machine, it always works without a problem, but this error crops up on older machines. I don't have a definitive answer, but I think it might have something to do with multiple versions of python or python libraries installed. You might try checking the path variable and seeing if there are other python installations on your computer. You could make sure that the only python path references are to the newest version. (Make sure you back up any changes you make in case you need to revert to an old version.)
I hope this helps, -Dan thron7 wrote: > > Hi Amit, > > I've tried to repro your problem on our Windows XP test machine, using a > vanilla qooxdoo-0.8-sdk and the same paths and invocation as you - it > works flawlessly! :-/ > > Thomas > > Amit Rana wrote: >> Hi, >> >> I am trying to get a feel of v0.8 now but facing problems running the >> Hello world program (http://qooxdoo.org/documentation/0.8/helloworld). >> >> I followed all the steps but when I run "generate.py source ", I get the >> error : >> >> C:\custom>generate.py source >> Traceback (most recent call last): File >> "C:\qooxdoo-0.8-sdk\tool\bin\generator.py", line 24, in <module> from >> optparseext.ExtendAction import ExtendAction >> ImportError: No module named optparseext.ExtendAction >> >> Can anyone help me out here ? >> >> regards >> >> > > ------------------------------------------------------------------------- > 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 > > -- View this message in context: http://www.nabble.com/0.8---Error-in-Hello-World-application-tp20422326p20427616.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
