molodiuc / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Spyder Workspace does not show variables starting with capital letters #193

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If relevant, please answer to the following questions:
1. What version of Python(x,y) have you installed?

    Python(x,y) 2.6.5.1

2. Which components have you installed (Python(x,y) installer: component
page):

    b. Have you selected the "Full" component selection?

3. Have you selected the option "Customize installation directories"?

b. No

5. Where did you install Python(x,y) itself?

a. default path

6. Have you installed Python(x,y):

    a. For "Current user only"

7. What is your operating system?

a. Windows XP

8. When you installed Python(x,y), were you logged in as :

b. an administrator of the machine

10. Regarding installed softwares on your machine, how did you clean your
machine before installing Python(x,y) (multiple answers are possible):

a. you didn't do anything, you installed Python(x,y) directly on your
machine without precaution

If I create a variable say T = 3, it will not show up in the workspace in 
Spyder, although it still is valid. If I made another variable t = 2, and 
printed it, its output would be still be different. Capital 'T' exists, it just 
doesn't show up in Spyder's workspace.

Original issue reported on code.google.com by fitzsnag...@gmail.com on 24 Aug 2010 at 9:46

GoogleCodeExporter commented 9 years ago
Please disable the option 'hide upper cased variables' (or something like that) 
and these variables will be listed in the Workspace.  
Next time please create Spyder related issues on Spyder Google Code website. 

Original comment by pierre.raybaut on 25 Aug 2010 at 5:08