Re: Can't import Stackless in Pythonwin

2007-09-20 Thread Christian Tismer
[EMAIL PROTECTED] wrote: ... > But for pythonwin i get import sys print sys.version > 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] print sys.executable > C:\Python25\Lib\site-packages\pythonwinPythonwin.exe > > So does this mean stackless is not usable with py

Re: Can't import Stackless in Pythonwin

2007-02-10 Thread archaegeo
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

Re: Can't import Stackless in Pythonwin

2007-02-09 Thread Gabriel Genellina
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 problem. > > If I start the python command line or idle, i can import stac

Can't import Stackless in Pythonwin

2007-02-09 Thread archaegeo
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