Re: Java is killing me! (AKA: Java for Pythonheads?)

2011-08-13 Thread rav
On Aug 12, 1:35 pm, MRAB wrote: > On 12/08/2011 18:02, kj wrote: > > > > > > > > > > > *Please* forgive me for asking a Java question in a Python forum. > > My only excuse for this no-no is that a Python forum is more likely > > than a Java one to have among its readers those who have had to > > d

Re: 3D cube navigation

2010-09-11 Thread rav
On Sep 10, 9:10 pm, sahilsk wrote: > hi, i need to make a 3d cube as a navigation menu.. each face having > separate  button .. or effect. > any idea,  how can i make one such 3D figures with functionality of > mouse events? One of options is AS3 and Papervision3D - free Flex SDK and many tutoria

Re: intervall of about 1 second for xmlrpc calls?

2010-05-21 Thread rav
I had similar problem with SimpleXMLRPCServer Create the request handler class class ExtendedXMLRPCRequestHandler(SimpleXMLRPCRequestHandler): # originally this one was slowing down my server A LOT due to DNS settings!!! def log_request(self, *args): pass and put it in your Simple