Skip to content Skip to sidebar Skip to footer
Showing posts with the label Distribute

Why Does "python Setup.py Sdist" Create Unwanted "project-egg.info" In Project Root Directory?

When I run python setup.py sdist it creates an sdist in my ./dist directory. This includes a … Read more Why Does "python Setup.py Sdist" Create Unwanted "project-egg.info" In Project Root Directory?

Distributing Python Module - Spark Vs Process Pools

I've made a Python module that extracts handwritten text from PDFs. The extraction can sometime… Read more Distributing Python Module - Spark Vs Process Pools

Installing Python And Distribute On Windows 7 Gives "writing Failed ... Permission Denied"

I'm on Windows 7 (which I fully admit I don't understand the permissions model of. I'm … Read more Installing Python And Distribute On Windows 7 Gives "writing Failed ... Permission Denied"