List Info

Thread: Quixote 2.5b1 available for testing




Quixote 2.5b1 available for testing
user name
2007-04-06 01:00:08
The download link:

http:
//quixote.ca/releases/Quixote-2.5b1.tar.gz
h
ttp://quixote.ca/releases/Quixote-2.5b1.tar.gz.sig

Please test and send me your results.  If no major problems
crop up,
this will become Quixote 2.5.  The list of changes follows:

C. Titus Brown <titusidyll.org>:
    Added some simple WSGI documentation; cleaned up test
code a bit.

C. Titus Brown <titusidyll.org>:
    Moved package contents into quixote/ subdirectory; added
tests/
    subdirectory with some minimal tests.

C. Titus Brown <titusidyll.org>:
    Added quixote.html.use_qpy to switch Quixote over to
using qpy
    instead of htmltext.  (Code contributed by Mike Orr.)

C. Titus Brown <titusidyll.org>:
    Added quixote.cleanup() to clear _publisher to support
test fixtures.

C. Titus Brown <titusidyll.org>:
    Added wsgi.py, quixote.get_wsgi_app() for WSGI support.

Neil Schemenauer <nasarctrix.com>:
    In scgi_server.py, make the "host" default to
"localhost" for
    the run() function.

Neil Schemenauer <nasarctrix.com>:
    Allow setup.py to work without the "quixote"
package being
    available.

Neil Schemenauer <nasarctrix.com>:
    Update PTL to work with Python 2.5.

Neil Schemenauer <nasarctrix.com>:
    In simple_server.py, ensure that server_close() gets
called.

Neil Schemenauer <nasarctrix.com>:
    Remove name="" from the noscript input tag
rendered for
    OptionSelectWidget.  This change does not seem to effect
behavior
    and makes Tidy happier.

Neil Schemenauer <nasarctrix.com>:
    Add get_size() method to the Upload class.

Neil Schemenauer <nasarctrix.com>:
    Remove Subversion keywords.  Update README.


_______________________________________________
Quixote-users mailing list
Quixote-usersmems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users

Re: Quixote 2.5b1 available for testing
country flaguser name
China
2007-04-06 01:07:40
Neil Schemenauer wrote:
> The download link:
>
> http:
//quixote.ca/releases/Quixote-2.5b1.tar.gz
> h
ttp://quixote.ca/releases/Quixote-2.5b1.tar.gz.sig
>
> Please test and send me your results.  If no major
problems crop up,
> this will become Quixote 2.5.  The list of changes
follows:
>
> C. Titus Brown <titusidyll.org>:
>     Added some simple WSGI documentation; cleaned up
test code a bit.
>
> C. Titus Brown <titusidyll.org>:
>     Moved package contents into quixote/ subdirectory;
added tests/
>     subdirectory with some minimal tests.
>
> C. Titus Brown <titusidyll.org>:
>     Added quixote.html.use_qpy to switch Quixote over
to using qpy
>     instead of htmltext.  (Code contributed by Mike
Orr.)
>
> C. Titus Brown <titusidyll.org>:
>     Added quixote.cleanup() to clear _publisher to
support test fixtures.
>
> C. Titus Brown <titusidyll.org>:
>     Added wsgi.py, quixote.get_wsgi_app() for WSGI
support.
>
> Neil Schemenauer <nasarctrix.com>:
>     In scgi_server.py, make the "host"
default to "localhost" for
>     the run() function.
>
> Neil Schemenauer <nasarctrix.com>:
>     Allow setup.py to work without the
"quixote" package being
>     available.
>
> Neil Schemenauer <nasarctrix.com>:
>     Update PTL to work with Python 2.5.
>
> Neil Schemenauer <nasarctrix.com>:
>     In simple_server.py, ensure that server_close()
gets called.
>
> Neil Schemenauer <nasarctrix.com>:
>     Remove name="" from the noscript input
tag rendered for
>     OptionSelectWidget.  This change does not seem to
effect behavior
>     and makes Tidy happier.
>
> Neil Schemenauer <nasarctrix.com>:
>     Add get_size() method to the Upload class.
>
> Neil Schemenauer <nasarctrix.com>:
>     Remove Subversion keywords.  Update README.
>
>   
>
------------------------------------------------------------
------------
>
> _______________________________________________
> Quixote-users mailing list
> Quixote-usersmems-exchange.org
> http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users
>   
Dear Nei,

I just meet the install problem. Run "python setup.py
install", and
error message "Import Error: No module name
quixote.publish".
Thank you!

Kind Regards,
Lu Jia
_______________________________________________
Quixote-users mailing list
Quixote-usersmems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users

Re: Quixote 2.5b1 available for testing
user name
2007-04-06 01:18:33
On Fri, Apr 06, 2007 at 02:07:40PM +0800, Lu Jia wrote:
> I just meet the install problem. Run "python
setup.py install", and
> error message "Import Error: No module name
quixote.publish".

Is that the actual command you ran?  IOW, was the working
directory
the same directory that contains setup.py?  If so, there
should be a
"quixote" sub-directory.  That *should* provide
the quixote package
that setup.py requires.

  Neil
_______________________________________________
Quixote-users mailing list
Quixote-usersmems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users

Re: Quixote 2.5b1 available for testing
country flaguser name
China
2007-04-06 03:11:05
Neil Schemenauer wrote:
> On Fri, Apr 06, 2007 at 02:07:40PM +0800, Lu Jia
wrote:
>   
>> I just meet the install problem. Run "python
setup.py install", and
>> error message "Import Error: No module name
quixote.publish".
>>     
>
> Is that the actual command you ran?  IOW, was the
working directory
> the same directory that contains setup.py?  If so,
there should be a
> "quixote" sub-directory.  That *should*
provide the quixote package
> that setup.py requires.
>
>   Neil
>
>   
Dear Neil,

Thank you!  I tried 2.5b1, it works fine under Py2.5.
Previous one I tried was 2.5a1.

Kind Regards,

_______________________________________________
Quixote-users mailing list
Quixote-usersmems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )