[GH-ISSUE #203] Compiling Issues #185

Closed
opened 2026-02-26 12:20:45 +03:00 by kerem · 2 comments
Owner

Originally created by @bhavaygg on GitHub (Oct 12, 2021).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/203

I am trying to create a standalone GUI application using tkinter that uses MDAnalysis library and was facing issues in the compilation.

Traceback (most recent call last):
  File "pyLFDA_gui.py", line 19, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
  File "MDAnalysis\__init__.py", line 191, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
  File "MDAnalysis\lib\__init__.py", line 39, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
  File "MDAnalysis\lib\formats\__init__.py", line 23, in <module>
  File "MDAnalysis/lib/formats/libmdaxdr.pyx", line 1, in init MDAnalysis.lib.formats.libmdaxdr
ModuleNotFoundError: No module named 'MDAnalysis.lib.formats.cython_util'

Any idea how to fix this?

Originally created by @bhavaygg on GitHub (Oct 12, 2021). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/203 I am trying to create a standalone GUI application using tkinter that uses MDAnalysis library and was facing issues in the compilation. ``` Traceback (most recent call last): File "pyLFDA_gui.py", line 19, in <module> File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module File "MDAnalysis\__init__.py", line 191, in <module> File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module File "MDAnalysis\lib\__init__.py", line 39, in <module> File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module File "MDAnalysis\lib\formats\__init__.py", line 23, in <module> File "MDAnalysis/lib/formats/libmdaxdr.pyx", line 1, in init MDAnalysis.lib.formats.libmdaxdr ModuleNotFoundError: No module named 'MDAnalysis.lib.formats.cython_util' ``` Any idea how to fix this?
kerem closed this issue 2026-02-26 12:20:45 +03:00
Author
Owner

@brentvollebregt commented on GitHub (Oct 12, 2021):

Have you taken a look at the help post I wrote? (not at my PC at the moment)

<!-- gh-comment-id:940961649 --> @brentvollebregt commented on GitHub (Oct 12, 2021): Have you taken a look at the help post I wrote? (not at my PC at the moment)
Author
Owner

@bhavaygg commented on GitHub (Oct 12, 2021):

Thanks!

<!-- gh-comment-id:940968277 --> @bhavaygg commented on GitHub (Oct 12, 2021): Thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#185
No description provided.