Coder Social home page Coder Social logo

python-mqlight's People

Contributors

allmightyspiff avatar davidjmccann avatar dnwe avatar elliotgregory avatar mimaison avatar simongormley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

python-mqlight's Issues

Uploaded newest version to Pypi

Hey guys,

would it be possible to upload the 2016 release to pypi?

It's needed for projects that are based on python3.

Best,
Patrick

Installation problems

I'm having trouble running setup.py to get this library installed.

Here is basically what I'm doing

git clone https://github.com/mqlight/python-mqlight.git
cd python-mqlight
python setup.py install

This gives me an error

IOError: [Errno 2] No such file or directory: '/domainThing/python-mqlight/description.rst'

If I just create an empty file with that name I can get a bit farther.

# python setup.py install
running install
running bdist_egg
running egg_info
writing requirements to mqlight.egg-info/requires.txt
writing mqlight.egg-info/PKG-INFO
writing top-level names to mqlight.egg-info/top_level.txt
writing dependency_links to mqlight.egg-info/dependency_links.txt
reading manifest file 'mqlight.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'include'
writing manifest file 'mqlight.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
running build_ext
building '_cproton' extension
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/domainThing/python-mqlight/include -I/usr/include/python2.7 -c mqlight/cproton.c -o build/temp.linux-x86_64-2.7/mqlight/cproton.o
x86_64-linux-gnu-gcc: error: mqlight/cproton.c: No such file or directory
x86_64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 4

I've installed qpid-proton-0.12, but I don't see a cproton.c file anywhere on my system. Suggestions?

#  locate cproton
/usr/lib/python2.7/dist-packages/_cproton.so
/usr/lib/python2.7/dist-packages/cproton.py
/usr/lib/python2.7/dist-packages/cproton.pyc
/usr/lib/python2.7/dist-packages/cproton.pyo

Also, if I'm just doing this wrong please let me know (a readme.md file would help too).

Thanks.

Get messages from the queue

Is it possible to get old messages from MQlight?

For example, if I use examples/send.py to create a message, THEN use examples/recv.py to get items, nothing happens. I can see the message in the dashboard though.

Running recv.py first, then send.py works, but I can't seem to find a way to get that first message from the queue.

Also, the link to provide feed back in the documentation seems to point to a 404 page :(
https://www.ibm.com/developerworks/community/groups/service/html/communityview/?communityUuid=00a6a6d0-9601-44cb-a2a2-b0b26811790a

If there is a better place to ask these sort of questions, please let me know.

API not return connection closure reasons.

When an AMQP server forces an early closure of a connection ,the AMQP message close will contain the reason, for example maximum connections exceeded. However the caller of the Node API only receives
message: NetworkError: CONNECTION ERROR: The remote computer refused the network connection.
and not the reason.

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.