Open DirkHaar opened 6 months ago
There's an error in the example under "Overview/A Simple Extension", line 8: print "menu_activate_cb",file must read print("menu_activate_cb"),file to work.
print "menu_activate_cb",file
print("menu_activate_cb"),file
The xml file to change here is
nemo-python/docs/reference/nemo-python-overview-example.xml
at line 21.
There's an error in the example under "Overview/A Simple Extension", line 8:
print "menu_activate_cb",file
must readprint("menu_activate_cb"),file
to work.The xml file to change here is
nemo-python/docs/reference/nemo-python-overview-example.xml
at line 21.