Installing python on RHEL4

2009-08-21 Thread Joshua Boyd
OK, I'm trying to install from the big source tarball that has everything in it. C++ works fine, but now I'm trying to deal with installing the python part. I copy the python directory to where I want it in /opt, and add it to my PYTHONPATH. This worked for M4, but now with 0.5, I get this: >>>

Problem with the dotnet client-010

2009-08-21 Thread John Obaterspok
Hello, When I run the example programs for the donet client-0.10 they hang when connection.close() is called. I've tried this on two different machines. I tried to recompile from latest svn but I get lots of problems: - Why do I need to install python, ant, nant just in order to create the stuff

Re: C++ client won't connect to Java broker

2009-08-21 Thread Jonathan Robie
Rich Stephens wrote: Thanks for the quick reply. It seems I have made some rather silly errors in my client code: 1) I was assigning the newSession to a local session variable instead of my class member (unintentionally) 2) I didn't realize that the "url" argument to open->(URL) was an actual q

Re: C++ client won't connect to Java broker

2009-08-21 Thread Gordon Sim
Rich Stephens wrote: Thanks for the quick reply. It seems I have made some rather silly errors in my client code: 1) I was assigning the newSession to a local session variable instead of my class member (unintentionally) 2) I didn't realize that the "url" argument to open->(URL) was an actual q