Please post the output of a '-v' run of the generator. I suppose you're working on Windows, with Cmd shell. Use this command line:
python generate.py source-all -v > output.txt 2>&1 This assures that stdout and stderr go together in order, and are captured in the same file. (The leading "python" is significant). What is the run time behaviour of your app? Is it running alright, or do you get exceptions from undefined symbols? T. On 01/10/2011 06:52 PM, mmbolido Gazeta.pl wrote: > Here you are:-) > > Best regards, > Adam > > 2011/1/8 thron7 <[email protected] > <mailto:[email protected]>> > > Can you post the output (stdout and stderr) of the generate.py run?! > > T. > > > Hi, > > > > When I use generate with source or source-all options, I get warning: > > Warning: Circular dependencies between packages: #7 - #15 > > > > How can I eliminate this warning? > > > > Best regards, > > Adam > > > > > ------------------------------------------------------------------------------ > Gaining the trust of online customers is vital for the success of any company > that requires sensitive data to be transmitted over the Web. Learn how to > best implement a security strategy that keeps consumers' information secure > and instills the confidence they need to proceed with transactions. > http://p.sf.net/sfu/oracle-sfdevnl > > > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
