<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>108643</bug_id>
          
          <creation_ts>2005-10-09 12:22 0000</creation_ts>
          <short_desc>Under Python 2.4, wxPython fails to install the wx and wxPython directories correctly</short_desc>
          <delta_ts>2005-10-12 05:55:23 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>blocker</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>only_bugzilla_automail.era.ssokolow@spamgourmet.com</reporter>
          <assigned_to>pythonhead@gentoo.org</assigned_to>
          <cc>python@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>only_bugzilla_automail.era.ssokolow@spamgourmet.com</who>
            <bug_when>2005-10-09 12:22:03 0000</bug_when>
            <thetext>When using Python 2.4, wxPython will fail to install correctly. This happens
whether using wxPython 2.4, 2.6, or both (it&apos;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 &quot;import wx&quot; or &quot;import wxPython&quot;

Actual Results:  
Traceback (most recent call last):
  File &quot;&lt;stdin&gt;&quot;, 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.

&quot;mv /usr/lib/wx{,Python} /usr/lib/python2.4/site-packages/&quot; can be used as a
temporary workaround.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>kloeri@gentoo.org</who>
            <bug_when>2005-10-09 12:23:50 0000</bug_when>
            <thetext>Assigning to pythonhead as he&apos;s already investigating this issue.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pythonhead@gentoo.org</who>
            <bug_when>2005-10-11 09:13:33 0000</bug_when>
            <thetext>Thanks Stephan, fixed in CVS.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>