"Robert Kern" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> tlviewer wrote:
> 
> > Is there another way to parse the central directory out of
> > a CHM file?
> 
> google("chmlib python")

Anyone know the calling syntax for the functions?

PythonWin 2.3.2 (#49, Nov 13 2003, 10:34:54) [MSC v.1200 32 bit (Intel)] on 
win32.
Portions Copyright 1994-2001 Mark Hammond 
([EMAIL PROTECTED]) - see 'Help/About PythonWin' for further copyright 
information.
>>> import os, sys
>>> import pychm._chmlib as chm
>>> obj=chm.chm_open('e:/batch/AdvCrypto')
>>> obj
>>> chm.chm_open('e:/batch/AdvCrypto')
>>> chm
<module 'pychm._chmlib' from 'E:\Python23\Lib\site-packages\pychm\_chmlib.pyd'>
>>> enm=chm.chm_enumerate()
Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
TypeError: chm_enumerate() takes exactly 4 arguments (0 given)
>>> chm.chm_enumerate(obj)

I doubt if the build is good ...

regards,
tlviewer

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to