Python3 and ROOT 6.23/01

@oshadura @etejedor
Today morning, I downloaded latest available root-master.zip from https://github.com/root-project/root.

Initially, I compiled it with python2. Then all the tutorials in the pyroot directory run without any problem.

Followed by this, I again compiled it with python3. I can see some improvements to the earlier version. Now, when I run python3 demo.py, I get the vertical bar with several buttons, which, this time, I am able to click. But, when I click on all the buttons, I get the following error; except browser button:

$ python demo.py 
enter "q" to quit: Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'execfile' is not defined

This error wasn’t there when I used python2

IMPORTANT NOTE:

I have to manually copy libGLEW.so from /opt/root/lib to /opt/root/lib/root. Otherwise, I get complaint/error while using OpenGL viewer. Will it be possible for the ROOT team to rectify this problem?

Regards,

Ajay