Re: Using sh library with grep command

2013-11-23 Thread Luca Fabbri
On Sat, Nov 23, 2013 at 5:29 PM, Peter Otten __pete...@web.de wrote: Luca wrote: I'm trying to use sh (https://pypi.python.org/pypi/sh) for calling system grep command but it's now working as expected. An example: import sh sh.grep('abc', os.getcwd(), '-r') But I get the

[issue15372] Python is missing alternative for common quoting character

2012-07-16 Thread Luca Fabbri
New submission from Luca Fabbri luca...@gmail.com: Using the unicodedata.decomposition function on characters like \u201c and \u201d I didn't get back the classic quote character (). This is a very common error when text is taken from Microsoft Word (where in italian language a couple

[issue12840] maintainer value clear the author value when register

2011-08-25 Thread Luca Fabbri
New submission from Luca Fabbri luca...@gmail.com: I reported this problem in the pypi site issue tracker (issue 3396924): https://sourceforge.net/tracker/?func=detailatid=513503aid=3396924group_id=66150 However it seems that is a python bug. If in one package's setup.py I provide maintainer

[issue12840] maintainer value clear the author value when register

2011-08-25 Thread Luca Fabbri
Luca Fabbri luca...@gmail.com added the comment: I'm quite sure that after gettint ownership on an already existent package (with a different author inside) and I added the maintainer (with my name) I get the author override. But maybe I don't remember exactly... Is not simpler (to understand

Need help for my system python

2009-11-08 Thread Luca Fabbri
Hi all. I've recently updated my system to the last Kubuntu 9.10. On my system I use: python2.6 (default system python) python 2.4 (needed for the Zope application server) Also I have 2 easy_install script for installing my eggs. The default one for python2.6 works normally, but I've some

Re: Need help for my system python

2009-11-08 Thread Luca Fabbri
SOLVED. For some reason a zope directory were inside my site-packages folder, so the zope.interface egg was not visible... On Sun, Nov 8, 2009 at 4:57 PM, Luca Fabbri l...@keul.it wrote: Hi all. I've recently updated my system to the last Kubuntu 9.10. On my system I use: python2.6 (default

Cannot upload a good egg on pypi

2009-10-13 Thread Luca Fabbri
Hi all. I've problems while using setuptools for getting an egg and upload it on pypi. The egg (in bdist_egg or sdist format) are always corrupted as far as a lot of files are not included in the zip, tar.gz or egg results. Looking at google it seems that this problem has been fixed (related to