On 03/18/2013 02:40 PM, Anatoliy Kats wrote:
The issue started when I tried to install beta4.  I then deleted
beta4(spyder and spyderplugins, but not usr/local/lib/spyder), and
installed beta3 in its place, hoping it would resolve the issue.

Well I could see how the above could get you into a bind, if there are version mismatches between the various modules/libraries.

I had
no such luck, and now I am continuing to use beta3 via sudo spyder.  I
am not at my computer now, but tomorrow morning I will reinstall again,
deleting the binary too.  I doubt it will change anything, though.

Is there an Ubuntu tool that would allow me to break into PDB debug mode
for a running process?  That would let me see where it is stuck in an
infinite loop.  I know PyDev has a debug server for instance, but I am a
bit leery of launching spyder from Eclipse.  Can I examine threads?  How
about a tool that logs whenever a file is accessed by a process, or a
process tries to access a file, and permission is denied?

Might want to take a look at installing strace:
http://en.wikipedia.org/wiki/Strace

Then run strace spyder or strace -o some_file.txt spyder. Be warned strace is very verbose.





--
Adrian Klaver
[email protected]

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


Reply via email to