|
|
2007-11-29
, 08:57
|
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#2
|
|
|
2007-11-29
, 09:26
|
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#3
|
|
|
2007-11-29
, 09:52
|
|
|
Posts: 696 |
Thanked: 1,012 times |
Joined on Mar 2006
@ Asturies, Spain
|
#4
|
|
|
2007-11-29
, 11:52
|
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#5
|
|
|
2007-11-29
, 15:01
|
|
Posts: 334 |
Thanked: 55 times |
Joined on Aug 2007
@ Eastern Ontario, Canada
|
#6
|
If memory serves, SimpleXMLRPCServer (and its dependency BaseHTTPServer) are just plain python scripts in the standard library. In a pinch it's possible to just lift them off any python installation (eg on a Windows PC) and copy them over to the python lib directory on the tablet. I remember doing this in the OS2005 days...
It's more of a problem if the missing lib is a compiled python object (like datetime.pyo), obviously.
|
|
2007-11-30
, 00:38
|
|
Posts: 133 |
Thanked: 8 times |
Joined on Aug 2007
@ SF, CA
|
#7
|
"The following modules are only available in the SDK:
distutils, pdb, pydoc, BaseHTTPServer, SimpleHTTPServer, SimpleXMLRPCServer, CGIHTTPServer, cgi, cgitb, DocXMLRPCServeri, robotparser, smtpd, compile, encodings.cp*, encodings.mac*, doctest, unittest, config, symtable, tabnanny, timeit, trace and hotshot."
I am interested in using the SimpleXMLRPCServer on the IT and the doc says that it is only installed in the SDK. What does this mean? That they are only installed in Scratchbox and not on the IT?
If so, then what is involved in getting SimpleXMLRPCServer and its parents installed on an IT.
Is it just a copy of some .py files?
Has anyone done this?
Thanks in advance.