Michael,
I did a quick google for available memory per process win32 on win64
http://www.google.de/search?q=available+memory+per+process+win32+on+win64&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:unofficial&client=firefox-a
and my first hit is:
http://msdn.microsoft.com/en-us/library/aa366778%
Ron,
> I followed the recommendation in your link and got the following result:
>
> C:\Python26\dist>golden.exe
>
> Traceback (most recent call last):
> File "golden.py", line 2, in
>
> File "winsys\registry.pyc", line 39, in
> File "winsys\security.pyc", line 42, in
> File "winsys\_se
Hello Travel Europe,
that is a documented challenge with the excellent WinShell module from Tim
Golden.
I described in detail how to solve it at:
http://www.py2exe.org/index.cgi/WinShell
best wishes,
Harald
On Tue, Mar 30, 2010 at 07:39, travel europe wrote:
> Hello,
>
> I am attempting to
Antony,
for dealing with Outlook I can really recommend
http://www.dimastr.com/redemption/
it is around 200 Money Units; and it saves you a lot of challenges ...
> I am trying to read the Message date from Outlook, I get the message date
> easily by using "PR_TRANSPORT_MESSAGE_HEADERS" only f
Stef,
I do not have a readymade solution. But some words to help your googling:
what you are looking for is called "hooks" and "intercepting".
So please google for "intercept windows messages" or "Windows message hooks"
and "windows event hooks".
(As the message "mouse entered window" is also ca
Vernon,
>
> accessible to other uses:
> >>> ado_consts.adLongVarWChar
> 203
> >>> ado_consts.ado_type_name(203)
> 'adLongVarWChar'
> >>>
>
> This will break code which expects some of these constants to be attributes
> of adodbapi, such as 'adUseClient' and 'adXactBrowse'.
that doe
Skip,
self.unique_name = os.path.join(dirname,
>"%s.%s%s" % (self.hostname,
> tname,
> self.pid))
>
> raising a UnicodeDecodeError:
>
>
ut. File
> creation then worked. I then took out the small portion of the script I
> needed - all the data type constants - and put those in my own module.
> Success!
>
> For the benefit of others, the reason you don't have to specify the
> library e.g. ActiveX 2.8, is that you
Grant,
that is possible. Just read the makepy.py script within win32com.client, and
you will find that someway down main() there is
-
GenerateFromTypeLibSpec(arg, f, verboseLevel = verboseLevel, bForDemand =
bForDemand, bBuildHidden = hiddenSpec)
-
which does this.
BUT, for "sta
Hello,
in Version 213 of pywin32 within
win32com\client\genpy.py
on line 814, within def do_gen_file_header(self): there is the assertion:
# You must provide a file correctly configured for writing unicode.
# We assert this is it may indicate somewhere in pywin32 that needs
# upgrading.
assert
10 matches
Mail list logo