Пакет: python3-setuptools (68.1.2-2)
Extensions to the python-distutils for large or complex distributions.
Другие пакеты, относящиеся к python3-setuptools
- dep: python3 интерактивный высокоуровневый объектно-ориентированный язык (версия python3 по умолчанию)
- dep: python3-distutils distutils package for Python 3.x
- dep: python3-pkg-resources (= 68.1.2-2) обнаружение пакетов и доступ к ресурсам через pkg_resources
- sug: python-setuptools-doc Python Distutils Enhancements (documentation)
Загрузка python3-setuptools
| Архитектура | Размер пакета | В установленном виде | Файлы |
|---|---|---|---|
| all | 457,3 Кб | 2 230,0 Кб | [список файлов] |
Эта страница также доступна на следующих языках (Как установить язык по умолчанию):
Чтобы сообщить о проблеме, связанной с веб-сайтом, отправьте сообщение (на английском) в список рассылки debian-www@lists.debian.org. Прочую контактную информацию см. на странице Debian Как с нами связаться.
Авторские права © 1997 — 2024 SPI Inc.; См. условия лицензии. Debian это торговый знак компании SPI Inc. Об этом сайте.
Пакет: python3-stdeb (0.10.0-2)
Python to Debian source package conversion plugins for distutils
This package provides distutils commands to produce Debian packages from Python packages. Automatic defaults are provided for the Debian package, but many aspects of the resulting package can be customized via a configuration file.
Другие пакеты, относящиеся к python3-stdeb
- dep: debhelper-compat (= 9) Пакет недоступен
- dep: python3 интерактивный высокоуровневый объектно-ориентированный язык (версия python3 по умолчанию)
- dep: python3-requests elegant and simple HTTP library for Python3, built for human beings
- dep: python3-setuptools Python3 Distutils Enhancements
- rec: apt-file поиск файлов по пакетам Debian (интерфейс командной строки)
- rec: dpkg-dev инструменты сборки пакетов Debian
- rec: python3-all package depending on all supported Python 3 runtime versions
- rec: unzip распаковщик файлов .zip
- sug: python3-all-dev package depending on all supported Python 3 development packages
Загрузка python3-stdeb
| Архитектура | Размер пакета | В установленном виде | Файлы |
|---|---|---|---|
| all | 53,5 Кб | 196,0 Кб | [список файлов] |
Эта страница также доступна на следующих языках (Как установить язык по умолчанию):
Чтобы сообщить о проблеме, связанной с веб-сайтом, отправьте сообщение (на английском) в список рассылки debian-www@lists.debian.org. Прочую контактную информацию см. на странице Debian Как с нами связаться.
Авторские права © 1997 — 2024 SPI Inc.; См. условия лицензии. Debian это торговый знак компании SPI Inc. Об этом сайте.
Packages for Linux and Unix
Error: Your browser was not able to display this page.
How to solve this problem
- Install any modern browser (Chrome, Firefox, Safari, Edge, Opera, etc.);
- Update the browser to the latest available version;
- Disable extensions that block Cookies, JavaScript or Ads in your browser;
Connection
- IP: 45.155.40.175
- Date: 2024-01-31 03:54:41
- User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1063.0 Safari/536.3
- Error code: 403
If you think it’s our fault, please email to lystor@gmail.com
This website uses cookies
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
See Privacy Policy for details. I agree
how to install python distutils
I just got some space on a VPS server(running on ubuntu 8.04), and I’m trying to install django on it. The server has python 2.5 installed, but I guess its non standard installation. When I run install script for django, I get
amitoj@ninja:~/Django-1.2.1$ python setup.py install Traceback (most recent call last): File "setup.py", line 1, in from distutils.core import setup ImportError: No module named distutils.core
I’m stumped. All the articles on internet tell me how to install modules using distutils. But how do I get distutils itself? Can anyone point me to the archive for distutils? I looked in /usr/lib/local/python2.5, /usr/lib/python2.5 etc, and as expected there is no distutils to be found.