I\'m using zc.buildout to generate a script called \"test\".I\'m using that script to call my own test runner.(The available test runners for buildout do not yet use the new \"discovery\" feature in P
I am working on Windows 7.I have created a python egg using distutils. Now I try to install this egg in a virtual environment using pip 1.0.2 using the following command:
I\'m under the impression that Python import is supposed to automatically unzip egg files in site-packages.
One of the nice features of working in Eclipse with PyDev is that clicking F3 you can browse into almost anything. However, if the package you\'re using is contained in a Python egg, that doesn\'t wor
We\'re all development team working on a Django site. Recently we\'ve begun using zc.buildout inside a virtualenv. I can see how virtualenv helps you by making a sandboxed environme开发者_运维技巧nt.
I work at Company, creating project Project that implements a functionality. Let\'s name it Newsletter. It could be used in further projects.
I have made a distribution of my python package with the following setup.py #!/usr/bin/env python from setuptools import setup
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
I\'m a zope/python newbee (senior Java programer) and due to inexperience I\'m having some troubles starting up.
We have a local system which runs via a series of eggs.At the moment this means everyone must have a copy of Python 2.5 installed.Is it possible to create an egg which can be used by Python 2.5, 2.6,