On Tue, Apr 7, 2009 at 5:57 PM, Ricardo Kirkner
<[email protected]> wrote:
> well, supposedly, I coded the interpreter with support for readline,
> and a fallback mechanism to use when readline was not present (this
> happens when there is an exception while importing readline).
>
> The fallback mechanism should work on windows, as it uses a standard
> deque (if I remember correctly).

Ricardo, the fallback mechanism is not being activated in fact because
I do have readline under windows, but it is not complete (it doesn't
have get_current_history_length, for instance). Maybe you will want to
test for sys.platform == 'win32' to activate the fallback too, since
the available readline on the platform is crippled.

> Good to know we have someone to do testing in windows ;-)

I'm glad to be helpful :)

-- 
Kao Cardoso Félix

Página pessoal: http://www.inf.ufrgs.br/~kcfelix
Blog: http://kaofelix.blogspot.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cocos2d discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cocos-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to