Levi Campbell wrote:
> Is there a way to export a record from a database kept with bsddb to
> MS Word, possibly with some type of formatting data?
import win32com.client
try: import psyco; psyco.full()
except ImportError: pass
app = win32com.client.Dispatch("Word.Application")
app.Visible = Tru
Levi Campbell wrote:
> Is there a way to export a record from a database kept with bsddb to
> MS Word, possibly with some type of formatting data?
import win32com.client
try: import psyco; psyco.full()
except ImportError: pass
app = win32com.client.Dispatch("Word.Application")
app.Visible = Tru
Is there a way to export a record from a database kept with bsddb to
MS Word, possibly with some type of formatting data?
--
http://mail.python.org/mailman/listinfo/python-list