If you need a quick working solution and need to tinker with different versions of a library, I can recommend you to 'virtualenv':
http://pypi.python.org/pypi/virtualenv If you indeed end up needing a different Python version, just download it and install it using the 'make altinstall' command (on U*ix systems). This allows you to have a second version of Python installed on your system, but you have to use explicit names for the executables (e.g. "python2.5"). T. On 01/27/2011 03:02 PM, Simone Pandolfo wrote: > There is an alternative to The Rpc python contrib? is really a mess > I can't use python 2.4/2.5 and for the same circumstance, i can't > downgrade cjson to 1.0.3. > at the moment i'm using qxrpc.py (by Igor Sidorenkov) integrated with > cherrypy3 using python 2.6 but i have some problem with query/json > perfomance and i'm trying to see some other solution. > > I need to close part of the project in few days, after i'm looking > node.js but a good rpc backend for the most used language is really a > missing part > > Regards > Sp > > Il giorno gio, 27/01/2011 alle 14.35 +0100, Simone Pandolfo ha scritto: >> I have downloaded it trough svn, but the browse link (near the svn ) >> don't work, and the import of the contrib trough config.json don't work >> today. >> >> Also i need to see some code inside qxjsonrpc and the link >> http://python.cx.hu/qxjsonrpc >> also don't work. >> >> Regards >> Sp >> Il giorno gio, 27/01/2011 alle 14.08 +0100, Thomas Herchenroeder ha >> scritto: >>> Which link are you referring to?! Which error do you get?! >>> >>> On 01/27/2011 02:00 PM, Simone Pandolfo wrote: >>>> I know, but the link for the download don't work >>>> >>>> Il giorno gio, 27/01/2011 alle 13.43 +0100, thron7 ha scritto: >>>>> qxjsonrpc is now part of the RpcPython contrib: >>>>> http://qooxdoo.org/contrib/project#rpcpython >>>>> >>>>> t. >>>>> >>>>> On 01/27/2011 11:48 AM, Simone Pandolfo wrote: >>>>>> The url in the documentantion don't work and reply with a 404 Error, >>>>>> anyone have an update qxjsonrpc package? >>>>>> >>>>>> I need it but this morning we have problem with both contributions >>>>>> download and this package >>>>>> >>>>>> Regards >>>>>> Sp >>>>>> >>>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! >>>>> Finally, a world-class log management solution at an even better >>>>> price-free! >>>>> Download using promo code Free_Logger_4_Dev2Dev. Offer expires >>>>> February 28th, so secure your free ArcSight Logger TODAY! >>>>> http://p.sf.net/sfu/arcsight-sfd2d >>>>> _______________________________________________ >>>>> qooxdoo-devel mailing list >>>>> [email protected] >>>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >>>>> >>>> >>> >>> ------------------------------------------------------------------------------ >>> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! >>> Finally, a world-class log management solution at an even better price-free! >>> Download using promo code Free_Logger_4_Dev2Dev. Offer expires >>> February 28th, so secure your free ArcSight Logger TODAY! >>> http://p.sf.net/sfu/arcsight-sfd2d >>> _______________________________________________ >>> qooxdoo-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >>> >> > ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
