I am new to mogan and texmac. I recently install mogan on my laptop. But I cannot insert a pictures in. I click like the following pictures to insert a figure in D:\download\fig.png
.
But it tells me cannot find the picture.
I then directly drag the picture in, but get the following result
By the way, I can run python code through python plugin. But once I use ps_out() to display a figure, it also gives an error.
Error : ramdisc://image.ps could not be converted to png
I have already install ghostscript and it can be detected by mogan. But all the pictures cannot be displayed on my laptop.
Scheme] (find-binary-python3)
<url C:\Users\Shwan\.conda\envs\mybase\python.exe>
Scheme] (version-binary-python3)
Python 3.13.0
Scheme] (set-preference "plugin:binary:python3" "C:\\Users\\Shwan\\.conda\\envs\\mybase\\python.exe")
Scheme] (find-binary-python3)
<url C:\Users\Shwan\.conda\envs\mybase\python.exe>
Scheme] (version-binary-python3)
Python 3.13.0
Scheme] (find-binary-gs)
<url C:\Program Files\gs\gs10.04.0\bin\gswin64c.exe>
Scheme]
Is there any plugin or setting I forgot? Any help given will be appreciated.
I really want to upload more then one pictures but it is forbidden for me as a new user.
The issue with Mogan being unable to read pictures has been resolved. However, the second issue remains unresolved: the Python function ps_out(fig)
is still not working correctly.