En Wed, 26 Mar 2008 15:38:16 -0300, Tzury Bar Yochay  
<[EMAIL PROTECTED]> escribió:

>> ....and then when my application execute code how can I set path to
>> d3dx module to "library.zip/d3dx.py".
>> I'm not sure is this properly set question.
>
> use the module zipimport
> http://docs.python.org/lib/module-zipimport.html

You don't have to do anything special to "use" zipimport; from  
<http://docs.python.org/lib/module-zipimport.html> :
"It is usually not needed to use the zipimport module explicitly; it is  
automatically used by the builtin import mechanism"

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to