[pyar] Compilar pytaglib con Visual Studio C++

Luis Andraschnik luis.andraschnik en gmail.com
Vie Dic 15 12:01:28 ART 2017


Hola!
si tenés c++ habilitado en visual studio (Visual Studio 2015 doesn't
install C++ by default. You have to rerun the setup, select Modify and then
check Programming Language -> C++)

Luego en una consola de DOS (cmd ó Powershell)
pip install pytaglib (tenés que tener pip instalado, si es Python >=3.5 ya
está instalado)

Lo baja sólo y compila e instala

Saludos!
Luis

2017-12-15 11:02 GMT-03:00 Marian <mavignau en gmail.com>:

>
> *Necesito instalar en Windows 7 la siguiente librería:*
>
> *https://pypi.python.org/pypi/pytaglib
> <https://pypi.python.org/pypi/pytaglib>*
>
> *El Procedimiento es :*
>
>
>    1. Install Microsoft Visual Studio 2015 Community Edition
>    <https://www.visualstudio.com/downloads/download-visual-studio-vs>. In
>    the installation process, be sure to enable C/C++ support.
>    2. Download and build taglib:
>       1. Download the current taglib release
>       <https://github.com/taglib/taglib/releases> and extract it
>       somewhere on your computer.
>       2. Start the VS2015 x64 Native Tools Command Prompt. On Windows
>       8/10, it might not appear in your start menu, but you can find it here:
>       C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Visual Studio
>       2015\Visual Studio Tools\Windows Desktop Command Prompts
>       3. Navigate to the extracted taglib folder and type: cmake -G
>       "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=".\
>       taglib-install" to generate the Visual Studio project files.
>       4. Type msbuild INSTALL.vcxproj /p:Configuration=Release which will
>       “install” taglib into the taglib-install subdirectory.
>    3. Still in the VS2015 command prompt, navigate to the pytaglib
>    directory.
>    4. Tell pytaglib where to find taglib: set
>    TAGLIB_HOME=C:\Path\To\taglib-install
>    5. Build pytaglib: python setup.py build and install: python setup.py
>    install
>
> No encuentro cómo ejecutar las órdenes de los puntos 2.3 y 2.4
>
>
> Muchas gracias
> --
> Marian
> "La función de un buen software es hacer que lo complejo aparente ser
> simple " Grady Booch
> ____________________________
>
> _______________________________________________
> Lista de Correo de PyAr - Python Argentina - pyar en python.org.ar
> Sitio web: http://www.python.org.ar/
>
> Para administrar la lista (o desuscribirse) entrar a
> http://listas.python.org.ar/listinfo/pyar
>
> La lista de PyAr esta Hosteada en USLA - Usuarios de Software Libre de
> Argentina - http://www.usla.org.ar
>
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20171215/1143a15d/attachment.html>


Más información sobre la lista de distribución pyar