On 08/12/2015 12:43 PM, Michael Beyer wrote:
Carlos:I am getting this error too. Here's the details: Running Python 2.7.10 - 32-bit on Windows 7 Professional I manually installed spyder by first installing the dependencies, as per the install webpage. No issues with installing those. I then installed Spyder and clicked on the icon. It crashed as shown in the previous poster's description. Here's the error from the crash log: | Traceback(most recent call last): File"C:\Python27\lib\site-packages\spyderlib\spyder.py",line 2336,inmain mainwindow =run_spyder(app,options,args) File"C:\Python27\lib\site-packages\spyderlib\spyder.py",line 2220,inrun_spyder main.setup() File"C:\Python27\lib\site-packages\spyderlib\spyder.py",line 766,insetup fromspyderlib.plugins.inspector importObjectInspector File"C:\Python27\lib\site-packages\spyderlib\plugins\inspector.py",line 41,in<module> fromspyderlib.widgets.ipython importIPythonControlWidget File"C:\Python27\lib\site-packages\spyderlib\widgets\ipython.py",line 28,in<module> pygments_patch.apply() File"C:\Python27\lib\site-packages\spyderlib\pygments_patch.py",line 27,inapply fromIPython.frontend.qt.console.pygments_highlighter importRegexLexer ImportError:Nomodulenamed pygments_highlighter
Since this seems to be an IPython problem, what version of IPython are you running?
FYI, IPython is in constant large scale flux at the moment so it is not surprising that there are issues. It has gotten to the point I am seriously looking at other options. Seems money is 'the root of all evils':)
| I have successfully loaded Spyder before, but now that I'm using 32-bit, it seems to be an issue. On Wednesday, March 18, 2015 at 8:08:52 PM UTC-4, Carlos Córdoba wrote: Hi, How did you install Spyder? What is the error that you're seeing? The error would be helpful to provide a better handling mechanism for Pygments. Cheers, Carlos El 18/03/15 a las 18:53, Mark Mikofski escribió:Spyder 2.3.3 IPython 3 without pygments, spyder causes python to crash on windows, hard for user to know what the issue is since there is no feedback, and crash windows have strong negative association. Spyder dialog says to use `spyder --reset`, but that doesn't work since it's not the issue please either * make pygments required during installation or * handle ImportError gracefully - fall back to python interpreter console - issue message Thanks! On Monday, October 15, 2012 at 7:29:08 AM UTC-7, anatoly techtonik wrote: Hi guys, I've noticed that Spyder now doesn't run without pygments. Is that intentional? Can we make the dependency optional? http://code.google.com/p/spyderlib/source/browse/README <http://code.google.com/p/spyderlib/source/browse/README> -- 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 <http://groups.google.com/group/spyderlib>. For more options, visit https://groups.google.com/d/optout <https://groups.google.com/d/optout>.-- 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] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
-- Adrian Klaver [email protected] -- 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. For more options, visit https://groups.google.com/d/optout.
