Power not working for some cases
Rousan99 opened this issue · 10 comments
I have been able to reproduce this issue. The current alpha-test windows build you are using is outdated. The correct way to run the latest code is from the command line, following the instructions in the README about cloning the source
This issue has already been resolved in the latest code, but I was not actively supporting the windows build. If this is very important to you, let me know and I can upload a new windows build with the latest to the mathinspector website. Otherwise let's wait until some more contributors request changes of this type so I can gather all requests together and get them done in one shot.
Cheers!
Hi...I have downloaded from the GitHub. But the problem is "syslog" is making some error for Windows.
"No module named 'syslog' (file: mathinspector.py line:27). Upon searching I found it's for Ubuntu. Can it be fixed or we can use it in Windows. Please provide some links or information 😅
This commit should resolve this issue. Whoops!!!! Sorry about that 🤦
c749cae
You can pull the latest from the master branch and this I believe it will work fine. Please let me know if that is not the case
Thanks....and there is another line...from where I have to remove syslog before using it.
https://github.com/MathInspector/MathInspector/blob/master/src/mathinspector.py#L27
As you can see, I am running the new version from github but it's still having the same problem with power function
and there is another problem i noticed the left click is not working for windows. Well, It's not like a big problem as we can always use (left+mouse middle) but still i thought i should tell you.
Are you still having this issue? I had previously resolved the windows left click and the power issue, please feel free to close this if it has been resolved. Otherwise I can transfer the fixes from the windows build that may not have been included in the source code release
I have just pushed a new commit to the master branch:
c4a31ad
This fix should resolve the issues you are having with right clicking, you can also download version 0.1.4 of Math Inspector for windows from https://mathinspector.com/download.html
I have been able to reproduce all the issues you described and believe everything should be resolved, both for the windows .exe file, as well as when running from the source
Please let me know if this fix does not resolve these issues for you.