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
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
\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
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
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: