[python-win32] name not defined

Tim Roberts timr at probo.com
Wed Jul 30 20:03:02 CEST 2008


kNish wrote:
>
>         I am using the following code to send mail from a open window 
> in maya application. This gives me following error. I think it says 
> that A2 is not created. What is a possible way to have this code send 
> a mail.
> ...
> # Error: name 'A2' is not defined
> # Traceback (most recent call last):
> #   File "<maya console>", line 1, in <module>
> # NameError: name 'A2' is not defined #

There is nothing in your code that refers to a name 'A2', so this must 
be something maya-specific.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list