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

2008-02-12 Thread black_13
ges\win32com\client\dynamic.py", > > line 24, in > >     import build > >   File "C:\Python25\lib\site-packages\win32com\client\build.py", line > > 507, in > >     valid_identifier_chars = string.letters + string.digits + "_" > > Attr

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

2008-02-11 Thread Gabriel Genellina
En Mon, 11 Feb 2008 21:33:25 -0200, John Machin <[EMAIL PROTECTED]> escribió: > Otherwise run python from the command line with the -v option and find > where it's getting the interloper string module from. interloper: my new word of the day. Thanks! PS: Another way would be to run the script

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

2008-02-11 Thread John Machin
\client\build.py", line > 507, in > valid_identifier_chars = string.letters + string.digits + "_" > AttributeError: 'module' object has no attribute 'letters' > > If you have a file called string.py in the same directory as your script, move/rename

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

2008-02-11 Thread Ben Finney
black_13 <[EMAIL PROTECTED]> writes: > what does this error mean? > [...] > valid_identifier_chars = string.letters + string.digits + "_" > AttributeError: 'module' object has no attribute 'letters' It means that you're trying to access

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

2008-02-11 Thread black_13
he, pythoncom File "C:\Python25\Lib\site-packages\win32com\client\dynamic.py", line 24, in import build File "C:\Python25\lib\site-packages\win32com\client\build.py", line 507, in valid_identifier_chars = string.letters + string.digits + "_" AttributeError: