Hi Uwe, I assume that you are advising to do 'set path =""' to avoid any PATH conflict issue with already installed software. FYI, in next WinPython releases (2.7.5.1, 3.3.2.1), a new "winpython.ini" text file in "settings" directory will allow to override PATH, PYTHONPATH and PYTHONSTARTUP environment variables. And those settings will be taken into account by all WinPython launchers: https://code.google.com/p/winpython/source/detail?r=bf9702e67bd4c627cb9b486199869c4cf3aa509b
Cheers, -Pierre 2013/6/5 Uwe Fechner <[email protected]> > Hello, > > if you are not an advanced user, please use winpython: > > http://code.google.com/p/**winpython/<http://code.google.com/p/winpython/> > > Download winpython and unpack in a directory of your choice, e.g. c:\ > > Then you can navigate to the folder c:\WinPython_xxx and double-click the > file "Spyder.exe". > > You can also create a link to this file on your desktop by dragging it with > the right mouse key (!) to your desktop and select "Create short-cut > here..." > in the context menu. > > This will work only if you uninstalled any other Python/ Spyder version. > > If you do not want to uninstall what you already have, than you need > to create a spyder.bat file with the following content: > > c: > cd \WinPython_xxx > set path="" > Spyder.exe > > Where you have to replace xxx with the version that you use. You can > also create a link to this batch file on your desktop. > > Best regards: > > Uwe Fechner > > Am 05.06.2013 19:58, schrieb Subhash Subramanian: > > i have python 2.7.3 and installed pyqt4 and pywin32 and then installed >> spyder 2.2. (OS Win7). But i dont see spyder in the start menu. how do i >> start it? >> -- >> 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 >> spyderlib+unsubscribe@**googlegroups.com<spyderlib%[email protected]> >> . >> To post to this group, send email to [email protected]. >> Visit this group at >> http://groups.google.com/**group/spyderlib?hl=en<http://groups.google.com/group/spyderlib?hl=en> >> . >> For more options, visit >> https://groups.google.com/**groups/opt_out<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 > spyderlib+unsubscribe@**googlegroups.com<spyderlib%[email protected]> > . > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/**group/spyderlib?hl=en<http://groups.google.com/group/spyderlib?hl=en> > . > For more options, visit > https://groups.google.com/**groups/opt_out<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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
