Bug 363600

Summary: Evaluate worksheet button on Python3 backend doesn't work correctly
Product: [Applications] cantor Reporter: Fernando Teles <fernandotalves>
Component: python3-backendAssignee: Minh Ngo <nlminhtl>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alexander.semke, filipe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Fernando Teles 2016-05-27 19:34:16 UTC
On press the evaluate worksheet button using Python 3 backend, the output shows an unformatted string. This string is the output of "print(globals())". However, it should print variables accordingly the entries on worksheet.

Reproducible: Always

Steps to Reproduce:
1. Do something as a = 1
2. Press "Evaluate Worksheet" button
3.

Actual Results:  
The worksheet prints "print(globals())".

Expected Results:  
The worksheet should print the result of an expression, value of a variable, etc.
Comment 1 Filipe Saraiva 2016-05-28 19:48:25 UTC
Ok, this was very strange to reproduce. I needed to put 'a=1', click the 'Evaluate worksheet' button, put 'a=1' again in the new command line, and press 'Evaluate worksheet' button again.
Comment 2 Alexander Semke 2016-12-02 20:06:27 UTC
I'm closing this ticket as a duplicate of 373150 since the other ticket contains already some more information about the error reported here.

*** This bug has been marked as a duplicate of bug 373150 ***