lucask07 / covg_fpga

FPGA and Python experiment code for the digital ion channel amplifier project.
GNU General Public License v3.0
6 stars 2 forks source link

os.add_dll_directory does not work as expected on Windows with anaconda #17

Closed lucask07 closed 2 years ago

lucask07 commented 2 years ago

Could not import ok when using Windows and anaconda 3.9.7 Similar issues seem to have been noticed by the scipy community:

In addition add the DDL directory to the path using:

    os.environ.setdefault('PATH', '')
    os.environ['PATH'] += os.pathsep + dll_dir

As explained at the bottom of this issue

Ajstros commented 2 years ago

Fixed with #12