Module Help

Juan M. Casillas juanm.casillas at eresmas.com
Thu Jun 27 04:01:13 EDT 2002


Hello!

	I want to create an empty module from C, and then add
	functions and definitions stored in another file, and
	some code that I will create on-the-fly, from C.
	
	The basic problem I have is that I don't know how to create the
	empty module (this module doesn't have any representation
	in the filesystem) and then how can I add the code and
	save the "environment" for this newly created module, how
	can I manage the globals and locals dictionaries ? for
	each module ?

Thanks in advance
Juan M. Casillas






More information about the Python-list mailing list