modules devoted to manipulationg .reg files

2008-03-19 Thread black_13
are there any python modules for manipulation of .reg files producted by the win32 prog "reg". thanks. black_13 -- http://mail.python.org/mailman/listinfo/python-list

How do I execute a command from within python and wait on that command?

2008-02-15 Thread black_13
how do i exec a command (such as xcopy) from with win32 python and wait on that command to come to completion? and also cleanly terminate the command shell? thanks black_13 -- http://mail.python.org/mailman/listinfo/python-list

Re: AttributeError: 'module' object has no attribute 'letters'

2008-02-12 Thread black_13
On Feb 11, 5:33 pm, John Machin <[EMAIL PROTECTED]> wrote: > On Feb 12, 9:24 am,black_13<[EMAIL PROTECTED]> wrote: > > > > > > > what does this error mean? > > i am trying to use mark hammonds win32 package. > > > Traceback (most recent call last)

AttributeError: 'module' object has no attribute 'letters'

2008-02-11 Thread black_13
'module' object has no attribute 'letters' thanks black_13 -- http://mail.python.org/mailman/listinfo/python-list

Re: Building python 2.5.1 from source using MSVC 2005

2007-12-11 Thread black_13
On Dec 11, 2:22 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > How do i build python 2.5.1 from source using MSVC 2005? > > Are there instructions on doing this. > > See PCbuild8/readme.txt. > > The instructions may not be correct, and the project files > may not work out of the box, so you a

Building python 2.5.1 from source using MSVC 2005

2007-12-11 Thread black_13
How do i build python 2.5.1 from source using MSVC 2005? Are there instructions on doing this. thanks black_13 -- http://mail.python.org/mailman/listinfo/python-list

WindowsError: [Error 5] Access is denied With _winreg.enum

2007-11-28 Thread black_13
I have included a small script the reproduces the error I am having in larger script. The line 'hkey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE,name)' seems to be causing the error but im not sure why. - script import _winreg import string def reproduce_erro