Re: [EuroPython] How to get all the variables in a python shell

2008-05-28 Thread ri
Harald: Sorry for posting in a wrong place and thank you for your invitation. I would like to join the EuroPython conference if I was in Europe at that time. And thank your very very much for your answer to my question. A small database might be THE solution. I'll try. Lee -Original

[EuroPython] How to get all the variables in a python shell

2008-05-28 Thread ri
Hi! I'm currently working on a scientific computation software built in python. What I want to implement is a Matlab style command window <-> workspace interaction. For example, you type 'a=1' in the command window, and you see a list item named 'a' in the workspace. You double click the ico