I am getting started in Python, and I have looked on both the
stackless page and python.org and cannot find the answer to what I
think is a simple problem.
If I start the python command line or idle, i can
>>>import stackless
If I start pythonwin I get the following error
...No Module named Stack
On Feb 9, 2:06 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote:
> En Fri, 09 Feb 2007 13:50:56 -0300, <[EMAIL PROTECTED]> escribió:
>
> > I am getting started in Python, and I have looked on both the
> > stackless page and python.org and cannot find the answer to what I
> > think is a simple prob