From rickett.stephanie at gmail.com Wed Dec 1 19:35:48 2010 From: rickett.stephanie at gmail.com (Stephanie Rickett) Date: Wed, 1 Dec 2010 13:35:48 -0500 Subject: [xml-sig] weird install error Message-ID: I am getting this creating /usr/local/lib/python2.6/dist-packages/_xmlplus error: could not create '/usr/local/lib/python2.6/dist-packages/_xmlplus': Permission denied Stephanie Rickett :o) http://web.eecs.utk.edu/~rickett/ "Be who you are and say what you feel because those who mind don't matter and those who matter don't mind." ---Dr. Seuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From nitinpawar432 at gmail.com Wed Dec 8 08:28:42 2010 From: nitinpawar432 at gmail.com (Nitin Pawar) Date: Wed, 8 Dec 2010 12:58:42 +0530 Subject: [xml-sig] weird install error In-Reply-To: References: Message-ID: Try running as sudo On Thu, Dec 2, 2010 at 12:05 AM, Stephanie Rickett < rickett.stephanie at gmail.com> wrote: > I am getting this > > creating /usr/local/lib/python2.6/dist-packages/_xmlplus > error: could not create '/usr/local/lib/python2.6/dist-packages/_xmlplus': > Permission denied > > > Stephanie Rickett :o) > http://web.eecs.utk.edu/~rickett/ > > "Be who you are and say what you feel because those who mind don't matter > and those who matter don't mind." > ---Dr. Seuss > > > > _______________________________________________ > xml-sig mailing list > xml-sig at python.org > http://mail.python.org/mailman/listinfo/xml-sig > > -- Nitin Pawar -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefan_ml at behnel.de Wed Dec 8 09:41:04 2010 From: stefan_ml at behnel.de (Stefan Behnel) Date: Wed, 08 Dec 2010 09:41:04 +0100 Subject: [xml-sig] problem installing In-Reply-To: References: Message-ID: <4CFF44A0.3050807@behnel.de> richard hanning, 18.11.2010 03:32: > when i ran 'python setup.py install' i got:extensions/pyexpat.c:493: error: [...] "Problem installing" ... what exactly? Stefan From stefan_ml at behnel.de Wed Dec 8 10:32:18 2010 From: stefan_ml at behnel.de (Stefan Behnel) Date: Wed, 08 Dec 2010 10:32:18 +0100 Subject: [xml-sig] problems installing PyXML-0.8.4 on OS X (10.6) In-Reply-To: <1C610741-BB34-4140-BA4B-E5653D3964A1@cc.toin.ac.jp> References: <1C610741-BB34-4140-BA4B-E5653D3964A1@cc.toin.ac.jp> Message-ID: <4CFF50A2.3080102@behnel.de> Alberto Palacios Pawlovsky, 19.11.2010 02:06: > I 've downloaded the above version and tried to install it following the directions of the readme file. > It built and installed, but I can use it as expected. PyXML has long been unmaintained (as stated on the project web site). Use one of the other XML packages that come with Python (such as xml.etree), or use the external lxml.etree package. Stefan