Bug 363600 - Evaluate worksheet button on Python3 backend doesn't work correctly
Summary: Evaluate worksheet button on Python3 backend doesn't work correctly
Status: RESOLVED DUPLICATE of bug 373150
Alias: None
Product: cantor
Classification: Applications
Component: python3-backend (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Minh Ngo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-27 19:34 UTC by Fernando Teles
Modified: 2016-12-02 20:06 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***