[Pydev-users] unresolved imports

2007-07-15 Thread Lee Connell
This is something I constantly have a problem with and I'm not sure if it's something I'm doing wrong or not. I have installed cherrypy and removed my python interpreter and re-added it. Then I also added a forced builtin cherrypy. It cannot resolve anything under cherrypy for instance

Re: [Pydev-users] unresolved imports

2007-07-15 Thread Fabio Zadrozny
On 7/15/07, Lee Connell [EMAIL PROTECTED] wrote: This is something I constantly have a problem with and I'm not sure if it's something I'm doing wrong or not. I have installed cherrypy and removed my python interpreter and re-added it. Then I also added a forced builtin cherrypy. It cannot

Re: [Pydev-users] unresolved imports

2007-07-15 Thread Lee Connell
Ubuntu FiestyEclipse 3.3Pydev 1.3.7Java 1.6I tried using a builtin errno imported it and completion worked fine. No errors in log.Date: Sun, 15 Jul 2007 20:56:36 -0300From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: [Pydev-users] unresolved importsOn 7/15/07, Lee Connell [EMAIL PROTECTED]

Re: [Pydev-users] unresolved imports

2007-07-15 Thread Lee Connell
and sqlalchemy. I've got two errors in my log as well. Attached!From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Sun, 15 Jul 2007 20:56:18 -0400Subject: Re: [Pydev-users] unresolved imports Ubuntu FiestyEclipse 3.3Pydev 1.3.7Java 1.6I tried using a builtin errno imported it and completion worked fine

[Pydev-users] Unresolved Imports

2007-03-11 Thread Lee Connell
I am using pydev 1.2.9, python 2.5, eclipse 3.2, linux 2.6. I have all my imports resolved except one. I am using Twisted and every import from twisted is fine except when i call from twisted.internet import reactor. It complains that reactor is unresolved. reactor is definitely there as my