distutils
Python: Unable to easy_install (Windows 7 x64)
I\'m r开发者_如何学Cunning python 2.7 on Windows 7 x64, and trying to easy_install pysqlite. With command: easy_install -U pysqlite[详细]
2023-02-20 22:15 分类:问答Default server in multiple server configuration of distutils in ~/.pypirc
I want to have multiple PyPI servers in my ~/.pypirc file so I can easily publish to different servers, depending on the project.[详细]
2023-02-20 05:19 分类:问答python pip package install fails , dllwrap error after 'fixing': "unable to find vcvarsall.bat"
I can\'t find this in the archives. Is there something not right with mingw/msys? [I need to get vcvarsall.bat fixed, so I can install other packages.][详细]
2023-02-20 02:06 分类:问答want to use distutils to install my python app with a "one-click" launcher file
I\'m trying to figure out how to make my program installable via distutils. My end goal is to make a .deb installer for ubuntu users. The main issue is getting a \"one-click\" launcher file to work.[详细]
2023-02-18 21:13 分类:问答Python: If there are multiple egg versions of the same package installed, how do I import specifically the version I need?
Say, for example that FooPac开发者_StackOverflow中文版kage-1.1 and FooPackage-1.2 are both installed in dist-packages as eggs. How do I import the one I need?You can use pkg_resources to specify your[详细]
2023-02-16 06:26 分类:问答How do I package an unchanged C extension as part of my new Python package?
I开发者_JS百科\'ve released a new version of a Python package to pypi without changing the C extension. Since I have only changed the Python code, not the C code, how do I package the shared libraries[详细]
2023-02-14 17:43 分类:问答How to install scripts to sbin with python's distutils?
Commonly on most unix systems there is a distinction between $PREFIX/bin and $PREFIX/sbin. When installing a piece of software the administrator decides about what $PREFIX is, but the author decides w[详细]
2023-02-10 20:40 分类:问答tokenize in python3.x
I have following codes in python2.x: class _CHAIN(object): def __init__(self, execution_context=None): self.execution_context = execution_context[详细]
2023-02-09 20:35 分类:问答What on earth...? File permissions from files created by Python C code
If I have the following C code: int main(int argc, char **arg) { int x = open(\"testfilefromc\", O_RDWR | O_CREAT);[详细]
2023-02-07 15:04 分类:问答How to manage dependency when cloning repository?
I am using mercurial and I am wondering how to do the following. Here is my repository architecture :[详细]
2023-02-06 06:41 分类:问答