<HTML><HEAD>
<META content="text/html; charset=iso-8859-15" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16490"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>I had the same problem with the build.py file and was executing it from a batch file.&nbsp; You need to go to the directory and then execute the build.py file I.E.:</DIV>
<DIV>D:</DIV>
<DIV>cd \gwt\openlayers-2.8\openlayers-2.8\build</DIV>
<DIV>build.py full.cfg</DIV>
<DIV>&nbsp;</DIV>
<DIV>Try that and you should be good to go...</DIV>
<DIV>&nbsp;</DIV>
<DIV>Shawn<BR><BR>&gt;&gt;&gt; On 3/16/2010 at 7:47 AM, paweluz &lt;paweluz@o2.pl&gt; wrote:<BR></DIV>
<DIV style="BORDER-LEFT: #050505 1px solid; BACKGROUND-COLOR: #f3f3f3; MARGIN: 0px 0px 0px 15px; PADDING-LEFT: 7px"><BR>Hi!<BR><BR>I have done some changes to the fiole XMLHttpRequest.js file, and now I want<BR>to build Openlayers (deploy to one OpenLayers.js file) but I having some<BR>problem... I am using OpenLayers 2.8 on Windows2000 and Python2.6. I opened<BR>the cmd and tried this approaches:<BR><BR>- D:\GWT\OpenLayers-2.8\OpenLayers-2.8\build\build.py<BR>I got ImportError: No module named mergejs<BR><BR>This is weird because in the begging of the build.py file I have line<BR>'sys.path.append("../tools") ', so I think the file should be available.<BR><BR>- I copied the file mergejs from tool folder to build folder and try one<BR>again D:\GWT\OpenLayers-2.8\OpenLayers-2.8\build\build.py<BR>I got IOError: [Errno 2] No such file or directory: 'full.cfg'<BR><BR>This is also weird because it is in the same folder<BR>- I tried D:\GWT\OpenLayers-2.8\OpenLayers-2.8\build\build.py full.cfg<BR>I got IOError: [Errno 2] No such file or directory: 'full.cfg' <BR><BR>- I tried D:\GWT\OpenLayers-2.8\OpenLayers-2.8\build\build.py<BR>D:\GWT\OpenLayers-2.8\OpenLayers-2.8\build\full.cfg<BR>I got ImportError: No module named toposort<BR><BR>- I copy the file from tool folder to build folder and try again <BR>I got KeyError: 'OpenLayers/SingleFile.js'<BR><BR>What is going on... all I got are errors. Am I doing something wrong. My<BR>python is working fine for sure. So I do not know what is wrong...<BR><BR>Any help, please...<BR>Poul<BR><BR><BR><BR>-- <BR>View this message in context: <A href="http://n2.nabble.com/Building">http://n2.nabble.com/Building</A>-Openlayers-on-Windows-build-py-tp4743084p4743084.html<BR>Sent from the OpenLayers Users mailing list archive at Nabble.com.<BR>_______________________________________________<BR>Users mailing list<BR>Users@openlayers.org<BR><A href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</A><BR></DIV></BODY></HTML>