Ask Your Question

felipedlt's profile - activity

2020-06-05 10:59:12 -0500 answered a question warning message Fortran libifcore DLL

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.

2020-03-09 06:05:43 -0500 commented question slider printing

Can you upload the case with the printing issues?

2020-01-08 09:16:34 -0500 commented answer Fuzzy font in PSSE v34 slider diagrams

Hi. Which is the specific driver? My diagram moves very slowly. I'm using an Intel(R) HD Graphics 530 (version: 26.20.100.6709), also I have Windows 10 Pro (version 10.0.18363). Thanks