Hi Martin, It is my understanding that a winpython distribution is a self contained installation. Consequently, I would assume the users HOME directory is set somewhere within the winpython installation directory (see also here: http://sourceforge.net/p/winpython/wiki/Roadmap/). Spyder has a configuration file that is stored in the user's HOME directory. If different users would run spyder from the same winpython installation, they would all overwrite each others spyder configuration file (contrary to their own). That is not very practical I would assume. As far as I know (since I am not a developer I don't know for sure, I'll have to check the source) it is not possible to launch spyder with a custom configuration directory. You could consider installing for each user a different winpython installation in order to bypass this issue.
By default spyder will prevent itself from opening twice. In order to launch a new spyder instance, pass on the new-instance argument: spyder --new-instance I think it would be useful to be able to specify the configuration directory manually if required, and I opened issue 1719<http://code.google.com/p/spyderlib/issues/detail?id=1719>for this. Best regards, David On 27 January 2014 16:29, Martin <[email protected]> wrote: > I use the winpython distribution (basically the only 64 bit windows > distribution) to run spyder on a remote desktop server and I run into > trouble when I multiple users try to run spyder. Basically, only one user > can open spyder. Moreover, the session of the previous user is reloaded. > > Does anyone know whether I can use the python command line options to do > something about this. I think if every user could have its own folder with > settings, then problem can be fixed. > http://packages.python.org/spyder/options.html > The working dir and startup session parameters can maybe be used, but it > is not clear to me what actually do. > > -- > 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. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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. For more options, visit https://groups.google.com/groups/opt_out.
