From hellyj at ucsd.edu Sun Sep 12 23:20:44 2010 From: hellyj at ucsd.edu (Helly John J.) Date: Sun, 12 Sep 2010 16:20:44 -0500 Subject: [xml-sig] PyXML install problem on OSX 10.6.4 with python3.1 Message-ID: <1EC99774-1B33-4DA8-BDB3-564ED7C1F358@ucsd.edu> Hi. I'm relatively new to python and totally new to PyXML. If anyone has advice about this problem, thanks in advance. 253.8.242.10.in-addr.arpa:~/src/PyXML-0.8.4>python3.1 setup.py install Traceback (most recent call last): File "setup.py", line 10, in from setupext import Data_Files, install_Data_Files, wininst_request_delete File "/Users/hellyj/src/PyXML-0.8.4/setupext/__init__.py", line 3, in from install_data import Data_Files, install_Data_Files ImportError: No module named install_data -------------------------- John Helly, UCSD / San Diego Supercomputer Center / Scripps Institution of Oceanography, Climate, Atmospheric Science, and Physical Oceanography/ +01 760 840 8660 mobile / stonesteps (Skype) / stonesteps7 (iChat) -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin at v.loewis.de Wed Sep 22 00:59:12 2010 From: martin at v.loewis.de (=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=) Date: Wed, 22 Sep 2010 00:59:12 +0200 Subject: [xml-sig] PyXML install problem on OSX 10.6.4 with python3.1 In-Reply-To: <1EC99774-1B33-4DA8-BDB3-564ED7C1F358@ucsd.edu> References: <1EC99774-1B33-4DA8-BDB3-564ED7C1F358@ucsd.edu> Message-ID: <4C9938C0.1060107@v.loewis.de> Am 12.09.2010 23:20, schrieb Helly John J.: > Hi. > I'm relatively new to python and totally new to PyXML. If anyone has > advice about this problem, thanks in advance. > > 253.8.242.10.in-addr.arpa:~/src/PyXML-0.8.4>python3.1 setup.py install > Traceback (most recent call last): > File "setup.py", line 10, in > from setupext import Data_Files, install_Data_Files, > wininst_request_delete > File "/Users/hellyj/src/PyXML-0.8.4/setupext/__init__.py", line 3, in > > from install_data import Data_Files, install_Data_Files > ImportError: No module named install_data PyXML will not work with Python 3.1. I recommend to use the libraries included in Python instead. Regards, Martin