Distutils Numpy Pip Python Setuptools Pythonpath Is Still Ignored And Unable To Install Locally With Pip June 09, 2024 Post a Comment I'm finding that my pythonpath environment variable is ignored. I'm using python 2.6 on ubu… Read more Pythonpath Is Still Ignored And Unable To Install Locally With Pip
Distutils Egg Python Setuptools Top-level Package Handling With Setuptools (or Another Python Egg Builder) March 23, 2024 Post a Comment I am writing a little python app. I want to be able to easily deploy the app. I know that python 2.… Read more Top-level Package Handling With Setuptools (or Another Python Egg Builder)
Ctypes Distutils Python Setuptools How Do I Package For Distribution A Python Module That Uses A Shared Library? February 27, 2024 Post a Comment I'm writing some bindings for a C library and am not sure how to configure all this for distrib… Read more How Do I Package For Distribution A Python Module That Uses A Shared Library?
Distutils Macos Python C Extension Setuptools Shared Libraries How To Create A .dylib C Extension On Mac Os X With Distutils And/or Setuptools? February 18, 2024 Post a Comment I need to make a C extension with distutils (and/or setuptools) that can be used BOTH dynamically a… Read more How To Create A .dylib C Extension On Mac Os X With Distutils And/or Setuptools?
Bytecode Distutils Python How To Strip Source From Distutils Binary Distributions? January 24, 2024 Post a Comment I want to create a bytecode-only distribution from distutils (no really, I do; I know what I'm … Read more How To Strip Source From Distutils Binary Distributions?
Distutils Python Python 3.x Python Packaging Setuptools Is `setup.cfg` Deprecated? January 04, 2024 Post a Comment It's not completely clear to me, what is the status of setup.cfg. I am looking for solutions fo… Read more Is `setup.cfg` Deprecated?
Distutils Python Setuptools Manifest.in, Package_data, And Data_files Clarification? December 22, 2023 Post a Comment I am trying to create a Python package, and I have a directory structure like this: mypkg/ ├── __in… Read more Manifest.in, Package_data, And Data_files Clarification?
Distutils Python Setuptools Place Pre-compiled Extensions In Root Folder Of Non-pure Python Wheel Package January 31, 2023 Post a Comment TL;DR How do you get distutils/setuptools to include a non-pure data file correctly? I've got a… Read more Place Pre-compiled Extensions In Root Folder Of Non-pure Python Wheel Package