-
spearofsolomon,
Read up on this bug:
https://sourceforge.net/forum/message.php?msg_id=7398856
also these:
2882698 Incorrect "unresolved import" errors for local. AND
2881781 Erroneous "Unresolved import" errors in editor.
Are these describing your problem? If so, then we have an issue that a lot of people hit but Fabio has not been able to reproduce. If he...
2009-11-03 12:39:09 UTC in Pydev for Eclipse
-
Fabio,
Not sure if you saw my previous comment. I didn't see any email generated so I'm touching this defect again hoping to generate the automated email response.
Thanks
Mike.
2009-08-03 12:44:44 UTC in Pydev for Eclipse
-
I reinstalled everything fresh on a different PC, yet, I still get the same unresolved imports. Not on all imports, only several of them which are modules under the main python project. I So for example, things in my modules folders have unresolved imports. However, the other stuff that's installed in site-packages and are listed in the pythonpath resolve fine. Like django for example. It's just...
2009-07-30 13:23:21 UTC in Pydev for Eclipse
-
Entered a defect. Let me know if you need more information.
Regards,
Mike.
2009-07-29 11:19:36 UTC in Pydev for Eclipse
-
I have an eclipse Pydev project which is comprised of several modules. many of the imports for those modules are shown with red underlines indiciating that it is unresolved. Also, in tandem, they are reported as unused as well.
Log file from the eclipse ide is attached in zip format.
- System : Windows XP Sp 3
- Eclipse version: Eclipse SDK 3.4.2 Build is: M20090211-1700
- Pydev version...
2009-07-29 11:18:16 UTC in Pydev for Eclipse
-
Here is an exerpt of the .log file: If you want me to upload the file to you, I can. Just say how....
I don't want to create a bug report just to upload the file if I am the problem. :-)
+++++++++++++++++++++++++++++++++++++++++++++++
!ENTRY org.eclipse.jface.text 4 0 2009-07-24 10:39:11.647
!MESSAGE Unexpected runtime error while computing a text hover
!STACK 0
java.lang.RuntimeException...
2009-07-28 18:06:08 UTC in Pydev for Eclipse
-
Fabio,
I don't know where the log is for me to look in. If you know, please tell...
FYI:
eclipse is stored in c:\eclipse
workspace is c:\eclipse_workspace
I did make sure that 'src' folder is in the pythonpath and it is.
I tried to Force restore internal info and that didn't make any difference. Still unresolved imports.
This is only 1 project. I have only ever had 1 python project...
2009-07-28 17:25:55 UTC in Pydev for Eclipse
-
While using modules that are nested in my src tree, referencing them (i.e. import myModule2, myModule2, ....
Eclipse shows it with a red underline. This happens throughout my project for all sorts of modules in my project. However this is only cosmetic. It does not affect the project at runtime or debug time.
What am I doing wrong?
Note: Using pydev/pydev extensions 1.4.7.2843 , Eclipse SDK...
2009-07-28 15:00:40 UTC in Pydev for Eclipse
-
While using modules that are nested in my src tree, referencing them (i.e. import myModule2, myModule2, ....
Eclipse shows it with a red underline. This happens throughout my project for all sorts of modules in my project. However this is only cosmetic. It does not affect the project at runtime or debug time.
What am I doing wrong?
Note: Using pydev/pydev extensions 1.4.7.2843 , Eclipse SDK...
2009-07-28 13:35:42 UTC in Pydev for Eclipse