User Activity

  • Modified a comment on ticket #78 on Linux GPIB Support

    Hi, You can try to replace the original line from setup.py with: import sys if sys.version_info < (3,10): from distutils.core import setup,Extension else: from setuptools import setup, Extension distutils is deprecated and setuptools should be used insted.

  • Posted a comment on ticket #78 on Linux GPIB Support

    Hi, You can try to replace the original line from setup.py with: import sys if sys.version_info < (3,10): from distutils.core import setup,Extension else: from setuptools import setup, Extension distutils is deprecated and setuptools should be used insted.

  • Created ticket #78 on Linux GPIB Support

    DeprecationWarning from python language wrapper module

View All

Personal Data

Username:
joenpera
Joined:
2021-10-25 11:35:21

Projects

  • No projects to display.

Personal Tools