Ok I'm not sure we're talking about the same thing here. Do you want the 
Caris software to be copied into your executable or do you want your 
executable to find and interact with the Caris installation at run time? I 
originally assumed the first but it looks like you actually mean the 
second. 

I've done the 1st before and I just tried the second on a .pyd and they've 
both worked fine so either should be possible. 

I'd maybe try finding and running Caris's python interpreter and see if 
what it's loading (using sys.modules) and if it's using any environment 
variables (os.environ). 

Just to confirm - you are using Python 3.5 to run PyInstaller? pyd files 
must be run on the same minor version they are compiled for.

Brénainn

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/289b3221-f667-4c0e-a671-93b419bd637f%40googlegroups.com.

Reply via email to