Tagged Questions
0
votes
2answers
627 views
Installing bitarray in Python 2.6 on Windows
I would like to install bitarray in Windows running python 2.6.
I have mingw32 installed, and I have C:\Python26\Lib\distutils\distutils.cfg set to:
[build]
compiler = mingw32
If I type, in a ...