[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
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
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