you can use python's shelve, and pprint to get a simple dump of the file.

$ python
>>> import shelve, pprint
>>> f=shelve.open('yahoouser.dbm')
>>> pprint.pprint(f)
>>> f.close()

On Tue, Aug 3, 2010 at 5:33 PM, joeuser <l...@uark.edu> wrote:
> Anyone know how to extract the PyYIMt user data out of the
> yahoouser.dbm file?  Or perhaps know of a script that would extract
> the data and create the xml files that contain the user data?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "py-transports" group.
> To post to this group, send email to py-transpo...@googlegroups.com.
> To unsubscribe from this group, send email to 
> py-transports+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/py-transports?hl=en.
>
>



-- 
- Norman Rasmussen
 - Email: nor...@rasmussen.co.za
 - Home page: http://norman.rasmussen.co.za/

-- 
You received this message because you are subscribed to the Google Groups 
"py-transports" group.
To post to this group, send email to py-transpo...@googlegroups.com.
To unsubscribe from this group, send email to 
py-transports+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/py-transports?hl=en.

Reply via email to