Hi Kao,

On Tue, Apr 7, 2009 at 2:42 PM, Kao Cardoso Felix <[email protected]> wrote:
>
> On Tue, Apr 7, 2009 at 1:39 PM, Kao Cardoso Felix <[email protected]> wrote:
>> I tried to run the code, but I'm having some problem with
>> readline.get_current_history_length because I'm on windows and all of
>> the python readline ports I found don't define this function. Is there
>> anyway to run it on windows?
>>
>

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).

If you can reproduce the wrong behaviour in windows, tell me where
it's happening, and I'll get to it tonight.

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

ricardo

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