id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 46,Typo in pksetup,aduston,jerome,"While attempting to install the current version of pykota from the subversion repository I found an error in the pksetup script. This is how the error appears: The following command will be launched to see if PostgreSQL accepts TCP/IP connections : egrep \""^tcpip_socket|^listen_addresses\"" /etc/postgresql/8.3/main/postgresql.conf Do you agree ? y sh: ^listen_addresses"": not found It's easily fixed by changing line 313 in pksetup to read: answer = self.confirmPipe(""to see if PostgreSQL accepts TCP/IP connections"", 'egrep ""\\""^tcpip_socket|^listen_addresses\\"""" %(pgc onffile)s' % locals()) Note the added quotation marks before and after the backslashes.",defect,closed,major,1.27 final,pykota,development,fixed,,