Giter Club home page Giter Club logo

Comments (3)

tink044 avatar tink044 commented on June 8, 2024

Example of what I get with the latest version:

C:\Users\Administrator\Downloads\librabbitmq-1.0.1\librabbitmq-1.0.1>setup.py install
running install
running bdist_egg
running egg_info
writing librabbitmq.egg-info\PKG-INFO
writing top-level names to librabbitmq.egg-info\top_level.txt
writing dependency_links to librabbitmq.egg-info\dependency_links.txt
reading manifest file 'librabbitmq.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '' under directory 'tests'
no previously-included directories found matching '
.o'
no previously-included directories found matching '.la'
no previously-included directories found matching '
.so'
no previously-included directories found matching '*.dylib'
writing manifest file 'librabbitmq.egg-info\SOURCES.txt'
installing library code to build\bdist.win32\egg
running install_lib
creating build\bdist.win32\egg
creating build\bdist.win32\egg\pkgconfig
copying build\lib\pkgconfig\librabbitmq.pc -> build\bdist.win32\egg\pkgconfig
copying build\lib\rabbitmq.1.lib -> build\bdist.win32\egg
creating build\bdist.win32\egg\EGG-INFO
copying librabbitmq.egg-info\PKG-INFO -> build\bdist.win32\egg\EGG-INFO
copying librabbitmq.egg-info\SOURCES.txt -> build\bdist.win32\egg\EGG-INFO
copying librabbitmq.egg-info\dependency_links.txt -> build\bdist.win32\egg\EGG-INFO
copying librabbitmq.egg-info\not-zip-safe -> build\bdist.win32\egg\EGG-INFO
copying librabbitmq.egg-info\top_level.txt -> build\bdist.win32\egg\EGG-INFO
creating 'dist\librabbitmq-1.0.1-py2.6.egg' and adding 'build\bdist.win32\egg' to it
removing 'build\bdist.win32\egg' (and everything under it)
Processing librabbitmq-1.0.1-py2.6.egg
removing 'c:\python26\lib\site-packages\librabbitmq-1.0.1-py2.6.egg' (and everything under it)
creating c:\python26\lib\site-packages\librabbitmq-1.0.1-py2.6.egg
Extracting librabbitmq-1.0.1-py2.6.egg to c:\python26\lib\site-packages
Removing librabbitmq 1.0.0 from easy-install.pth file
Adding librabbitmq 1.0.1 to easy-install.pth file

Installed c:\python26\lib\site-packages\librabbitmq-1.0.1-py2.6.egg
Processing dependencies for librabbitmq==1.0.1
Finished processing dependencies for librabbitmq==1.0.1

from librabbitmq.

ask avatar ask commented on June 8, 2024

librabbitmq does not support Windows at this point, as it depends on a working make and configure.
I just noticed that there is a Windows classifier for the package but this must have been left there in error.

I'm not sure how much work there would be in supporting it on Windows, and I don't have much experience with that platform. I think the rabbitmq-c library itself supports Windows, but have no idea how to automatically build it (which would require a working copy of Visual Studio). The best way would probably be to create Windows binaries, but I do not currently have the time to work on this (nor do I have Windows available)

from librabbitmq.

soandos avatar soandos commented on June 8, 2024

I don't know how to get windows to support it (I ran into this issue as well), but I do know that its probably not that much work.

I was able to use cmake to generate the rabbitmq dll file after just replacing unistd with winsock2.

The only remaining issue is that it wants to link against Python.lib, and I know nothing about that.

from librabbitmq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.