Marcus, maybe your problem is that you have two versions of iptyhon installed? 0.10 and 0.11? Without more info is really hard to help you further.

Cheers,
Carlos

El 11/11/11 02:53, Marcus Jones escribió:
Thanks, but no luck with Spyder 2.1.1 either on Windows XP or 7.



On Nov 10, 6:50 pm, Carlos Córdoba<[email protected]>  wrote:
Hi Marcus,

I see you're using 2.0.12/13. This version is not supported anymore.
We're now working on/maintaining the 2.1 version. A lot has changed
between these two versions, so I advice you to upgrade if you want to
help us to solve this problem.

Please download this zip file

http://spyderlib.googlecode.com/files/spyder-2.1.1.zip

unzip it and in the directory spyder-2.1.1 run this command from the
command line:

python bootstrap.py

to start Spyder. I'm seeing %paste working correctly on Linux with 2.1
and ipython 0.10.2

Cheers,
Carlos

El 10/11/11 05:40, Marcus Jones escribió:







I am still trying to solve my problems with %paste in Spyder. I had
issue 778, which I then closed after a re-install, but the problem
reappeared so I opened issue 829.
I am trying to implement the appended comment to help debug the
problem. But I don't know how to view Spyder's parent console!
I run "spyder --debug", then I go to View->Internal Console.
I have the commentor's print>>>STDOUT lines included in Base.py.
But I don't see anything. How to I run the parent console, what should
I be seeing?
Cheers,
M
"""
Comment 5 by project member [email protected], Oct 8, 2011To help
us debug this (unfortunately I can't reproduce this bug neither), try
to add the lines:
print>>STDOUT, "selectedText():",
unicode(self.textCursor().selectedText())
print>>STDOUT, "get_line_separator():", self.get_line_separator()
print>>STDOUT, "get_selected_text():", self.get_selected_text()
right before this line (with the appropriate indentation):
http://code.google.com/p/spyderlib/source/browse/spyderlib/widgets/so...
You should see these informations printed in the Spyder's parent
console (on Windows, this console may be hidden: running Spyder in
debug mode will avoid that).
"""

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/spyderlib?hl=en.

Reply via email to