On Sun, Oct 10, 2010 at 10:47 PM, Tim <[email protected]> wrote: > Hello, > > Does anyone here use PyDev with Pylons? Or know of a good setup > guide for it? I'm running into some issues with it, mainly in that I > receive a number of Unresolved Import errors even though my > interpreter seems to be setup correctly. In fact, I'm oddly mostly > having problems with it not resolving core python libraries, such as > logging and inspect. > > Thanks! > Tim >
Tim, I have used been using pydev with pylons and TG for some time, and it works very well. I create a virtualenv for my project and then setup the python interpreter to use the python executable in that env/bin directory. Should fix importing issues. Vince -- Vince Spicer Lead Developer - MCE Computing -- Sent from Ubuntu -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
