Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 108643
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Rob Cakebread <pythonhead@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Stephan Sokolow <only_bugzilla_automail.era.ssokolow@spamgourmet.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 108643 depends on: Show dependency tree
Bug 108643 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-10-09 12:22 0000
When using Python 2.4, wxPython will fail to install correctly. This happens
whether using wxPython 2.4, 2.6, or both (it's slotted) and prevents any use of
wxPython.


Reproducible: Always
Steps to Reproduce:
1. Unmerge all wxPython versions
2. Emerge wxPython 2.4 and/or 2.6
3. Run python 2.4 and type "import wx" or "import wxPython"

Actual Results:  
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named wx


Expected Results:  
It should have succeeded and prompted for the next line of the program without
displaying a message.

Further examinations of emerge ouput revealed that the ebuild is placing the wx
and wxPython directories into /usr/lib instead of
/usr/lib/python2.4/site-packages where they belong.

"mv /usr/lib/wx{,Python} /usr/lib/python2.4/site-packages/" can be used as a
temporary workaround.

------- Comment #1 From Bryan Østergaard (RETIRED) 2005-10-09 12:23:50 0000 -------
Assigning to pythonhead as he's already investigating this issue.

------- Comment #2 From Rob Cakebread 2005-10-11 09:13:33 0000 -------
Thanks Stephan, fixed in CVS.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug