Re: [python-win32] My bzPersonalAssistant code/project

2014-03-21 Thread mc@mclaveau
Slt! Hmmm... I have downloaded the source-file. I try it, and... I found that wxPython is necessary. But, perso, I use my own GUI (based on PyWin32). I will try the exe version in a virtual computer, when I will found times. @+ -- MCi Le 22.03.14 00:03, Jacob Kruger a écrit : If of intere

[python-win32] My bzPersonalAssistant code/project

2014-03-21 Thread Jacob Kruger
If of interest, here are two separate download links - the one for the current source code, and the other, larger one for currently compiled windows executable etc. - bzPersonalAssistant.exe. And, since this is sort of first time am really focusing on _trying_ to use wxPython frames, dialog's e

[python-win32] python 3.4 and pywin32

2014-03-21 Thread Thomas Heller
[this has also been sent to the python-dev mailing list] With python 3.4 and pywin32 version 218 it is only possible to import win32com or win32api when pywintypes has been imported before. I have no idea if this is a bug in pywin32 or in Python 3.4. Does anyone know more? Thanks, Thomas _

Re: [python-win32] Python 3.4: adodbapi.connect(..) crashes

2014-03-21 Thread Vernon D. Cole
Argh! I personally had not gotten around to trying Python 3.4 yet. The pythoncom package is widely used and I can't imagine that the lack of it got past our normal QA tests. I will check on this as soon as I get off work. In the meantime, you should be able to have many versions of python loade

[python-win32] Python 3.4: adodbapi.connect(..) crashes

2014-03-21 Thread Sibylle Koczian
Hello, I just changed from Python 3.3 to 3.4, installed pywin32-218.win-amd64-py3.4.exe and tried to execute a script that definitely worked two weeks ago. No other changes, but now I get this exception: Python 3.4.0 (v3.4.0:04f714765c13, Mar 16 2014, 19:25:23) [MSC v.1600 64 bit (AMD64)]