The generator uses the urllib module of Python. This module checks for proxy settings in the shell environment which runs the generator command. ON *ix systems for example, you can set an environment variable, like
http_proxy="http://www.someproxy.com:3128"; export http_proxy On Windows, if no shell settings are found, the registry will be queried. On MacOS, the Internet Config will be queried. At least, that's what the docs say. Give it a go, and report back any outcomes. For details see [1]. T. [1] http://docs.python.org/release/2.5.4/lib/module-urllib.html On 11/10/2010 10:57 AM, Norbert Schroeder wrote: > > Hi, > > is there any chance of getting the generator to download a qooxdoo > contribution from behind a proxy server? > > Cheers, > > Norbert > ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
