Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workspace : Image support #90

Closed
spyder-bot opened this issue Feb 16, 2015 · 3 comments
Closed

Workspace : Image support #90

spyder-bot opened this issue Feb 16, 2015 · 3 comments

Comments

@spyder-bot
Copy link
Collaborator

From rodrigo....@gmail.com on 2009-10-20T06:16:44Z

What steps will reproduce the problem?

  1. Create an Image object in python
    import Image; img = Image.open(the_filename); 2. 3. What is the expected output? What do you see instead? I would expect the object img to appear in the workspace, but is does not. What version of the product are you using? On what operating system? Spyder 1.0.0
    Python 2.6.4rc2, Qt 4.5.2, PyQt 4.6, QScintilla 2.4 on Linux

Please provide any additional information below

.

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=90

@spyder-bot spyder-bot added this to the Release1.1 milestone Feb 16, 2015
@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2009-10-20T13:02:18Z

That's because Image objects aren't supported by the Workspace indeed.
This is clearly a good idea, I'll implement this for next release.

Summary: Workspace : Image support
Status: Accepted
Labels: -Type-Defect Type-Enhancement Milestone-Release1.1

@spyder-bot
Copy link
Collaborator Author

From mproel...@googlemail.com on 2009-10-20T21:58:46Z

Why don't you put all kinds of objects to the workspace it could be quite helpful to
have your object in the workspace and on a right click get a list of the class
methods (of course this is nearly impossible if you have 100 methods...)

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2010-03-31T09:19:41Z

Status: Fixed

ccordoba12 added a commit that referenced this issue Feb 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants