On Sat, 2006-07-22 at 15:55 -0700, Michael Winslow wrote: > Is there a problem between tpclient-pywx and tpserver-cpp on resource > retrieval? > > I'm using the tpclient-pywx v0.1.1 inplace client and built a > head-of-stream version of tpserver-cpp. But when the client starts up, > it is hanging on retrieving its first resource.
The old version of the client no longer works with the latest servers. Try the one currently in darcs. I'm hoping to do a new release as soon as I figure out a few small issues. Setting up under Linux Install, using YUM, apt-get, or other * Python * wxPython 2.6 * PIL * Numeric or NumArray * Darcs Then mkdir tp cd tp darcs get --partial http://darcs.thousandparsec.net/repos/scratchpad darcs get --partial http://darcs.thousandparsec.net/repos/libtpproto-py darcs get --partial http://darcs.thousandparsec.net/repos/libtpclient-py darcs get --partial http://darcs.thousandparsec.net/repos/tpclient-pywx cd scratchpad sh setup.sh cd .. cd tpclient-pywx ./tpclient-pywx > It appears to get the resource IDs just fine, only hanging when getting > the resources themselves. > > For now, I'm just commenting out the two lines in the client that > retrieve resources and resource IDs. > > Michael Mithro _______________________________________________ tp-devel mailing list [email protected] http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
