Toni Alatalo wrote: > though i think just using the standard python urllib for it would work too, > if/as ironpython has implemented all the base types (like socket) so > seems that FePy project was helping with that back then,
---from: http://lists.ironpython.com/pipermail/users-ironpython.com/2007-May/004943.html [IronPython] urllib.urlopen(url).read() problem The simplest solution is to use FEPY_OPTIONS=network, which lets IPCE to use FePy's version of socket, select, and ssl module. More here: http://fepy.sourceforge.net/doc/fepy-options.html --- note that is from 2007, i don't know how it is now, we've usually used the .net libs within .net even when using ironpython). within cpython have been happy with urllib for many things. >> Jani >> > > ~Toni > same. >> 2009/4/8 Toni Alatalo <[email protected] <mailto:[email protected]>> >> >> >> zeshu wrote: >> > I have some data on a php web page.Now i need that data in >> realXtend.i >> > checked two methods in LSL one is httprequest and XML-RPC.How i can >> > use these functions in Python. >> > >> >> are they exposed in the rexscript system? basically it always >> calls the >> opensim scripting api, >> i.e. is same as the lsl impls. >> >> i think you can also use any .net library that your system has >> installed >> on your server, >> similarily to how use in it c# but just within ironpython (which >> rexscript uses). >> >> ~Toni >> >> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/realxtend http://www.realxtend.org -~----------~----~----~----~------~----~------~--~---
