Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415593 - dev-python/pygame is not build with the camera module
Summary: dev-python/pygame is not build with the camera module
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-12 16:41 UTC by Eric Mercier
Modified: 2016-10-12 15:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (info.txt,5.03 KB, text/plain)
2012-05-12 16:41 UTC, Eric Mercier
Details
Build log (log.out,324.88 KB, text/plain)
2012-05-16 11:51 UTC, Eric Mercier
Details
Code sample (camera.py,1.65 KB, text/plain)
2012-05-16 11:52 UTC, Eric Mercier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Mercier 2012-05-12 16:41:56 UTC
Created attachment 311525 [details]
emerge --info

Hi,

I want to test the camera module of pygame, but when I try to import the module, I've got that:

Traceback (most recent call last):
  File "test.py", line 6, in <module>
    pygame.camera.init()
  File "/usr/lib64/python3.2/site-packages/pygame/camera.py", line 42, in init
    import _camera
ImportError: No module named _camera


Dis I do something wrong?

I'm using Python 3.2.3 with pygame-1.9.2_pre20120101

Thanks a lot!
Comment 1 Arfrever Frehtes Taifersar Arahesis 2012-05-15 18:45:25 UTC
Attach build log.
Comment 2 Eric Mercier 2012-05-16 11:51:28 UTC
Created attachment 312005 [details]
Build log
Comment 3 Eric Mercier 2012-05-16 11:52:22 UTC
Created attachment 312007 [details]
Code sample
Comment 4 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2012-05-30 18:12:24 UTC
+*pygame-1.9.2_pre20120101-r1 (30 May 2012)
+
+  30 May 2012; Kacper Kowalik <xarthisius@gentoo.org>
+  +pygame-1.9.2_pre20120101-r1.ebuild, -pygame-1.9.2_pre20120101.ebuild:
+  Apply fix for invalid import with python3 by Arfrever Frehtes Taifersar
+  Arahesis <arfrever.fta@gmail.com>. Fixes bug #415593 by Eric Mercier
+  <mercier.eric@gmail.com>. Drop old
+

Leaving open pending upstream resolution.
Comment 5 Patrice Clement gentoo-dev 2016-10-12 15:05:18 UTC
File a bug upstream and reopen when the fix is in.