Thanks Michael

Thanks for the easy_install hint: that works fine (and yes, the egenix 
download site is a little idiosyncratic).

I should have mentioned that the Quixote problem is with the scgi_server. To 
whit:-

$ python scgi_server.py

/usr/local/lib/python2.6/site-packages/quixote/http_response.py:7: 
DeprecationWarning: the sets module is deprecated
  from sets import Set
Traceback (most recent call last):
  File "scgi_server.py", line 80, in <module>
    main()

[SNIPPITY...]

 line 28, in _exec_module_code
    exec code in mod.__dict__
  File "/usr/local/lib/python2.6/site-packages/quixote/demo/root.ptl", line 
101, in <module>
    """.decode('base64')
  File "/usr/lib/python2.6/encodings/__init__.py", line 100, in 
search_function
    level=0)
TypeError: import_module() takes no keyword arguments


This happens even if the other demos run correctly.

RJL

> On Mon, May 18, 2009 11:45 pm, Robert Ladyman wrote:
> > This is installing from source, for both Quixote and mxDateTime.
>

>
> If you don't find `easy_install` already on your system, visit the
> Setuptools page on pypi:  http://pypi.python.org/pypi/setuptools
>
> $ easy_install egenix-mx-base
> $ python2.6
> Python 2.6.1+ (release26-maint:70152, Mar  6 2009, 02:17:39)
> [GCC 4.3.2] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>
> >>> from mx import DateTime
> >>> DateTime.now()
>
> <mx.DateTime.DateTime object for '2009-05-19 08:11:11.47' at 9c31170>
>
> HTH.
>
>
>
>
> _______________________________________________
> Quixote-users mailing list
> [email protected]
> http://mail.mems-exchange.org/mailman/listinfo/quixote-users

-- 

Robert Ladyman
File-Away Limited, 32 Church Street, Newtyle
Perthshire, PH12 8TZ SCOTLAND
Registered in Scotland, Company Number SC222086
Tel: +44 (0) 1828 898 158
Mobile: +44 (0) 7732 771 649
http://www.file-away.co.uk

_______________________________________________
Quixote-users mailing list
[email protected]
http://mail.mems-exchange.org/mailman/listinfo/quixote-users

Reply via email to