linux session reopening issue

Questions about BrainVisa usage and installation

Moderators: denghien, riviere

Post Reply
souedet
Posts: 15
Joined: Fri Sep 22, 2006 10:57 am

linux session reopening issue

Post by souedet »

Hello,

- Open BrainVISA under linux (in my case, Mandriva-2008)
- Then close linux session without closing BrainVISA before
- When you open a new session, BrainVISA is automatically relaunched with the following error :

[Errno 2] No such file or directory: 'ession'

IOError
neuro.py (173) in main: exec f in globals(), localsStartup
<string> (1) in <module>:
?
neuroProcessesGUI.py (1460) in showProcess:
process = getProcessInstance( process )
neuroProcesses.py (2646) in getProcessInstance:
if isinstance( processIdClassOrInstance, basestring ) and minfFormat( processIdClassOrInstance )[ 1 ] == minfHistory:
api.py (98) in minfFormat:
source = BufferAndFile( open( source ) )

Here is my computer configuration :
- Name : is205629
- OS : Mandriva 2008
- Version : stable
- Mode : debug

Nico
User avatar
Yann Cointepas
Posts: 316
Joined: Tue Jan 20, 2004 2:56 pm
Location: Neurospin, Saint Aubin, France
Contact:

Re: linux session reopening issue

Post by Yann Cointepas »

I did not checked yet but I bet that when you restart, BrainVISA is launched by KDE with wrong parameters. If KDE try to give BrainVISA a "-session" parameter, BrainVISA will interpret that as "-s ession" which means try to open a window for the process named "ession". If it is confirmed I would say it is a KDE bug.
Post Reply