i have a django application with flex as front end, i am using
amfgateway for it.

i have a fortran executable file which will create a new file called
predict.dat(say) it will take two input files(input.dat, test) under
my project directory.
my code is like this
os.system("/home/me/mypro/s_test")        where s-test is the
executable file.
Inside the python interpretor and inside the interpretor provided by
django it is working properly.

but inside amfgateway.py it is failing by giving the following.....
(and also it is creating the output file
without data)

list in: end of file
apparent state: unit 1 named input.dat
last format: list io
lately reading direct formatted external IO
Aborted


Can anybody help me?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to