Thanx a lot for your fast support! Yes, you were right, pythonxy and WinPython don't seem to like each others and there is something wrong with the Path variable. Using the full path to WinPythons executable did the job (although I did run into other problems, related to PySide / PyQt). I think I'll restart with a clean installation.
Best regards, Christian Am Samstag, 9. Februar 2013 19:59:35 UTC+1 schrieb Carlos Córdoba: > > It seems that you've messed up your Python installations. Instead of > running > > python bootstrap.py > > or > > python setup.py install > > you have to use the the full path to your python binary, something like: > > C:\Python27\bin\python setup.py install > > (I'm not sure if that's the right path for Python(x,y)). This way you'll > distinguish which python are you sing, if the one from WinPython or the > one from Python(x,y). > > Cheers, > Carlos > > El 05/02/13 05:48, Christian Münker escribió: > > Hi, > > > > first of all a big thanx to the developers for all the bugfixes and > > improvements you have put into Spyder over the last months! > > > > I would like to contribute at least a little bit by testing beta > > releases, however, so far I have not been successful: > > > > Currently, I have installed both python(x,y) 2.7.3.1 and WinPython > > 2.7.3.2 on a 32 bit Windows7 machine, both in their default install. > > > > Upgrading Spyder by deinstalling and installing via WinPython's > > package manager works, however obviously only with proper installers > > like spyder-2.1.13-win32. [However, Spyder no longer starts up from > > the Python(x,y) environment.] > > > > Running Spyder from source using "python bootstrap.py" fails in > > QtWebKit.py at "from PyQt4.QtWebKit import * " with "ImportError DLL > > load failed". I get the same error when I install from source using > > "python setup.py install" (no warnings) and executing spyder.bat > > subsequently. > > > > A quick check showed that I've got > > C:\Python27\Lib\site-packages\PyQt4\QtWebKit4.dll and QtWebKit.pyd on > > my system. > > > > Any ideas that could help me? > > > > Best regards, > > > > Christian > > -- > > 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] <javascript:>. > > To post to this group, send email to [email protected]<javascript:>. > > > Visit this group at http://groups.google.com/group/spyderlib?hl=en. > > 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
