[python-win32] Accessing FindWindow for unicode applications?

2007-10-08 Thread Grzegorz Adam Hankiewicz
for Unicode (MSLU). But how do I access this function? -- Rastertech España S.A. Grzegorz Adam Hankiewicz /Jefe de Producto TeraVial/ C/ Perfumería 21. Nave I. Polígono industrial La Mina 28770 Colmenar Viejo. Madrid (España) Tel. +34 918 467 390 (Ext.17) *·* Fax +34 918 457 889

Re: [python-win32] gencache module and read-only access to python dir

2007-06-18 Thread Grzegorz Adam Hankiewicz
. -- Rastertech España S.A. Grzegorz Adam Hankiewicz /Jefe de Producto TeraVial/ C/ Perfumería 21. Nave I. Polígono industrial La Mina 28770 Colmenar Viejo. Madrid (España) Tel. +34 918 467 390 (Ext.17) *·* Fax +34 918 457 889 [EMAIL PROTECTED

Re: [python-win32] How to convert an OLE image from ODBC?

2007-05-12 Thread Grzegorz Adam Hankiewicz
wrapping everything into a big try/except with error logging to a file and see how it goes. Thanks for the help. -- Rastertech España S.A. Grzegorz Adam Hankiewicz /Jefe de Producto TeraVial/ C/ Perfumería 21. Nave I. Polígono industrial La Mina 28770 Colmenar Viejo. Madrid (España) Tel

[python-win32] How to convert an OLE image from ODBC?

2007-05-11 Thread Grzegorz Adam Hankiewicz
I have an access database I can access through python. A query for the image column returns binary data, but this data is in OLE image/bitmap format. Is it possible to convert this into something PIL understands? -- Rastertech España S.A. Grzegorz Adam Hankiewicz /Jefe de Producto

Re: [python-win32] How to make a standalone MFC script?

2007-04-13 Thread Grzegorz Adam Hankiewicz
of the activex control along with the clsid string, unlike gencache's EnsureModule(). I wonder what trickery does win32com to locate the correct version of the clsid, which wxpython is unable to do. -- Rastertech España S.A. Grzegorz Adam Hankiewicz /Jefe de Producto TeraVial/ C/ Perfumería

[python-win32] How to make a standalone MFC script?

2007-04-12 Thread Grzegorz Adam Hankiewicz
the webbrowser a standalone script which I could py2exe it later? -- Rastertech España S.A. Grzegorz Adam Hankiewicz /Jefe de Producto TeraVial/ C/ Perfumería 21. Nave I. Polígono industrial La Mina 28770 Colmenar Viejo. Madrid (España) Tel. +34 918 467 390 (Ext.18) *·* Fax +34 918 457

[python-win32] Recovering a DLL with ctypes from a VB project

2007-04-10 Thread Grzegorz Adam Hankiewicz
might be doing something wrong with the return value. Any suggestions? -- Grzegorz Adam Hankiewicz Jefe de Producto TeraVial C/ Perfumera 21. Nave I. Polgono industrial La Mina 28770 Colmenar Viejo. Madrid (Espaa) Tel.

Re: [python-win32] adodbapi update - where to post?

2007-03-30 Thread Grzegorz Adam Hankiewicz
since I asked about these patches there and got no answer. I don't know about taking over SF projects, but most likely the author still reads emails, so he could add somebody else to maintain the project. -- Rastertech España S.A. Grzegorz Adam Hankiewicz /Jefe de Producto TeraVial

Re: [python-win32] looking for pythonwin gui tutorials

2007-03-16 Thread Grzegorz Adam Hankiewicz
/), and other specialised GUI toolkits. Each of these comes with a good amount of documentation. -- Grzegorz Adam Hankiewicz Jefe de Producto TeraVial C/ Perfumera 21. Nave I. Polgono industrial La Mina 28770 Colmenar Viejo. Madrid (Espaa

[python-win32] Adding a really odd feature to Access as an odbc driver

2007-03-06 Thread Grzegorz Adam Hankiewicz
/gets the information and install it in the client? The idea is implementing this behind the scenes without requiring to touch the original application. Is this possible at all? -- Grzegorz Adam Hankiewicz Jefe de Producto TeraVial C/ Perfumera 21. Nave I

Re: [python-win32] Adding a really odd feature to Access as an odbc driver

2007-03-06 Thread Grzegorz Adam Hankiewicz
g perverse (if using Access wasn't enough!). -- Grzegorz Adam Hankiewicz Jefe de Producto TeraVial C/ Perfumera 21. Nave I. Polgono industrial La Mina 28770 Colmenar Viejo. Madrid (Espaa) Tel. +34 918 467 3

Re: [python-win32] Opening an DAO database with password?

2007-02-06 Thread Grzegorz Adam Hankiewicz
Grzegorz Adam Hankiewicz wrote: Hello. I'm following http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52267 to open a local .mdb file and export the contents. It works with normal databases, but I cannot open a password protected database. According to http://www.oreilly.de