Quote:
	
	
		
			
				
					Originally Posted by  dcnieho
					 
				 
				And another question to make sure I'm doing things correctly: If I prefer to define the python interface code in a separate file instead of in the C file. for that, do I need to delete everything in between PYTHON_BEGIN_RUN_CODE and PYTHON_END_RUN_CODE in VizExtension* CreateVizardExtension(viz:  ata &data)?  
			
		 | 
	
	
 Defining the extension interface is optional, so removing the python code should not be an issue.