From: Lisandro D. <da...@gm...> - 2006-10-30 21:15:37
|
On 10/30/06, Jonathan Makem <jma...@qu...> wrote: > > Hi, > > I work with Abaqus 6.6.1 finite element software. To access the resul= ts > from a simulation, the Abaqus scripting interface is used in Python by > importing OdbAccess modules. These modules can only be accessed using the > version of Python that is installed with Abaqus. However, I cannot instal= l > numpy for this version of Python. And I can't use Python 2.4 or 2.5 becau= se > then I can't use the odbAcces modules. Is it possible to use numpy with t= he > Abaqus version of Python? If so, how? > Jonny. Could you specify which version of Python is used with ABAQUS? can you launch the ABAQUS-provided Python interpreter and do: >>> import sys >>> print sys.version Perhaps the 'odbAcces' module is a module provided by ABAQUS? Which platform are you using? Linux? Windows? --=20 Lisandro Dalc=EDn --------------- Centro Internacional de M=E9todos Computacionales en Ingenier=EDa (CIMEC) Instituto de Desarrollo Tecnol=F3gico para la Industria Qu=EDmica (INTEC) Consejo Nacional de Investigaciones Cient=EDficas y T=E9cnicas (CONICET) PTLC - G=FCemes 3450, (3000) Santa Fe, Argentina Tel/Fax: +54-(0)342-451.1594 |