distribute
Does pip handle extras_requires from setuptools/distribute based sources?
I have package \"A\" with a setup.py and an extras_requires line like: extras_require = { \'ssh\':[\'paramiko\'],[详细]
2023-02-06 12:30 分类:问答Specify where to install 'tests_require' dependencies of a distribute/setuptools package
When I run python setup.py test the dependencies listed in tests_require in setup.py are dow开发者_如何转开发nloaded to the current directory. When I run python setup.py install, the dependencies list[详细]
2023-02-05 17:18 分类:问答Has anybody been able to install PyWeka?
I need to install in python 2.6 or 2.7 for 开发者_StackOverflow社区windows the library PyWeka0.3dev, It says it requires setuptools, which I installed but then they told me it was a deprecated instala[详细]
2023-02-01 00:40 分类:问答How to add a post-install function with distribute?
I\'m trying to build a source distribution package with distribute which should include a post-install method being called after the install is finished.[详细]
2023-01-31 18:33 分类:问答What's the proper way to install pip, virtualenv, and distribute for Python?
Short Question What is the proper way to install pip, virtualenv, and distribute? Background In my answer to SO question 4314376, I recommended using ez_setup so that you could then install pip and[详细]
2023-01-28 07:53 分类:问答Is it possible to make eggs with a None zip-safe flag default to being instaleld zipped with Distribute?
Our large python project is being upgraded from using the legacy \"setuptools\" project to use \"distribute\" as a drop-in replacement.[详细]
2023-01-27 05:43 分类:问答How do you correct Module already loaded UserWarnings in Python?
Getting the following kinds of warnings when running most python scripts in the command line: /Library/Python/2.6/site-packages/virtualenvwrapper/hook_loader.py:16: UserWarning: Module[详细]
2023-01-18 14:26 分类:问答Why does "python setup.py sdist" create unwanted "PROJECT-egg.info" in project root directory?
When I run python setup.py sdist it creates an sdist in my ./dist directory. This includes a \"PROJECT-egg.info\" file in the zip inside my \"dist\" folder, which I don\'t use, but it doesn\'t hurt[详细]
2023-01-17 12:59 分类:问答icon distribution packaging
i need you help guys. I have designed numerouse icons. I need to package them for sale into these categories Normal, Hot, Disabled, Gray and these size 16x16, 32x32, 48x48, 128x128, 256x256.[详细]
2023-01-15 13:28 分类:问答How to package example scripts using distribute?
I use distribute to package a small python library. I made a directory structure as described in the Hitchhiker\'s Guide to Packaging.[详细]
2023-01-15 08:18 分类:问答