Ticket #571 (new support)
PyInstaller fails with Box2D and Pygame modules
| Reported by: | contact@… | Owned by: | htgoebel |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Hooks | Version: | 1.5.1 |
| Severity: | normal | Keywords: | box2d, pygame |
| Cc: |
Description
I've try both 1.5.1 and beta developper version, still got error, I've no idea if the problem is from PyInstaller? or Box2D... hereby the errors:
C:\Users\damien\Downloads\pyinstaller-1.5.1\pyinstaller-1.5.1\Box2D_tests\dist\Box2D_tests>Box2D_tests.exe C:\Users\damien\Downloads\pyinstaller-1.5.1\pyinstaller-1.5.1\iu.py:521: RuntimeWarning?: import display: No module named pygame._view (ImportError?: No module named pygame._view)
exec co in mod.dict
C:\Users\damien\Downloads\pyinstaller-1.5.1\pyinstaller-1.5.1\iu.py:521: RuntimeWarning?: import draw: No module named pygame._view (ImportError?: No module named pygame._view)
exec co in mod.dict
C:\Users\damien\Downloads\pyinstaller-1.5.1\pyinstaller-1.5.1\iu.py:521: RuntimeWarning?: import image: No module named pygame._view (ImportError?: No module named pygame._view)
exec co in mod.dict
C:\Users\damien\Downloads\pyinstaller-1.5.1\pyinstaller-1.5.1\iu.py:521: RuntimeWarning?: import pixelcopy: No module named pygame._view (ImportError?: No module named pygame._view)
exec co in mod.dict
C:\Users\damien\Downloads\pyinstaller-1.5.1\pyinstaller-1.5.1\iu.py:521: RuntimeWarning?: import transform: No module named pygame._view (ImportError?: No module named pygame._view)
exec co in mod.dict
Traceback (most recent call last):
File "<string>", line 17, in <module> File "./Box2D_tests\build\pyi.win32\Box2D_tests\outPYZ1.pyz/pygame", line 70, in getattr
NotImplementedError?: display module not available (ImportError?: No module named pygame._view)
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
Attachments
Change History
Changed 11 months ago by contact@…
- Attachment Box2D_tests.py added

source file