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 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
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)
'module' object has no attribute 'letters'
thanks
black_13
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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