That may be a bit beyond my depth...especially since I can't recreate the issues myself. About all the advice I would have for you would be to use this website to get things working on Windows. http://www.lfd.uci.edu/~gohlke/pythonlibs/
On Wed, Mar 7, 2012 at 5:44 PM, Philipp Lies <[email protected]>wrote: > Well, on Windows I use ipython 0.10 because 0.12 doesn't work at all. > PySide doesn't work for me on Windows, I get > Traceback (most recent call last): > File > "C:\Python27\lib\site-packages\spyderlib\widgets\externalshell\startup.py", > line 87, in <module> > __ipythonshell__ = IPython.Shell.start() > File "C:\Python27\lib\site-packages\IPython\Shell.py", line 1241, in start > return shell(user_ns = user_ns) > File "C:\Python27\lib\site-packages\IPython\Shell.py", line 1146, in > __init__ > shell_class=MatplotlibMTShell) > File "C:\Python27\lib\site-packages\IPython\Shell.py", line 1045, in > __init__ > on_kill=[QtGui.qApp.exit]) > File "C:\Python27\lib\site-packages\IPython\ipmaker.py", line 100, in > make_IPython > embedded=embedded,**kw) > File "C:\Python27\lib\site-packages\IPython\Shell.py", line 636, in > __init__ > user_ns,user_global_ns,b2 = > self._matplotlib_config(name,user_ns,user_global_ns) > File "C:\Python27\lib\site-packages\IPython\Shell.py", line 556, in > _matplotlib_config > import matplotlib.pylab as pylab > File "C:\Python27\lib\site-packages\matplotlib\pylab.py", line 264, in > <module> > from matplotlib.pyplot import * > File "C:\Python27\lib\site-packages\matplotlib\pyplot.py", line 95, in > <module> > new_figure_manager, draw_if_interactive, _show = pylab_setup() > File "C:\Python27\lib\site-packages\matplotlib\backends\__init__.py", > line 25, in pylab_setup > globals(),locals(),[backend_name]) > File > "C:\Python27\lib\site-packages\matplotlib\backends\backend_qt4agg.py", line > 12, in <module> > from backend_qt4 import QtCore, QtGui, FigureManagerQT, FigureCanvasQT,\ > File "C:\Python27\lib\site-packages\matplotlib\backends\backend_qt4.py", > line 23, in <module> > from qt4_compat import QtCore, QtGui, _getSaveFileName, __version__ > File "C:\Python27\lib\site-packages\matplotlib\backends\qt4_compat.py", > line 80, in <module> > from PySide import QtCore, QtGui, __version__, __version_info__ > ImportError: DLL load failed: The specified procedure could not be found. > > even though I set the PATH to point to PySide not PyQt. On Linux I just > change the API selection in the Preferences to switch between PySide and > PyQT which seems to work I guess. > > On 07.03.2012 21:48, Matt Anderson wrote: > > Nope, mine still works with 1.1.0 > > > > I'm on a 64 bit windows 7 box...but I would think that would make mine > less likely to work easily. I'm running mine from source from the > bootstrap.py file. > > > > How do you switch back to PyQt, since I have installed PySide I haven't > tried? > > > > > > On Wed, Mar 7, 2012 at 12:28 PM, Matt Anderson <[email protected]<mailto: > [email protected]>> wrote: > > > > I will upgrade in a little bit and check it out > > > > On Mar 7, 2012 11:59 AM, "Philipp Lies" > > <[email protected]<mailto: > [email protected]>> wrote: > > > > I am running Qt 4.7.4 via PySide 1.1.0 on Ubuntu 11.10, but > > unfortunately I cannot downgrade to 1.0.9 to see if it works. > > > > On 03/07/2012 06:14 PM, Matt Anderson wrote: > > > Strange, I've never seen that one...I am running Qt 4.7.4 via > PySide 1.0.9 > > > and also Ipython .13dev which should not matter. If getting > the same > > > version of PySide doesn't fix the problem and you want to > change to try > > > Ipython .13dev you will have to change the spyder code a bit. > I did it > > > on my clone, and it should be up to date...let me know how it > goes > > > https://[email protected]/r/wmattanderson-test/ > > > <http://code.google.com/r/wmattanderson-test/source/checkout> > > > > > > > > > On Wed, Mar 7, 2012 at 10:43 AM, Philipp Lies > > > <[email protected] <mailto: > [email protected]> <mailto:[email protected] <mailto: > [email protected]>>> wrote: > > > > > > How? > > > When I switch to PySide all I get is > > > > > > TypeError: QWidget.setFocusPolicy(Qt.FocusPolicy): > argument 1 has > > > unexpected type 'PySide.QtCore.Qt.FocusPolicy' > > > > > > > > > On 03/07/2012 05:36 PM, Matt Anderson wrote: > > > > I can only get it to work with PySide. > > > > > > > > On Thu, Jan 19, 2012 at 8:50 AM, Serge A. Salamanka > > > <[email protected] <mailto:[email protected]> <mailto: > [email protected] <mailto:[email protected]>> > > > > <mailto:[email protected] <mailto:[email protected]> > <mailto:[email protected] <mailto:[email protected]>>>> wrote: > > > > > > > > Same problem with QString beeing set up to value 1 > > > > > > > > Spyder 2.1.7 > > > > Python 2.6.5 > > > > IPython 0.12 > > > > PyQt4 4.7.2 > > > > > > > > no front end in spyder when creating kernel > > > > > > > > Issue 805 > > > > > > > > #Serge > > > > > > > > -- > > > > You received this message because you are subscribed > to the Google > > > > Groups "spyder" group. > > > > To post to this group, send email to > > > [email protected] <mailto: > [email protected]> <mailto:[email protected] <mailto: > [email protected]>> > > > > <mailto:[email protected] <mailto: > [email protected]> > > > <mailto:[email protected] <mailto: > [email protected]>>>. > > > > To unsubscribe from this group, send email to > > > > [email protected] <mailto: > spyderlib%[email protected]> > > > <mailto:spyderlib%[email protected] <mailto: > spyderlib%[email protected]>> > > > > <mailto:spyderlib%[email protected]<mailto: > spyderlib%[email protected]> > > > <mailto:spyderlib%[email protected]<mailto: > spyderlib%[email protected]>>>. > > > > For more options, visit this group at > > > > http://groups.google.com/group/spyderlib?hl=en. > > > > > > > > > > > > -- > > > > You received this message because you are subscribed to > the Google > > > > Groups "spyder" group. > > > > To post to this group, send email to > [email protected] <mailto:[email protected]> > > > <mailto:[email protected] <mailto: > [email protected]>>. > > > > To unsubscribe from this group, send email to > > > > [email protected] <mailto: > spyderlib%[email protected]> > > > <mailto:spyderlib%[email protected] <mailto: > spyderlib%[email protected]>>. > > > > For more options, visit this group at > > > > http://groups.google.com/group/spyderlib?hl=en. > > > > > > -- > > > You received this message because you are subscribed to > the Google > > > Groups "spyder" group. > > > To post to this group, send email to > [email protected] <mailto:[email protected]> > > > <mailto:[email protected] <mailto: > [email protected]>>. > > > To unsubscribe from this group, send email to > > > [email protected] <mailto: > spyderlib%[email protected]> > > > <mailto:spyderlib%[email protected] <mailto: > spyderlib%[email protected]>>. > > > For more options, visit this group at > > > http://groups.google.com/group/spyderlib?hl=en. > > > > > > > > > -- > > > You received this message because you are subscribed to the > Google > > > Groups "spyder" group. > > > To post to this group, send email to > [email protected] <mailto:[email protected]>. > > > To unsubscribe from this group, send email to > > > [email protected] <mailto: > spyderlib%[email protected]>. > > > For more options, visit this group at > > > http://groups.google.com/group/spyderlib?hl=en. > > > > -- > > You received this message because you are subscribed to the > Google Groups "spyder" group. > > To post to this group, send email to > > [email protected]<mailto: > [email protected]>. > > To unsubscribe from this group, send email to > [email protected] <mailto: > spyderlib%[email protected]>. > > For more options, visit this group at > http://groups.google.com/group/spyderlib?hl=en. > > > > > > -- > > You received this message because you are subscribed to the Google > Groups "spyder" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]. > > For more options, visit this group at > http://groups.google.com/group/spyderlib?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/spyderlib?hl=en. > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
