User Tools

Site Tools


packages:python-poldek

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
packages:python-poldek [2006-06-07 01:26]
glen
packages:python-poldek [2008-07-29 20:00]
grizz more adequate name
Line 1: Line 1:
- 
- 
-====== Poldek unofficial Python bindings ====== 
-Here's some information i managed to gather by looking at swig source and py code. A lot of help gave ''​cli/​test_cli.c'',​ had no clue where to start from.  
- 
-Very first success: ​ 
- 
-<​file>​$ python 
-Python 2.4.3 (#1, May 15 2006, 19:23:25) 
-[GCC 3.3.6 (PLD Linux)] on linux2 
-Type "​help",​ "​copyright",​ "​credits"​ or "​license"​ for more information. 
->>>​ import poldek 
->>>​ poldek.lib_init() 
->>>​ ctx = poldek.poldek_ctx() 
->>>​ print ctx 
-<C poldek_ctx instance at _e0b70708_p_poldek_ctx>​ 
->>>​ ctx.load_config("​foo"​) 
-error: foo: No such file or directory 
-0 
->>>​ 
-</​file>​ 
- 
- 
-===== poldek_ctx ===== 
- 
-  * ctx.load_config(CONFIGFILE) ​ 
-CONFIGFILE string path to config file  
- 
- 
-  * ctx.configure(CONSTANT,​ "​value"​) ​ 
- 
- 
-<​file>>>>​ import poldekmod 
->>>​ ctx.configure(poldekmod.POLDEK_CONF_PM,​ "​vrpm"​) 
-1 
->>>​ ctx.configure(poldekmod.POLDEK_CONF_CACHEDIR,​ "/​tmp/​cache"​) 
-1 
-</​file>​ 
- 
- 
-===== poclidek_ctx ===== 
- 
- 
-<​file>>>>​ cctx = poldek.poclidek_ctx(ctx) 
- 
-</​file>​ 
  
packages/python-poldek.txt ยท Last modified: 2013-04-10 14:45 by glen