Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anaconda: PyWin32>=227: Entry Point Not Found PyWinObject_FROMULARGE_INTEGER #1583

Closed
AndrewTsao opened this issue Sep 30, 2020 · 2 comments
Closed

Comments

@AndrewTsao
Copy link

Note that issues in this repository are only for bugs or feature requests in the pywin32.

If you need support or help using this package, please follow these instructions - support or help requests will be closed without comment.

For all bugs, please provide the following information.

  • Expected behavior and actual behavior.
> pip show

alert a message box show

Entry Point Not Found  PyWinObject_FROMULARGE_INTEGER
  • Steps to reproduce the problem.

  • Version of Python and pywin32

python -mvenv .venv
.venv\Script\activate
pip install pywin32==227
pip show
(.venv) C:\Users\xxxx\test>python
Python 3.6.3 |Anaconda, Inc.| (default, Oct 15 2017, 03:27:45) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

os: windows server 2008 r2.

and pywin32<=226 is good.

@mhammond
Copy link
Owner

This is because anaconda includes an older version of pywin32 and stores the DLLs in non-standard places. There's literally nothing I can do to fix this :( See also #1409 (searching for "anaconda" in the open issues will also show some others)

@mhammond mhammond changed the title PyWin32>=227: Entry Point Not Found PyWinObject_FROMULARGE_INTEGER Anaconda: PyWin32>=227: Entry Point Not Found PyWinObject_FROMULARGE_INTEGER Sep 30, 2020
@AndrewTsao
Copy link
Author

Thank you for you reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants