On Thu, Sep 16, 2010 at 1:20 AM, Pierre Raybaut <[email protected]> wrote: > According to the traceback this is rather an issue related to PyQt4. > What version of PyQt4 are you using?
>>> from PyQt4 import QtCore, QtGui >>> QtCore.PYQT_VERSION_STR '4.4.3' I think I installed it last year for the first pydee version that I was using, and never touched since. Thanks, Josef > > On Sep 14, 9:39 pm, [email protected] wrote: >> On Sun, Sep 12, 2010 at 9:29 AM, Pierre Raybaut >> >> >> >> >> >> <[email protected]> wrote: >> > Hi all, >> >> > I am pleased to announced that Spyder v1.1.6 and Spyder v2.0.0beta2 >> > have been released: >> >> > * Spyder v1.1.6 -- a couple of bug fixes since v1.1.5: >> > * MayaVi's mlab crashed Spyder when the module was imported in >> > Interactive Console (the "User Module Deleter" was backported from >> > v2.0 to v1.1 to fix this bug which was related to v1.1's deep reloader >> > mecanism) >> > * source editor/new file: filenames were not correctly generated >> > (untitled0.py, ...), i.e. the filename was not an absolute path and >> > this was corrupting the file selection combo box >> > * pylint plugin was sometimes not enabled even if pylint was >> > installed >> >> > * Spyder v2.0.0beta2 -- a lot of bugfixes since beta1, here are some >> > of the recent changes: >> > * error when trying to create a Spyder project with an existing >> > directory with Mercurial >=v1.3 and rope <=0.9.2 >> > * added links to the documentations of the new libraries 'guidata' >> > and 'guiqwt' (signal and image processing software development tools) >> > * pylint bug (same as v1.1.5) >> > * new options for Global Working Directory in "Preferences" for >> > the source editor "New" and "Open " actions behavior >> > * find/replace widget: added "Regular expression" toggle button >> > for the search pattern field >> > * console: added option to customize Enthought Tool Suite's GUI >> > backend (default: 'qt4') >> > * changed splash screen to the most popular one (see dedicated >> > thread)! >> >> Is there a Enthought traits requirement ? I think my traits version >> might be broken. >> I don't understand the \traitsbackendwx part >> >> Are there specific version of ipython, matplotlib, .... required? >> >> I installed spyder-2.0.0beta3_py25.exe and get this error: >> >> C:\Programs\Python25\Scripts>spyder.py >> C:\Programs\Python25\lib\site-packages\traitsbackendwx-3.3.0-py2.5.egg\enth >> ought >> \__init__.py:7: UserWarning: Module dateutil was already imported from >> C:\Progra >> ms\Python25\lib\site-packages\matplotlib-0.99.1-py2.5-win32.egg\dateutil\__ >> init_ >> _.pyc, but >> c:\programs\python25\lib\site-packages\python_dateutil-1.5-py2.5.egg >> is being added to sys.path >> Traceback (most recent call last): >> File "C:\Programs\Python25\lib\site-packages\spyderlib\spyder.py", line >> 1386, >> in main >> mainwindow = run_spyder(app, options) >> File "C:\Programs\Python25\lib\site-packages\spyderlib\spyder.py", line >> 1327, >> in run_spyder >> main.setup() >> File "C:\Programs\Python25\lib\site-packages\spyderlib\spyder.py", line >> 531, i >> n setup >> self.inspector = ObjectInspector(self) >> File >> "C:\Programs\Python25\lib\site-packages\spyderlib\plugins\inspector.py", >> line 97, in __init__ >> ReadOnlyEditor.__init__(self, parent) >> File >> "C:\Programs\Python25\lib\site-packages\spyderlib\plugins\__init__.py", l >> ine 294, in __init__ >> scrollflagarea=False) >> File >> "C:\Programs\Python25\lib\site-packages\spyderlib\widgets\codeeditor\code >> editor.py", line 262, in setup_editor >> self.set_highlight_current_line(highlight_current_line) >> File >> "C:\Programs\Python25\lib\site-packages\spyderlib\widgets\codeeditor\code >> editor.py", line 301, in set_highlight_current_line >> self.highlight_current_line() >> File >> "C:\Programs\Python25\lib\site-packages\spyderlib\widgets\codeeditor\code >> editor.py", line 793, in highlight_current_line >> selection.format.setProperty(QTextFormat.FullWidthSelection, True) >> TypeError: argument 2 of QTextFormat.setProperty() has an invalid type >> >> Josef >> >> >> >> >> >> > Pierre >> >> > -- >> > 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 >> > athttp://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.
