egg
zc.buildout is using the wrong python
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[详细]
2023-04-09 08:34 分类:问答Why does pip fail when installing local egg repository?
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:[详细]
2023-04-06 18:13 分类:问答Why doesn't my Python 2.6 auto-unzip egg files on import?
I\'m under the impression that Python import is supposed to automatically unzip egg files in site-packages.[详细]
2023-04-02 06:08 分类:问答View code within Python egg files in PyDev
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[详细]
2023-04-01 05:45 分类:问答Does zc.buildout offer a lot more than pip when dealing with packages/eggs
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.[详细]
2023-03-20 02:50 分类:问答Best way to name my distribution on Plone?
I work at Company, creating project Project that implements a functionality. Let\'s name it Newsletter. It could be used in further projects.[详细]
2023-03-13 02:49 分类:问答Why does my python egg not work? - No distributions at all found for
I have made a distribution of my python package with the following setup.py #!/usr/bin/env python from setuptools import setup[详细]
2023-03-11 21:32 分类:问答Most Pythonic way to provide global configuration variables in config.py? [closed]
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[详细]
2023-03-10 02:39 分类:问答Can not create zope project
I\'m a zope/python newbee (senior Java programer) and due to inexperience I\'m having some troubles starting up.[详细]
2023-03-08 15:19 分类:问答Can I create a single egg for multiple versions of python?
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,[详细]
2023-03-08 07:34 分类:问答