Changeset 616
- Timestamp:
- 07/01/2010 10:50:56 AM (2 years ago)
- Files:
-
- PythonPackages/DerApproximator/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
PythonPackages/DerApproximator/setup.py
r595 r616 23 23 import setuptools 24 24 except: 25 print('you should have setuptools installed (http://pypi.python.org/pypi/setuptools), for some Linux distribs you can get it via [sudo] apt-get python-setuptools')25 print('you should have setuptools installed (http://pypi.python.org/pypi/setuptools), for some Linux distribs you can get it via [sudo] apt-get install python-setuptools') 26 26 print('press Enter for exit...') 27 27 raw_input()
