I actually managed to fix this, by using easy_install to reinstall pydicom; it then wanted me to install sympy; after that, it seems to be working!
On Monday, August 24, 2015 at 5:25:00 PM UTC-7, [email protected] wrote: > > Hi All Spyder Gurus, > > I wiped my Win7 machine a little while ago and had to re-install pythonxy. > > Spyder will no longer start. trying to run it from Python27\Scripts\spyder > yields the following: > > c:\>\Python27\Scripts\spyder > Traceback (most recent call last): > File "c:\Python27\Scripts\spyder-script.py", line 5, in <module> > from pkg_resources import load_entry_point > File "c:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 3084, in > <module> > @_call_aside > File "c:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 3070, in > _call_aside > f(*args, **kwargs) > File "c:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 3097, in > _initialize_master_working_set > working_set = WorkingSet._build_master() > File "c:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 651, in _ > build_master > ws.require(__requires__) > File "c:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 952, in r > equire > needed = self.resolve(parse_requirements(requirements)) > File "c:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 839, in r > esolve > raise DistributionNotFound(req, requirers) > pkg_resources.DistributionNotFound: The 'pydicom' distribution was not > found and > is required by spyder > > Any ideas how to fix this behaviour and get spyder running? > > Thanks > > > Matt > -- 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.
