View Single Post
  #1  
Old 03-13-2014, 10:45 AM
chris2307 chris2307 is offline
Member
 
Join Date: Nov 2013
Posts: 36
Pylink Import Error

Hi all,

I am using Vizard 5 32 bit and have attempted to import pylink in to my project file as follows:

sys.path.append("C:\WayfindingResearchCentre/pylink/pylink23")
print sys.path

I get this error:

ImportError: DLL load failed: The specified module could not be found.

In Vizard 4 42 bit, the pylink module is loaded in fine.

Does anyone know why this breaks in Vizard 5?

Thanks
Reply With Quote