Java JMS and python

2020-04-13 Thread Sam
Hi, We are not a java shop and we are trying to interface with an API that is "JMS only". We asked if it supported activeMQ or STOMP and they replied that it is Sun JMS only. So what does that mean if we want to communicate with it from python or similar? Curious if anyone els

No module named 'gi'

2020-04-13 Thread Jon Danniken
Hello all, I am coming up with this error when, after installing Dropbox, I try to run Dropbox on my machine (kubuntu 18.04): $ dropbox start -i Starting Dropbox...Traceback (most recent call last): File "/usr/bin/dropbox", line 1452, in start download() File "/usr/bin/dropbox", line 294

Re: Java JMS and python

2020-04-13 Thread Chris Angelico
On Tue, Apr 14, 2020 at 11:20 AM Sam wrote: > > Hi, > > We are not a java shop and we are trying to interface with an API that > is "JMS only". We asked if it supported activeMQ or STOMP and they > replied that it is Sun JMS only. So what does that mean if we want to > communicate

Re: No module named 'gi' [SOLVED]

2020-04-13 Thread Jon Danniken
On 4/13/20 8:46 PM, Jon Danniken wrote: Hello all, I am coming up with this error when, after installing Dropbox, I try to run Dropbox on my machine (kubuntu 18.04): SNIP Well it looks like I solved this issue with $pip uninstall conda. Sometimes I just have to ask a question bef

Re: Java JMS and python

2020-04-13 Thread Julio Oña
Hi There is a tool for that (I didn't use it): https://docs.spring.io/spring-python/1.2.x/sphinx/html/jms.html Hope it works for you. Julio El lun., 13 de abr. de 2020 a la(s) 22:44, Chris Angelico (ros...@gmail.com) escribió: > > On Tue, Apr 14, 2020 at 11:20 AM Sam wrote: > > > > Hi, > > > >

Re: Java JMS and python

2020-04-13 Thread Sam
On 4/13/20 9:51 PM, Julio Oña wrote: Hi There is a tool for that (I didn't use it): https://docs.spring.io/spring-python/1.2.x/sphinx/html/jms.html Hope it works for you. Julio El lun., 13 de abr. de 2020 a la(s) 22:44, Chris Angelico (ros...@gmail.com) escribió: On Tue, Apr 14, 2020 at 11:2