Menu

how can i install it in a x64 machine?

sjjwind
2013-10-20
2013-10-24
  • sjjwind

    sjjwind - 2013-10-20

    when i was installing pyparsing in Win8(64bit),it showed missing msvcr71.dll.does it help when i download a msvcr71.dll?

     
  • Paul McGuire

    Paul McGuire - 2013-10-20

    Be sure that you have installed Python first – I’m pretty sure that this will install all the necessary DLLs that the pyparsing installation will require.

    -- Paul

     
    • sjjwind

      sjjwind - 2013-10-23

      I have installed Python for some days(python 2.7.5),when I was installing matplotlib,it reminded me that I need a pyparsing first,but I have downloaded all the available version for windows,the problem was still existed.

       
      • Werner F. Bruhin

        On 23/10/2013 05:36, sjjwind wrote:

        I have installed Python for some days(python 2.7.5),when I was
        installing matplotlib,it reminded me that I need a pyparsing first,but
        I have downloaded all the available version for windows,the problem
        was still existed.

        msvcr71.dll is MS Runtime dll, I use Python 2.7.5 (32bit but that does
        not influence the MS runtime version, as far as I know) and it uses a
        newer version, i.e. msvcr90.dll which is installed in the Python27
        folder next to the Microsoft.VC90.CRT.manifest.

        IIRC msvcr71.dll was used with Python 2.5 and 2.6.

        Are you sure that you have installed the Python 2.7.5 64 bit installer?
        Are you sure that when you run pyparsing setup.py that you are using
        that version of Python and not another one you have installed on your
        system?

        Werner

         
        • sjjwind

          sjjwind - 2013-10-24

          I Know,the version I have installed was python 2.7.5 32bit.Thank you very much!

           

Log in to post a comment.