Comments you submit will be routed for moderation. If you have an account, please log in first.
Modify

Ticket #571 (new support)

Opened 11 months ago

Last modified 11 months ago

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

Box2D_tests.py (5.5 KB) - added by contact@… 11 months ago.
source file

Change History

Changed 11 months ago by contact@…

source file

comment:1 Changed 11 months ago by matysek

  • Type changed from defect to support
View

Add a comment

Modify Ticket

Action
as new
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.