First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

warning message Fortran libifcore DLL

asked Sep 26 '19

Jorge gravatar image

Hello everyone,

PSSE 3.4.4 Python 2.7.13

I am trying to plot multiple *.out files from a folder but everytime I execute the script I get a warning message that says:

  Warning during libifport.dll initialization
      Non-compatible version of Fortran libifcore DLL was loaded to process address space

Does someone know what might be the problem here? If I click OK on the pop-up message the script is able to plot the files. However, I need to plot several cases automatically so I might not be present at all times.

Best regards,

Jorge

1 answer

Sort by » oldest newest most voted
0

answered Jun 5 '0

I had the same problem and I've just solved it. This was my code:

import sys
import os

import xlwings as xw

import psse34
import psspy
import redirect

I changed to:

import sys
import os

import psse34
import psspy
import redirect

import xlwings as xw

I don't know why, but if I import psse34 first the problem disappears. I hope it can help others.

link

Comments

Thanks for the update, I will try and keep you posted.

Jorge gravatar imageJorge (Jun 10 '0)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Sep 26 '19

Seen: 619 times

Last updated: Jun 05 '20