setuptools
stopping setup.py from installing as egg
How do I stop setup.py from installing a package as an egg?Or even better, how do I easy_install from installing a package as an egg?[详细]
2023-03-12 09:12 分类:问答Python package structure, setup.py for running unit tests
I\'m not sure I\'m organizing my package structure correctly or am using the right options in setup.py because I\'m getting errors when I try to run unit tests.[详细]
2023-03-08 19:59 分类:问答Is there a way to add a namespace prefix setuptools package distributions?
I\'m looking to开发者_如何学C add a namespace prefix to my Python setuptools distributed package. E.g. we have a package called common_utils and a would like it to be accessed as umbrella.common_utils[详细]
2023-03-06 18:15 分类:问答setup.py exclude some python files from bdist
I have a django project with this kind of architecture : setup.py project/ __init__.py manage.py settings/[详细]
2023-03-05 20:38 分类:问答Not install all files in site_packages using setup.py
When i install software(XYZ) using setup.py file using command \"python setup.py install\" it copy only files present in parent directory to the folder present in site_packages/XYZ .in setup file i de[详细]
2023-03-04 13:01 分类:问答Installing Acrobat Flash with windows installer
I\'m trying to add Acrobate Flash installer to my application setup project as pre request . I made a Bootstrapper package of the Flash installer and put it on the visual studio sdk folder , then I ca[详细]
2023-03-02 17:29 分类:问答Adding a library to C
I\'m working with python, but I have a basic understanding of packaging with C. However I don\'t know how to build the c \'path.\' Also, my google searches seem to be failing me returning results on c[详细]
2023-03-02 07:43 分类:问答How can I make easy_install.exe not open in a separate window?
I\'m setting up a new machine and am using 64-bit Python 2.6.6 on Windows 7.I installed a pre-compiled version of setuptools.[详细]
2023-02-28 17:21 分类:问答installing only .pyc (python compiled) with setuptools
I want to run python setup.py install (the setup script uses setuptools), and I want only the 开发者_Go百科.pyc files to be included in the resulting egg or directory. all .py files must not be presen[详细]
2023-02-27 02:22 分类:问答Can't figure out how to include *.html files within a site-packages folder
I cannot figure out how to write my setup.py script in order to include *.html files within the i开发者_Go百科nstalled package.[详细]
2023-02-25 05:02 分类:问答