setuptools
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 分类:问答Why use pip over easy_install?
A tweet reads: Don\'t use easy_install, unless you like stabbing yourself in the face. Use pip. Why开发者_Python百科 use pip over easy_install? Doesn\'t the fault lie with PyPI and package author[详细]
2023-01-06 21:05 分类:问答setuptools easyinstall mysql-python-1.2.3
I have read a bunch of threads on setuptools here. A lot of people seem not to like it very much. But I need to install MySQL-python-1.2.3. and when I do that I get this error:[详细]
2023-01-05 13:36 分类:问答Installing Jinja2 on a server without root access
I am trying to install Jinja2 on a web server. I tried running the command \"easy_install Jinja2\" as they suggested and got an error:[详细]
2023-01-05 07:49 分类:问答Python packages installation in Windows
I recently began learning Python, and I am a bit confused about how packages are distributed and installed.[详细]
2023-01-05 03:47 分类:问答Including Bash autocompletion with setuptools
I\'ve got a couple packages in PyPI, and I\'d like to include autocompletion features w开发者_如何学JAVAith both of them. How would you check that Bash autocompletion should be installed at all (check[详细]
2023-01-04 17:36 分类:问答unattended install of binary python packages (modules) for windows
Is there no sane way to peform a sc开发者_如何学Cripted install of binary python packages for windows? Unfortunately it seems like several essential windows python packages like pywin32 and py2exe are[详细]
2023-01-04 00:25 分类:问答Having a Python package install itself under a different name
I\'m developing a package called garlicsim. (Website.) The package is intended for Python 2.X, but I am also offerring Python 3 support on a different fork called garlicsim_py3.(1)[详细]
2023-01-01 12:03 分类:问答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 分类:问答Can I use setuptools without permissions to /usr/local etc
I want to use some packages (i.e., IPython or zdaemon), butI am doing this on a system (my university) that does not give me permissions for /usr/local, /usr/bin, or all 开发者_开发技巧these directori[详细]
2022-12-31 14:37 分类:问答