rlcompleter2 issues
home install issues
 

Issue8 Editing

TitleSetup fails under Windows
Prioritybug Statuschatting
Superseder Nosy Listmidtoad, hpk@trillke.net
Assigned Tohpk@trillke.net Topics

Created on 2005-03-31.09:25:21 by midtoad, last changed 2005-03-31.11:49:35.

Messages
msg17 Author: hpk Date: 2005-03-31.11:49:35 remove
Hi Stewart, 

On Thu, Mar 31, 2005 at 09:25 +0000, stewart midwinter wrote:
> New submission from stewart midwinter <stewart@midwinter.ca>:
> 
> Setup of the latest rlcompleter2-0.96 fails under Windows XP
> (using "python setup.py install") with Python 2.4, with the
> following exception. It appears that the setup script does
> not envision that there might not be a HOME environment set;
> it should test for None and take appropriate action.
> 
> D:\trash\python\rlcompleter2-0.96>python setup.py install
> Traceback (most recent call last):
>   File "setup.py", line 2, in ?
>     import rlcompleter2
>   File "D:\trash\python\rlcompleter2-0.96\rlcompleter2.py",
> line 802, in ?
>     def setup(histfn=os.getenv('HOME')+'/.pythonhist',
> verbose=1):
> TypeError: unsupported operand type(s) for +: 'NoneType' and
> 'str'

do you happen to have a patch that works for you? 
I can't currently test on Windows XP ... 

thanks, 

    holger
msg16 Author: midtoad Date: 2005-03-31.09:25:21 remove
Setup of the latest rlcompleter2-0.96 fails under Windows XP
(using "python setup.py install") with Python 2.4, with the
following exception. It appears that the setup script does
not envision that there might not be a HOME environment set;
it should test for None and take appropriate action.

D:\trash\python\rlcompleter2-0.96>python setup.py install
Traceback (most recent call last):
  File "setup.py", line 2, in ?
    import rlcompleter2
  File "D:\trash\python\rlcompleter2-0.96\rlcompleter2.py",
line 802, in ?
    def setup(histfn=os.getenv('HOME')+'/.pythonhist',
verbose=1):
TypeError: unsupported operand type(s) for +: 'NoneType' and
'str'
History
Date User Action Args
2005-03-31 11:49:35hpksetstatus: unread
messages: + msg17
2005-03-31 09:25:21midtoadcreate