Re: [python-win32] Storing Passwords.

2015-01-18 Thread Joss Gray
Why don't you want to use a text file? On 18 Jan 2015 18:11, "Alp Tunga Özkul" wrote: > Hello, > > I am working on a project where my program need to access the servers with > the passwords i store in a text file. > > Is there a neat way of storing passwords other than text files? Users will > ne

Re: [python-win32] Building PyWin32 with visual studio 2013 and Windows 8.1

2014-07-24 Thread Joss Gray
Yeah we've built Python 2.7.8 in vs2013 already. It wasn't fun. > On 24 Jul 2014, at 17:42, Tim Roberts wrote: > > Joss Gray wrote: >> I managed to build it minus lots of modules, that luckily i'm not using. > > Don't ignore Zach's comment.

Re: [python-win32] Building PyWin32 with visual studio 2013 and Windows 8.1

2014-07-24 Thread Joss Gray
I managed to build it minus lots of modules, that luckily i'm not using. On Thu, Jul 24, 2014 at 5:10 PM, Zachary Ware wrote: > On Thu, Jul 24, 2014 at 10:06 AM, Joss Gray wrote: > > Has anybody successfully built pywin32 with Visual Studio 2013 ( v120 > > toolkit ) and u

[python-win32] Building PyWin32 with visual studio 2013 and Windows 8.1

2014-07-24 Thread Joss Gray
Has anybody successfully built pywin32 with Visual Studio 2013 ( v120 toolkit ) and using the windows 8.1 sdk? ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Visual Studio Project

2014-06-16 Thread Joss Gray
How do you debug pywin32 On Mon, Jun 16, 2014 at 5:21 AM, Mark Hammond wrote: > On 13/06/2014 4:52 AM, Joss Gray wrote: > >> Is there a visual studio project for pywin32? >> > > Nope - it must be built using setup.py in the root of the

[python-win32] Visual Studio Project

2014-06-12 Thread Joss Gray
Is there a visual studio project for pywin32? ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] pythoncom error -2147180508. What is it?

2014-04-01 Thread Joss Gray
Thanks, for some reason I couldn't find anything with google. Turns out it is a bug with windows, hotfix here http://support.microsoft.com/kb/2530185 Thanks. *Joss Gray* d3 Operator/Technician *d3 Technologies.* T. +44 20 7234 9840 M. +44 7969 542 844 d3technologie

[python-win32] pythoncom error -2147180508. What is it?

2014-04-01 Thread Joss Gray
ror -2147180508 ( 0x8004A024 ). I can't find any reference to this error anywhere in the COM Error Codes documentation here http://msdn.microsoft.com/en-us/library/windows/desktop/dd542642(v=vs.85).aspx Has anyone observed anything similar? *Joss Gray* d3 Operator/Technician *d3 Technologies.* T. +44

[python-win32] Python Service Session 0

2013-10-08 Thread Joss Gray
Has anybody been able to get a python service running outside of session 0? -- *Joss Gray* ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Accessing MSFT_ classes using python com / wmi

2013-09-24 Thread Joss Gray
Ahhh, that would be the reason then. I'm running Windows 7. Thanks. On 24 September 2013 14:49, Tim Golden wrote: > On 24/09/2013 14:39, Joss Gray wrote: > > I'm trying to access the MSFT_ classes in python. Specifically > > MSFT_NetAdapter. Win32_ works fine. >

[python-win32] Accessing MSFT_ classes using python com / wmi

2013-09-24 Thread Joss Gray
ripts/python/0227/ example. But I substituted 'StandardCimv2' with 'cimv2' as that was giving me an invalid namespace error. Are these classes accessible using pywin32? Regards, -- *Joss Gray* ___ python-win32 mailing list pyth