I bumped PySide version requirements at http://code.google.com/p/spyderlib/source/detail?r=ddb0d4d6dad1b46d20bcf868bdcd2ed2d3edd15d
As for X Error: BadCursor - I've tracked it down to the call of QApplication.setOverrideCursor() for example, in spyderlib.widgets.sourcecode.syntaxhighlighters.BaseSH.rehighlight(), which leads to this bug report - https://bugreports.qt-project.org/browse/PYSIDE-25 On Monday, May 14, 2012 5:23:26 PM UTC+3, PAulo wrote: > > Hi Carlos, > > Thanks a lot for your answer. > > For information, I upgraded PySide package to version 1.1.1 which > solved the problem but with many warning messages like > X Error: BadCursor (invalid Cursor parameter) 6 > Major opcode: 2 (X_ChangeWindowAttributes) > Resource id: 0x3 > X Error: BadCursor (invalid Cursor parameter) 6 > Major opcode: 95 (X_FreeCursor) > Resource id: 0x3 > > Cheers, > > Paulo > On 14 mai, 16:12, Carlos Córdoba <[email protected]> wrote: > > Hi Paulo, > > > > Spyder doesn't work with PySide 1.1.0. Please use PyQt instead. For that > > you have run > > > > $ python bootstrap.py --gui=pyqt > > > > if you have both PySide and PyQt installed, or just remove PySide and > > install PyQt to simply use > > > > $ python bootstrap.py > > > > Cheers, > > Carlos > > > > El 14/05/12 07:20, PAulo escribió: > > > > > > > > > > > > > > > > > After upgrading to ubuntu 12.04 I am no longer able to run spyder. > > > Custom install and official package do not work > > > This is what I have from python boostrap.py > > > > > Executing Spyder from source checkout > > > Revision 606db762e3e4:2045, Branch: default > > > 01. Patched sys.path with /home/cristini/PythonPackages/spyderlib > > > 02. PySide is detected, selecting (experimental) > > > 03. Imported Spyder 2.2.0dev (Qt 4.8.1 via PySide 1.1.0) > > > 0x. Enforcing parent console (Windows only) > > > 04. Executing spyder.main() > > > Erreur de segmentation (core dumped) > > > > > Any idea > > > > > Thanks > > > > > Paul -- You received this message because you are subscribed to the Google Groups "spyder" group. To view this discussion on the web visit https://groups.google.com/d/msg/spyderlib/-/qceQ180H1ugJ. 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.
