Karl Nelson <nelso...@llnl.gov> added the comment:

Just for reference here are all the dependencies that _jpype has

```
MSVCP140.dll                                                                    
                                                                                
            python39.dll                                                        
                                                                                
                        KERNEL32.dll                                            
                                                                                
                                    VCRUNTIME140_1.dll                          
                                                                                
                                                VCRUNTIME140.dll                
                                                                                
                                                            
api-ms-win-crt-runtime-l1-1-0.dll                                               
                                                          
                                   api-ms-win-crt-string-l1-1-0.dll             
                                                                                
                                               api-ms-win-crt-heap-l1-1-0.dll
```

So it isn't like there are a whole lot of things that I am doing that are 
likely to trigger a dependency problem.

As far as I can see the only items that are not already on python39.dll 
dependency list are VCRUNTIME140_1.dll and MSVCP140.dll.  But if that were the 
case then surely other projects would also be hitting this bug.  So this error 
message makes no sense at all.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42529>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to