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
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
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