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. 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? Thanks. On Mar 19, 2013 1:11 AM, "Adrian Klaver" <[email protected]> wrote: > On 03/18/2013 11:51 AM, Anatoliy Kats wrote: > >> The reason I have to sudo to change those files, is because before I >> started the demo I pasted before, I ran sudo spyder, and it changed the >> permissions of .spyder2 to root, so I could no longer run it as a >> regular user. >> >> I installed spyder from source using root privileges, because otherwise >> it would not let me write to the spyderlib and spyderplugins folders. >> Whereis spyder shows just one location. Syslog does not show anything >> with a timestamp around the time I launch spyder, and dmesg also does >> not show anything I find suspicious. >> >> Bootstrapping from the download directory is also ineffective: >> anatoliy@ubuntu:~/Downloads/**spyder-2.2.0beta3$ python bootstrap.py >> Executing Spyder from source checkout >> Revision None:None, Branch: None >> 01. Patched sys.path with /home/anatoliy/Downloads/**spyder-2.2.0beta3 >> 02. No PySide detected, using PyQt4 if available >> 03. Imported Spyder 2.2.0beta3 >> [Python 2.7.3 64bits, Qt 4.8.2, PyQt4 (API v1) 4.9.3 on Linux] >> 0x. Enforcing parent console (Windows only) >> 04. Executing spyder.main() >> >> > Alright now I am confused, the subject says you are having issues with > beta4, but the above shows you using beta3. Which is correct? > > > -- > 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.
