PyDAQmx icon indicating copy to clipboard operation
PyDAQmx copied to clipboard

Please indicate status of Python 3 support on website

Open sidneycadot opened this issue 11 years ago • 2 comments

Hi,

A suggestion: it would be useful to have a brief statement concerning Python 3 support on the project's website.

The installation page currently says: "It has been reported that the package works on Python 3 using 2to3.". That suggests it may work, but making it work (and fixing problems) is not a priority. Is this correct? If so, it will be useful for potential users to be aware of this.

sidneycadot avatar Apr 15 '14 20:04 sidneycadot

Yeah, updated classifiers with supported Python version whould be great, too!

I also get the impression that 2to3 is actually no longer needed (the website should be updated to reflect this). Though I cannot test that right now.

fbender avatar Jun 01 '16 13:06 fbender

The package works on Python 3. 2to3 is now run by the setup script automatically. So there is no need to explicitly call 2to3, an a simple "python setup.py install" works. But it uses 2to3.

clade avatar Jun 10 '16 07:06 clade