Have I broken my installation?
Matt Mower
mmower at novissio.com
Sat Jun 28 14:19:46 EDT 2003
More information about the Python-list mailing list
Sat Jun 28 14:19:46 EDT 2003
- Previous message (by thread): Have I broken my installation?
- Next message (by thread): Have I broken my installation?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Martin, On 28 Jun 2003 19:49:58 +0200, martin at v.loewis.de (Martin v. Löwis) wrote: >Matt Mower <mmower at novissio.com> writes: > >> Nothing in the environment or access to the file system suggests to me >> why it works as for my account but not for the nobody account. > >So I'll ask my questions again: Print xml, xml.dom, xml.dom.minidom >both in the interactive mode and the CGI script. > Sorry, sometimes I don't listen so good. Interactively as user 'nobody': |>>> import xml |>>> print xml |<module 'xml' from '/opt/python/lib/python2.2/xml/__init__.pyc'> |>>> import xml.dom |>>> print xml.dom |<module 'xml.dom' from '/opt/python/lib/python2.2/xml/dom/__init__.pyc'> |>>> import xml.dom.minidom |>>> print xml.dom.minidom |<module 'xml.dom.minidom' from '/opt/python/lib/python2.2/xml/dom/minidom.pyc'> via CGI webserver running as user 'nobody': |<module 'xml' from '/opt/python/lib/python2.2/xml/__init__.pyc'> |<module 'xml.dom' from '/opt/python/lib/python2.2/xml/dom/__init__.pyc'> |<module 'xml.dom.minidom' from '/opt/python/lib/python2.2/xml/dom/minidom.pyc'> Regards, Matt --- Systems Engineer, Hipbone(EMEA) Ltd. 3000 Hillswood drive, Chertsey, Surrey, KT16 0RS Tel: 44-1932-895902 Mob: 44-7980-237-380
- Previous message (by thread): Have I broken my installation?
- Next message (by thread): Have I broken my installation?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list