Re: [python-win32] Compile error on MySQL-Python with Mingw (python 2.6)

2010-02-13 Thread David Cournapeau
On Sat, Feb 13, 2010 at 1:32 PM, Glen Zangirolami wrote: > I checked the source code and tried to remove all the errors where it said > it was "redefined" but ended up with even more problems. > Any ideas what could be wrong? I don't know how to solve your exact problem, but the root of the prob

[python-win32] install_requires 'pywin32' problem?

2010-02-13 Thread Lynton Grice
Hey there, I hope someone can help me ;-) I have added "pywin32" as a dependency for a small library I created, but when it tries to download the "PYWIN32" dependency it dies Processing dependencies for LogosQueue==1.0.0 Searching for pywin32 Reading http://pypi.python.org/simple/pywi

Re: [python-win32] MemoryError: can I use more?

2010-02-13 Thread Dave Angel
Greg Antal wrote: Dear Angelica: 2.2 GB is essentially the largest integer you express with 32 bits (2^31), and therefore the largest quantity of memory for which you can define an address. There are some tricks that really sophisticated programmers can do that let you use more than that, bu

Re: [python-win32] USB Insertion Extrinsic Event exists?

2010-02-13 Thread Tim Golden
On 12/02/2010 16:58, Chris Jesse wrote: So it turns out that my description of the task was lacking in one simple, but critical, observation. We use removable media, usually a compact flash card, plugged into a USB adapter drive. The events get triggered for my pen drive, but when the compact fla

Re: [python-win32] USB Insertion Extrinsic Event exists?

2010-02-13 Thread Aahz
On Sat, Feb 13, 2010, Tim Golden wrote: > On 12/02/2010 16:58, Chris Jesse wrote: >> >> There's an interesting document attached which shows some potential >> C++ code; but I'm in a little out of my depth here - "help"! > > About half of that is basically the code I posted here: > > http://local.t

Re: [python-win32] permissions error

2010-02-13 Thread Jeff Peery
It works!   FYI - the trick was to remove the gen_py folder from the win32com/client directory. Then I was also not including win32com in the 'packages' option in my setup.py. Including this solved my issues. I can now install on a machine and win32com will create the gen_py files in the appdat

Re: [python-win32] Compile error on MySQL-Python with Mingw (python 2.6)

2010-02-13 Thread Glen Zangirolami
> > VIsual Studio specific flag > (/Zq), not the warnings. I didn't see a flag for /Zq but I did see a flag /Zl. I removed it and it still throws the errors. I'll keep tryin'. Thanks! ___ python-win32 mailing list python-win32@python.org http://mail.pyt

Re: [python-win32] permissions error

2010-02-13 Thread Mark Hammond
On 12/02/2010 4:32 PM, Jeff Peery wrote: Hello, I'm running on vista and I'm getting a permissions error from win32com. I attached a print screen displaying the error message. It appears win32com is trying to write a file and vista UAC is blocking it. Why is win32com trying to do this and how do