[Stackless] stackless is not compatible with the third part egg
Adam Bark
adam.jtm30 at gmail.com
Sat May 29 17:34:49 CEST 2010
On 29 May 2010 04:09, feng wang <wangfeng3769 at gmail.com> wrote:
>
>
> I'm sorry to bother you ,I am a junior programmer from beijing China
> I installe Stackless on my ubuntu 10.04, i installed it under
> opt/stackless file ,then added "export PATH=~/stackless/
>
> 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 .
>
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)
HTH,
Adam.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.stackless.com/pipermail/stackless/attachments/20100529/43cdbaf8/attachment.html>
More information about the Stackless
mailing list