PLDWWW: Packages/Poldek

glen glen at pld-linux.org
Wed Jun 7 01:42:10 CEST 2006


Author: glen   Date: Tue Jun  6 23:42:10 2006 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/Packages/Poldek
---- Log message:


---- Page affected: Packages/Poldek

---- Diffs:

================================================================
  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:
  {{{
  $ python
  Python 2.4.3 (#1, May 15 2006, 19:23:25)
@@ -19, +18 @@

  >>> ctx.load_config("foo")
  error: foo: No such file or directory
  0
- >>>
+ >>> ctx.setup()
+ 1
+ >>> allpkg = ctx.get_avail_packages()
+ 
  }}}
  
  


More information about the pld-cvs-commit mailing list