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
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
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
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
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
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
>
> 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
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