Reply to comment

  • Anonymous

    I solved in a really simple way. Just go to your python install folder which should be C:\Python25 or C:\Program Files\Python25 then go to the subdirectory Lib\distutils, search for a file called version.py and make a backup copy of it. Then open it in any text editor and search for the line:

    version_re = re.compile(r'^(\d+) \. (\d+) (\. (\d+))? ([ab](\d+))?$',re.VERBOSE)

    and change it with:

    version_re = re.compile(r'^(\d+) \. (\d+) (\. (\d+))? (\. (\d+))? ([ab](\d+))?$',re.VERBOSE)

    Save the file and run build.bat again.

  • Reply

    • Web page addresses and e-mail addresses turn into links automatically.
    • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
    • Lines and paragraphs break automatically.

    More information about formatting options

    CAPTCHA
    This question is for testing whether you are a human visitor and to prevent automated spam submissions.

    Website © 2000-2010 Slurdge | XHTML valid | Get Firefox !