<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Trebuchet MS">Hi list,<br>
new here. I just wanted to give Stackless Python a try. I started with
2.6.5, because my latest "ordinary" Python installation was a 2.6.1.
I'm a Windows user. Download and installation went fine. I started to
write a small script, copied from the stackless page. Strange enough,
it had some problems with types, ending with a "?" (never seen that
before in Python). However, I thought I had an issue with 2.6.5,
deinstalled it all, downloaded 3.1.1 and installed it. Now the things
are getting really worse: This is the trace of a small console:<br>
<br>
Python 3.1.1 Stackless 3.1b3 060516 (release31-maint, Oct 3 2009,
16:29:47) [MS<br>
C v.1500 32 bit (Intel)] on win32<br>
Type "help", "copyright", "credits" or "license" for more information.<br>
>>> import stackless<br>
>>> def print_x(x):<br>
... print x<br>
File "<stdin>", line 2<br>
print x<br>
^<br>
SyntaxError: invalid syntax<br>
>>><br>
<br>
Hmm. What the hell is wrong with "print x"? By the way: Every print
command ends up in "Invalid syntax". That's really fun :)<br>
<br>
Regards<br>
<br>
<br>
</font>
</body>
</html>