[Distutils] Installing a module

2020-06-16 Thread Rishi
Hi, On my laptop, I have installed Python IDLE 3.8.2 and I am having difficulties installing a module named ‘XlsxWriter’. I have Windows 10. I have tried the following command:  python -m pip install XlsxWriter. I am unable to figure out how to download this module and it is necessary because I am

[Distutils] Installing single module from src directory

2008-10-01 Thread Dinu Gherman
Hi, I've been using distutils for a while now, but today I'm running into what seems to be the minimal strange issue. I want to in- stall a single Python module without anything else, no package around it, which resides in a source subdirectory of the main project directory. My layout looks like

Re: [Distutils] Installing single module from src directory

2008-10-01 Thread Phillip J. Eby
At 02:10 PM 10/1/2008 +0200, Dinu Gherman wrote: Hi, I've been using distutils for a while now, but today I'm running into what seems to be the minimal strange issue. I want to in- stall a single Python module without anything else, no package around it, which resides in a source subdirectory