egg Questions

2

Solved

I maintain a few Python packages. I have a very similar setup.py file for each of them. However, when doing setup.py install, one of my packages gets installed as an egg, while the others get insta...
Control asked 9/5, 2010 at 17:9

2

Solved

Are there any disadvantages about using eggs through easy-install compared to the "traditional" packages/modules/libs?
Cringe asked 28/4, 2010 at 22:46

2

Solved

Looking in my /usr/local/lib/python.../dist-package directory, I have .egg directories and .egg files. Why does the installer choose to extra packages to the .egg directory, yet leave other files...
Gann asked 9/4, 2010 at 1:45

3

Solved

I have an egg distribution of a PyQt application which i build myself, and it contains sphinx generated documentation. When i call the help file from the application it opens the sphinx index.html ...
Cubit asked 19/11, 2009 at 10:26

2

Solved

How do you import python .egg files that are stored in a relative location to the .py code? For example, My Application/ My Application/library1.egg My Application/libs/library2.egg My Applicatio...
Curson asked 10/7, 2009 at 8:29

3

Solved

Suppose I'd like to upload some eggs on the Cheese Shop. Do I have any obligation? Am I required to provide a license? Am I required to provide tests? Will I have any obligations to the users of th...
Aril asked 9/7, 2009 at 22:24

1

Solved

I have some egg accessible as a URL, say http://myhosting.com/somepkg.egg . Now I don't have this somepkg listed on pypi. How do I tell buildout to fetch and install it for me. I have tried a few ...
Lemley asked 17/6, 2009 at 14:43

1

Solved

Can someone explain how egg-info directories are tied to their respective modules? For example, I have the following: /usr/local/lib/python2.5/site-packages/quodlibet/ /usr/local/lib/python2.5/sit...
Sunglass asked 2/11, 2008 at 2:26

6

Solved

I've read some about .egg files and I've noticed them in my lib directory but what are the advantages/disadvantages of using then as a developer?
Ferricyanide asked 6/9, 2008 at 23:35

4

I have several python projects that share common modules. Until now, I've been ... ahem ... keeping multiple copies of the common code and synchronizing by hand. But I'd clearly prefer to do someth...
Shively asked 11/10, 2008 at 17:21

© 2022 - 2024 — McMap. All rights reserved.