[Tutor] Problem in packages

2015-07-01 Thread megha garg
Python version 2.7.10. I have problem in installing .whl format packages. what version of setuptools is required for .whl format packages. I have installed Setuptools version 0.6.0 and upgraded pip to 7.0.3. wndows 7 powershell 1. I tried installing setuptools 18.0 but it is also in .whl format.

Re: [Tutor] Problem in packages

2015-07-01 Thread Oscar Benjamin
On 1 July 2015 at 07:11, megha garg meghagarg1...@gmail.com wrote: Python version 2.7.10. I have problem in installing .whl format packages. what version of setuptools is required for .whl format packages. I have installed Setuptools version 0.6.0 and upgraded pip to 7.0.3. wndows 7

Re: [Tutor] Problem in packages

2015-07-01 Thread Flynn, Stephen (L P - IT)
Python version 2.7.10. I have problem in installing .whl format packages. what version of setuptools is required for .whl format packages. I have installed Setuptools version 0.6.0 and upgraded pip to 7.0.3. wndows 7 powershell 1. I tried installing setuptools 18.0 but it is also in .whl

Re: [Tutor] Inheritance, superclass, ‘super’

2015-07-01 Thread Alan Gauld
On 01/07/15 03:48, Ben Finney wrote: Alan Gauld alan.ga...@btinternet.com writes: Whilst I agree with the general use of super I'm not sure what the MRO resolution has to do with this case? When accessing the superclass, the MRO is always relevant Can you explain that? If I access a class

Re: [Tutor] memory error

2015-07-01 Thread Joshua Valdez
Hi Danny, So I got my code workin now and it looks like this TAG = '{http://www.mediawiki.org/xml/export-0.10/}page' doc = etree.iterparse(wiki) for _, node in doc: if node.tag == TAG: title = node.find({http://www.mediawiki.org/xml/export-0.10/}title ).text if title in