Hi,
I am writing some FEA scripts in ABAQUS.
And i need to install PIL, numpy and scipy on Python2.4.3,because ABAQUS 6.9-3 uses Python 2.4.3. But somehow it doesn't function.
for example when i try to install PIL module, it gives the following error:
SystemExit: usage: ABQcaeK.exe [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: ABQcaeK.exe --help [cmd1 cmd2 ...]
or: ABQcaeK.exe --help-commands
or: ABQcaeK.exe cmd --help
error: option -c not recognized
on the other hand i am using Ubuntu 10.10, and it has Python 2.6 as default python version. when I try
import sys
sys.path.append()
import PIL
import Image
etc
it doesn't import some commands such as "getdata()", getpixel()
in readme txt of imaging-1.1.7 or1.1.6 it is written that PIL module could be used with versions newer than python2.- also normally could i have installed
Besides thatproblem the installation of numpy and scipy falls totally. i can't run any commands in ABAQUS-PDE editor...
if anybody would help me ,in order to be able to install at least PIL module i would be appreciated...
thanks to everbody