You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that reporting bugs from Spyder's help menu ("?" > "Report
issue...") will fill version details for Spyder, Python and Qt in this description for you.
What steps will reproduce the problem?
have multiple users run spyder
the first user will own /tmp/spyder, the second user will get a permission denied error 3. What is the expected output? What do you see instead? each user should have a unique temporary directory in /tmp/, something like /tmp/spyder- would be a fix What version of the product are you using? On what operating system? latest stable, RHEL5
Please provide any additional information below
. here is the spyder_crash.log:
Traceback (most recent call last):
File "/usr/local/adm/config/python/lib/python2.7/site-packages/spyderlib/spyder.py", line 2135, in main
mainwindow = run_spyder(app, options, args)
File "/usr/local/adm/config/python/lib/python2.7/site-packages/spyderlib/spyder.py", line 2030, in run_spyder
main.setup()
File "/usr/local/adm/config/python/lib/python2.7/site-packages/spyderlib/spyder.py", line 793, in setup
self.extconsole = ExternalConsole(self, light_mode=self.light)
File "/usr/local/adm/config/python/lib/python2.7/site-packages/spyderlib/plugins/externalconsole.py", line 524, in init
scientific = scientific_libs_available(executable)
File "/usr/local/adm/config/python/lib/python2.7/site-packages/spyderlib/plugins/externalconsole.py", line 62, in scientific_libs_available
for m in mods]
File "/usr/local/adm/config/python/lib/python2.7/site-packages/spyderlib/utils/programs.py", line 230, in is_module_installed
fd, script = tempfile.mkstemp(suffix='.py', dir=TEMPDIR)
File "/usr/local/python/lib/python2.7/tempfile.py", line 293, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
File "/usr/local/python/lib/python2.7/tempfile.py", line 228, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 13] Permission denied: '/tmp/spyder/tmpBIaLC2.py'
From ericrose...@gmail.com on 2013-08-28T18:26:02Z
Please note that reporting bugs from Spyder's help menu ("?" > "Report
issue...") will fill version details for Spyder, Python and Qt in this description for you.
What steps will reproduce the problem?
Please provide any additional information below
. here is the spyder_crash.log:
Traceback (most recent call last):
File "/usr/local/adm/config/python/lib/python2.7/site-packages/spyderlib/spyder.py", line 2135, in main
mainwindow = run_spyder(app, options, args)
File "/usr/local/adm/config/python/lib/python2.7/site-packages/spyderlib/spyder.py", line 2030, in run_spyder
main.setup()
File "/usr/local/adm/config/python/lib/python2.7/site-packages/spyderlib/spyder.py", line 793, in setup
self.extconsole = ExternalConsole(self, light_mode=self.light)
File "/usr/local/adm/config/python/lib/python2.7/site-packages/spyderlib/plugins/externalconsole.py", line 524, in init
scientific = scientific_libs_available(executable)
File "/usr/local/adm/config/python/lib/python2.7/site-packages/spyderlib/plugins/externalconsole.py", line 62, in scientific_libs_available
for m in mods]
File "/usr/local/adm/config/python/lib/python2.7/site-packages/spyderlib/utils/programs.py", line 230, in is_module_installed
fd, script = tempfile.mkstemp(suffix='.py', dir=TEMPDIR)
File "/usr/local/python/lib/python2.7/tempfile.py", line 293, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
File "/usr/local/python/lib/python2.7/tempfile.py", line 228, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 13] Permission denied: '/tmp/spyder/tmpBIaLC2.py'
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1539
The text was updated successfully, but these errors were encountered: