<br><br><div class="gmail_quote">On 29 May 2010 04:09, feng wang <span dir="ltr"><<a href="mailto:wangfeng3769@gmail.com">wangfeng3769@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br><div class="gmail_quote"><div class="im"><br><div>I'm sorry to bother you ,I am a junior programmer from beijing China </div></div>I installe Stackless on my ubuntu 10.04, i installed it under opt/stackless file ,then added "<span style="font-family: fixed-width,monospace; font-size: 12px;">export PATH=~/stackless/ <div class="im">
<br>
bin:"$PATH" into etc/profile ,then reboot the pc. when I entered the python shell and type "import wx " and "import BeautifulSoup", ImportErrors happened ,I don.t know why this happened , So i want get some advice from you .</div>
</span></div></blockquote><div><br>Looks like you replaced your $PATH, you need export PATH=$PATH;/opt/stackless/bin/ (~ means your home folder and you said you installed stackless in the /opt folder)<br><br>HTH,<br>Adam. <br>
</div></div>