Download and install this, then (on Windows at least) all you need to do is open the command prompt and type (without quotes) "easy_install pydicom" or "easy_install sympy" and it'll download and install just about any python package. Pip is another python installer that may work for your purposes.
https://pypi.python.org/pypi/setuptools Good luck! On Wed, Sep 16, 2015, 9:45 PM Daniel Rodriguez Duque < [email protected]> wrote: > Hi Beth, I'm having the exact same problem, but I don't understand wha > tyou mean by using easy_install to install pydicom?? ANY help would be > great!! > > > El jueves, 3 de septiembre de 2015, 23:08:58 (UTC-4), Beth Cimini escribió: >> >> 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 a topic in the > Google Groups "spyder" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/spyderlib/SG5SqVm5gj0/unsubscribe. > To unsubscribe from this group and all its topics, 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. > -- 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.
