egg
How do I uninstall a Python module (“egg”) that I installed with easy_install?
I’ve installed a couple of Python modules using easy_install. How do I uninstal开发者_运维知识库l them?[详细]
2023-01-29 11:29 分类:问答Unable to install pip: Permission denied error
I am trying to install pip but currently unable to. I navigate to the pip folder and python setup.py install[详细]
2023-01-29 03:18 分类:问答Where is the source code for a Python egg?
I\'m attempting to add a video extension to the Python Markdown-2.0.3-py2.7.egg Things aren\'t working, so I want to use pdb debugger to see what\'s going on.[详细]
2023-01-18 22:14 分类:问答How to install Trac Plugin and what is a python egg?
In Trac on Admin -> Plugins there is an option to install Plug-ins. Now this option expect you to upload an Python egg.[详细]
2023-01-16 07:45 分类:问答Including mercurial extensions from eggs
Is there some way to import an extension from an .egg file? For example hggit installs itself as hg_git-0.2.4-py2.5.egg, which cannot be listed under [extensions] directly, or it\'s interpreted as a s[详细]
2023-01-15 09:51 分类:问答How to easy_install egg plugin and load it without restarting application?
I\'m creating an app that downloads and installs its own egg plugins, but I have a problem loading the egg after easy_install extracts it into place. This is how it works now:[详细]
2023-01-07 12:21 分类:问答I created a Python egg; now what?
I\'ve finally figured out how to create a Python egg and gotten it to work. Now... what do I do with it? How do I use it? How do I ensure that everything was correctly included? 开发者_运维知识库(Simp[详细]
2023-01-01 23:06 分类:问答What are simple instructions for creating a Python package structure and egg?
I just completed my first (minor) Python project, and my boss wants me to package it nicely so that it can be distributed and called from other programs easily. He suggested I look into eggs. I\'ve be[详细]
2023-01-01 11:36 分类:问答python: simple example for a python egg with a one-file source file?
I\'m not quite sure how to build a really simple one-file source module. Is there a sample module out there one the web somewhere which can be built as a python .egg?[详细]
2022-12-31 14:50 分类:问答Python: Why do some packages get installed as eggs and some as "egg folders"?
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 installe[详细]
2022-12-29 12:53 分类:问答