gnowsis 0.9 and python = sweet bliss (by gunnar)
Gunnar Grimnes recently blogged about his happy moments with the combination of gnowsis 0.9 and python.
the code looks something like that here:
#!/usr/bin/env python
from xmlrpclib import ServerProxy
server=ServerProxy("http://127.0.0.1:9993");
#print server.listMethods()
print getattr(server,"gnowsis-server_dataaccess.querySelect")("gunnar","fulltext")
but read Gunnars original words for full bliss.
the code looks something like that here:
#!/usr/bin/env python
from xmlrpclib import ServerProxy
server=ServerProxy("http://127.0.0.1:9993");
#print server.listMethods()
print getattr(server,"gnowsis-server_dataaccess.querySelect")("gunnar","fulltext")
but read Gunnars original words for full bliss.
leobard - 28. Mar, 01:32
|
- add comment - 0 trackbacks
Trackback URL:
https://leobard.twoday.net/stories/1756187/modTrackback