Hi

I would like the second.

>  executable to find and interact with the Caris installation at run time
>
 
This is because is a commercial software and i do not have permission to 
include it.

I'd maybe try finding and running Caris's python interpreter and see if 
> what it's loading (using sys.modules)
>

I didn't knew this was possible, I would like to try it and I will look in 
to it, can you give me some tips? 
On the environment variables only one that is the pythonpath set manually. 
I mange no to use it by using sys.path.insert(0, path) and it works. TTo 
point out that spyder or many other can' load the caris module. To run I 
use the python interpreter that come with it.

I use python 3.5 and compile on it. I have 3.5 ant 3.7 install but I call 
on compiling execution the v3.5.

Thank you
Alex





quarta-feira, 22 de Abril de 2020 às 16:05:26 UTC+2, bwoodsend escreveu:
>
> 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/0b88d04f-39fe-4a68-b8b9-cd6fd96ee268%40googlegroups.com.

Reply via email to