Page 1 of 1
[SOLVED] Pymaxwell 5 : no help
Posted: Thu Oct 31, 2019 8:55 am
by seghier
Hello
i posted long time ago about missing help in pymaxwell 4
the same in pymaxwell 5
Re: Pymaxwell 5 : no help
Posted: Thu Oct 31, 2019 11:16 am
by seghier
And please update scripts ; all of them are old from V3
Re: Pymaxwell 5 : no help
Posted: Fri Nov 01, 2019 1:15 pm
by Brany
We fixed this for Maxwell 5, but later we changed the way we load the pymaxwell5 module. I have checked that Pymaxwell Editor is pre-loading the pymaxwell5 python module, and it doesn't. That's why the help is not working properly. To workaround this, just run a script that loads the module when you open Pymaxwell Editor:
And wait for the next patch to have this fixed

Re: Pymaxwell 5 : no help
Posted: Fri Nov 01, 2019 2:01 pm
by seghier
Thanks Brany
This is the problem , help fom selection work but in module help nothing
https://www.dropbox.com/s/2pi5j1r8bpytz ... l.mp4?dl=0
Re: Pymaxwell 5 : no help
Posted: Fri Nov 01, 2019 2:39 pm
by Brany
The help module is populated the first time you hit "PyMaxwell Module Help" in the menu. Following times, that help is in the application memory. So, you need to run "from pymaxwell5 import *" before the first time you ask for PyMaxwell Module Help. Otherwise, the "empty help" was already loaded and you will need to close Pymaxwell Editor and open it again.
https://drive.google.com/file/d/1WPnnjt ... sp=sharing
Re: Pymaxwell 5 : no help
Posted: Fri Nov 01, 2019 3:17 pm
by seghier
Ok i understand so the first commands and others in the list don't have help, because i tried with them when i load pymaxwell5 before

Re: Pymaxwell 5 : no help
Posted: Mon Nov 18, 2019 7:54 pm
by Brany
Fixed in 5.0.1
Re: [SOLVED] Pymaxwell 5 : no help
Posted: Mon Nov 18, 2019 9:20 pm
by seghier
Yes thanks
