Chris Lambacher wrote:
> Microsoft has stated that only . NET apps will run on Windows on ARM
> so you will likely need to use IronPython if you want to use Python on
> Windows on Arm.
That's not correct. The .NET Framework will NOT be ported on Windows
ARM, so .NET applications will not run. On
Michael:
Last time I looked at the code of django-mssql it was using a fork of
adodbapi, not the code I maintain, which is included with pywin32.
Nevertheless, I don't think there are any changes in the return parameter
handling between the two forks.
I just ran across a related page on the AS/400
I'm the maintainer of django-mssql and I've run in to an odd behavior when
trying to retrieve a stored procedure's output parameters. The parameters
(including return value) appear to only get fetched when the last recordset
for the stored procedure is loaded. This last recordset appears as if the
>>* More info about Win32_Tpm class*>>* here:
>>http://msdn.microsoft.com/en-us/library/windows/desktop/aa376484(v=vs.85).aspx*>>*
>> *>>* I have this Tpm chip in my machine which runs on Windows 7 and when
>>I*>>* run tpm.msc from the windows run tab, I get all the info from GUI.
>>I*>>* need t
On 20/06/2012 13:01, prashant padaganur wrote:
> Thanks to your tutorial on WMI I had tried this yesterday. I get the
> following error when I try printing wmi.WMI ().Win32_Tpm.
> -
> Traceback (most recent call last):
> File "C:/Users/ppadagax/Documents/Scripts/freshTpm.py", line 14, in
>> Hi,
>>
>> I am new to WMI.
>>
>> I have installed WMI for python and pywin32 extensions to be able to use
>> win32 apis from my python scripts. While I can get all the info from
>> other clasees like Win32_Battery, Win32_Processor I am having tough time
>> with Win32_Tpm class.
>>
>> I want to u
On 20/06/2012 06:14, prashant padaganur wrote:
> Hi,
>
> I am new to WMI.
>
> I have installed WMI for python and pywin32 extensions to be able to use
> win32 apis from my python scripts. While I can get all the info from
> other clasees like Win32_Battery, Win32_Processor I am having tough time