Re: run quixote2.4 under Python25

Lu Jia <[email protected]> Fri, 06 Apr 2007 13:46:58 +0800
Newsgroups gmane.comp.web.quixote.user
Message-ID <[email protected]>
Lu Jia wrote:
> damir wrote:
>>> Dear Damir,
>>>
>>> Thank you for reply. But I can't run demo under Py2.5 which works 
>>> find under py2.4.
>>> It is display error message about the PTL parameter missing...
>>>
>>> Have you tried quixote under py2.5 successfully?
>>>
>>> Thank you in advance.
>>>
>>> Lu Jia
>>
>> I have not tried it yet..
>> Could you show traceback, please?
>>
>> damir at tlt dot ru
>>
>> _______________________________________________
>> Quixote-users mailing list
>> [email protected]
>> http://mail.mems-exchange.org/mailman/listinfo/quixote-users
>>
> Dear Damir and Mike,
>
> Please refer attached screening shot. Thanks for your quick reply.
Hi, all,

As Mike mentioned, it is possible due to the incompatibility in C 
htmltext module, So I disabled all PTL related function in Demo and 
changed root.ptl to root.py. It works fine.
I think I will use another template engine in Quixote, perhaps cheetah.

Thank yous all of you!