Comments on: pysmell – Python auto-complete – works with TextMate too! http://www.michelepasin.org/blog/2009/02/15/pysmell-python-auto-complete-works-with-textmate-too/ At the core of all well-founded belief lies belief that is unfounded - Wittgenstein Thu, 28 Jul 2011 07:47:44 +0000 hourly 1 https://wordpress.org/?v=5.2.11 By: » Auto-complete Python in Textmate with Pysmell Emil's tech stuff http://www.michelepasin.org/blog/2009/02/15/pysmell-python-auto-complete-works-with-textmate-too/comment-page-1/#comment-41 Thu, 28 Jul 2011 07:47:44 +0000 http://magicrebirth.wordpress.com/2009/02/15/pysmell-python-auto-complete-works-with-textmate-too/#comment-41 […] For the record can I see a dude is using it with django: http://www.michelepasin.org/blog/2009/02/15/pysmell-python-auto-complete-works-with-textmate-too… […]

]]>
By: matths http://www.michelepasin.org/blog/2009/02/15/pysmell-python-auto-complete-works-with-textmate-too/comment-page-1/#comment-40 Wed, 17 Jun 2009 13:48:01 +0000 http://magicrebirth.wordpress.com/2009/02/15/pysmell-python-auto-complete-works-with-textmate-too/#comment-40 when using
pysmell *.py -o ~/python/PYSMELLTAGS.stndlib

i get this error message
EXCEPTION in /System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/*.py
[Errno 2] No such file or directory: ‘/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/*.py’

and using . instead of *.py leads to crazy autocompletion results :(

]]>
By: matths http://www.michelepasin.org/blog/2009/02/15/pysmell-python-auto-complete-works-with-textmate-too/comment-page-1/#comment-39 Wed, 17 Jun 2009 12:50:47 +0000 http://magicrebirth.wordpress.com/2009/02/15/pysmell-python-auto-complete-works-with-textmate-too/#comment-39 I don’t get autocompletion to work here with leopard/textmate/pysmell. Pysmell was installed to my project folder. I tried to import the stdlib by doing

cd /System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/
/Users/matths/python/pysmell . -o ./PYSMELLTAGS.stdlib

afterwards there are some suggestions for completion, but they look wrong. e.g. there is no completion after ‘ran’, where I would expect ‘range()’ to pop up. etc. What do I do wring? Any help would be welcome!

]]>
By: Orestis Markou http://www.michelepasin.org/blog/2009/02/15/pysmell-python-auto-complete-works-with-textmate-too/comment-page-1/#comment-38 Mon, 16 Feb 2009 14:37:20 +0000 http://magicrebirth.wordpress.com/2009/02/15/pysmell-python-auto-complete-works-with-textmate-too/#comment-38 1. looks weird – it should detect that models is a specific package and give relevant options – if you have the correct import statement there.

2. Hm – the suggestion seems correct. Is selecting it throwing an error? Weird again.

3. Do you mean like constructor/method arguments? That happens already (you see them in the list). I would like to give a non-interactive pop-up but it’s tricky to do…

]]>
By: magicrebirth http://www.michelepasin.org/blog/2009/02/15/pysmell-python-auto-complete-works-with-textmate-too/comment-page-1/#comment-37 Mon, 16 Feb 2009 13:35:40 +0000 http://magicrebirth.wordpress.com/2009/02/15/pysmell-python-auto-complete-works-with-textmate-too/#comment-37 Super Cool! I’m looking forward to the next version..
Here’s some more feedback – maybe it’ll help:
1) too many options are shown – what is that related to? [screenshot]
2) I try to select a choice, but textmate throws an error (well it’s textmate’s python-helper, to be precise) [screenshots 1 and 2] .The error is:
'unindent does not match any outer indentation level'
3) Ideally, the auto-completion function should also provide some hints about the arguments/usage of the symbol entered.. or does this happen already?

]]>
By: Orestis Markou http://www.michelepasin.org/blog/2009/02/15/pysmell-python-auto-complete-works-with-textmate-too/comment-page-1/#comment-36 Mon, 16 Feb 2009 10:58:40 +0000 http://magicrebirth.wordpress.com/2009/02/15/pysmell-python-auto-complete-works-with-textmate-too/#comment-36 Thanks for the kind works. I’m planning a ‘sprint’ at some point (it will be a bit longer, I’m afraid) to make PySmell a bit faster and a bit more easier to use.

If you have any more suggestions please ask!

]]>