Re: [Distutils] AttributeError: 'tuple' object has no attribute 'split'

2013-10-31 Thread Oscar Benjamin
On Oct 31, 2013 4:09 PM, "Dominique Orban" wrote: > > On 25 October, 2013 at 2:06:34 PM, Dominique Orban ( dominique.or...@gmail.com) wrote: > > > > > > > >On 25 October, 2013 at 1:56:26 PM, Oscar Benjamin ( oscar.j.benja...@gmail.com) wrote: > >> > >>On Oct 25, 2013 3:52 PM, "Dominique Orban" > >

Re: [Distutils] AttributeError: 'tuple' object has no attribute 'split'

2013-10-31 Thread Chris Jerdonek
Why don't you study what's happening in the offending lines of code and see where things are going wrong? For example, in this file: /Users/dpo/.virtualenvs/test/lib/python2.7/site-packages/setuptools/command/egg_info.py see what's showing up as a tuple rather than a string. You can add debug s

Re: [Distutils] AttributeError: 'tuple' object has no attribute 'split'

2013-10-31 Thread Dominique Orban
On 25 October, 2013 at 2:06:34 PM, Dominique Orban (dominique.or...@gmail.com) wrote: > > > >On 25 October, 2013 at 1:56:26 PM, Oscar Benjamin (oscar.j.benja...@gmail.com) >wrote: >> >>On Oct 25, 2013 3:52 PM, "Dominique Orban" >>wrote: >>> >>> >>> >>> On 25 October, 2013 at 9:31:16 AM, Oscar Ben

Re: [Distutils] AttributeError: 'tuple' object has no attribute 'split'

2013-10-25 Thread Dominique Orban
On 25 October, 2013 at 1:56:26 PM, Oscar Benjamin (oscar.j.benja...@gmail.com) wrote: > >On Oct 25, 2013 3:52 PM, "Dominique Orban" >wrote: >> >> >> >> On 25 October, 2013 at 9:31:16 AM, Oscar Benjamin ( >oscar.j.benja...@gmail.com) wrote: >> > >> >On 24 October 2013 21:04, Dominique Orban wro

Re: [Distutils] AttributeError: 'tuple' object has no attribute 'split'

2013-10-25 Thread Oscar Benjamin
On Oct 25, 2013 3:52 PM, "Dominique Orban" wrote: > > > > On 25 October, 2013 at 9:31:16 AM, Oscar Benjamin ( oscar.j.benja...@gmail.com) wrote: > > > >On 24 October 2013 21:04, Dominique Orban wrote: > >> > >> I hope this is the right place to ask for help. I'm not finding much comfort in the PyP

Re: [Distutils] AttributeError: 'tuple' object has no attribute 'split'

2013-10-25 Thread Dominique Orban
On 25 October, 2013 at 9:31:16 AM, Oscar Benjamin (oscar.j.benja...@gmail.com) wrote: > >On 24 October 2013 21:04, Dominique Orban wrote: >> >> I hope this is the right place to ask for help. I'm not finding much comfort >> in the PyPi documentation or in Google searches. I uploaded my package

Re: [Distutils] AttributeError: 'tuple' object has no attribute 'split'

2013-10-25 Thread Oscar Benjamin
On 24 October 2013 21:04, Dominique Orban wrote: > > I hope this is the right place to ask for help. I'm not finding much comfort > in the PyPi documentation or in Google searches. I uploaded my package > `pykrylov` with `python setup.py sdist upload`. Installing it locally with > `python setup

[Distutils] AttributeError: 'tuple' object has no attribute 'split'

2013-10-24 Thread Dominique Orban
I hope this is the right place to ask for help. I'm not finding much comfort in the PyPi documentation or in Google searches. I uploaded my package `pykrylov` with `python setup.py sdist upload`. Installing it locally with `python setup.py` install works fine but `pip install pykrylov` breaks w