On Mon, 2011-11-07 at 18:31 +0300, anatoly techtonik wrote: > 2011/11/7 Carlos Córdoba <[email protected]>: > > Dan , you need to install the latest stable version, i.e. Spyder 2.1.1, to > > have this functionality.
I was afraid of that. 2.1.1 doesn't seem to be available as an Ubuntu package yet. https://launchpad.net/ubuntu/+source/spyder Here's hoping I find time to build it from source. I gave it a quick try and failed: ~/src/spyder-2.1.1$ python setup.py develop Traceback (most recent call last): File "setup.py", line 16, in <module> from sphinx import setup_command ImportError: No module named sphinx I'm sure the fix for that is straightforward, but one never knows how long the string of dependencies is... > > I would like to ask you something else: in your first mail you said: > > > >> I have an existing python project, maintained with the usual setup.py > >> and virtualenv > > > > What do you exactly mean by "the usual setup.py and virtualenev"? We would > > like to understand better the workflow of our users so we can improve some > > code completion features. > > Probably something with setuptools that requires `python setup.py > develop`, like Trac > http://trac.edgewall.org/wiki/TracDev/DevelopmentEnvironmentSetup Yes. In particular, mine is a pyramid project http://docs.pylonsproject.org/projects/pyramid/1.2/narr/project.html but perhaps the canonical documentation for "the usual setup.py and virtualenv" is from pypi: "Package Authors To submit a package use "python setup.py upload" (full tutorial)." -- http://pypi.python.org/pypi which takes you to http://wiki.python.org/moin/CheeseShopTutorial and then to http://docs.python.org/distutils/setupscript.html > I have a good idea to improve development workflow with Spyder, but it > requires some Qt knowledge and 'slightly' more time than I can afford to > prototype it before the New Year. We can discuss it separately if there > is an interest. > -- > anatoly t. -- Dan Connolly, KUMC Medical Informatics 913-945-6741 -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
