This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sulakshana
Recipients sulakshana
Date 2011-05-09.07:49:38
SpamBayes Score 0.00024158077
Marked as misclassified No
Message-id <1304927379.74.0.0716005360377.issue12035@psf.upfronthosting.co.za>
In-reply-to
Content
I tried following instructions given in http://about.validator.nu/#src to install validator.nu on windows. 1. changed hg clone https://bitbucket.org/validator/build build to hg.py clone https://bitbucket.org/validator/build build as HG was not getting recognised in windows. 2. when i tried to run python build/build.py all getting the following error..

pasting the entire thing... how to solve this???

C:\www\checker>python build/build.py all "hg.py" pull --update -R build https://bitbucket.org/validator/build/ Traceback (most recent call last): File "build/build.py", line 1041, in selfUpdate()

File "build/build.py", line 797, in selfUpdate hgCloneOrUpdate("build", hgRoot)

File "build/build.py", line 777, in hgCloneOrUpdate runCmd('"%s" pull --update -R %s %s%s/' % (hgCmd, mod, baseUrl, mod))

File "build/build.py", line 173, in runCmd subprocess.call(cmd)

File "C:\www\Python27\lib\subprocess.py", line 486, in call return Popen(*popenargs, **kwargs).wait()

File "C:\www\Python27\lib\subprocess.py", line 672, in init errread, errwrite)

File "C:\www\Python27\lib\subprocess.py", line 882, in _execute_child startupinfo)

WindowsError: [Error 193] %1 is not a valid Win32 application
History
Date User Action Args
2011-05-09 07:49:39sulakshanasetrecipients: + sulakshana
2011-05-09 07:49:39sulakshanasetmessageid: <1304927379.74.0.0716005360377.issue12035@psf.upfronthosting.co.za>
2011-05-09 07:49:39sulakshanalinkissue12035 messages
2011-05-09 07:49:38sulakshanacreate