Hi, i'm trying to make use of win32 and makepy for automatizing the 
CAD/CAMsoftware Rhino3D.

I'm beginning with something like this:

import win32com.client
from RSInterface import RhinoScript #Interface made by makepy from the 
RhinoScript type library

Rhino = win32com.client.Dispatch('Rhino4.Application')
Rhino.Visible = True
    
#this works and launches rhino but not the following 
    
RS = Rhino.GetScriptObject
RS = RS.RhinoScript

#it returns : RS = RS.RhinoScript
AttributeError: 'NoneType' object has no attribute 'RhinoScript'

Does anybody could help about that?
Best regards





      
_____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 
http://mail.yahoo.fr
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to