This really isn't the right mailing list to ask this kind of question (I know you got help last time with your Debian-specific problem, but that was because people got overly excited =). Python-dev is meant for discussing the development *of* Python, not using it or developing *with* it.<div>
<br></div><div>I would try your question on comp.lang.python/python-list.<br><br><div class="gmail_quote">On Sun, May 6, 2012 at 7:28 PM, Edward C. Jones <span dir="ltr"><<a href="mailto:edcjones@comcast.net" target="_blank">edcjones@comcast.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I use up-to-date Debian testing (wheezy), amd64 architecture. I compiled<br>
and installed Python 3.3.0 alpha 3 using "altinstall". Debian wheezy comes<br>
with python3.2 (and 2.6 and 2.7). I installed the Debian package<br>
python3-bs4 (BeautifulSoup). I also downloaded a "clone" developmental<br>
copy of 3.3.<br>
<br>
Python3.3a3 cannot find module bs4. Neither can the "clone". Python3.2 can find<br>
the module. Here is a session with the "clone":<br>
<br>
> ./python<br>
Python 3.3.0a3+ (default:10ccbb90a8e9, May 6 2012, 19:11:02)<br>
[GCC 4.6.3] on linux<br>
Type "help", "copyright", "credits" or "license" for more information.<br>
>>> import bs4<br>
Traceback (most recent call last):<br>
File "<stdin>", line 1, in <module><br>
File "<frozen importlib._bootstrap>", line 974, in _find_and_load<br>
ImportError: No module named 'bs4'<br>
[71413 refs]<br>
>>><br>
<br>
What is the problem?<br>
<br>
<br>
______________________________<u></u>_________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/<u></u>mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/brett%40python.org" target="_blank">http://mail.python.org/<u></u>mailman/options/python-dev/<u></u>brett%40python.org</a><br>
</blockquote></div><br></div>