Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7398856
By: owillebo

Running python 2.6, Eclipse  3.3.2, Pydev 1.4.2 on Windows server 2003

I installed configobject (http://pypi.python.org/pypi/ConfigObj/) using 
easy_install
(easy_install ConfigObj).

This results in one file being added to the python folder ie;
C:\Python26\Lib\site-packages\configobj-4.6.0-py2.6.egg

Now when I do;
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on
Type "help", "copyright", "credits" or "license" for more information.
>>> import configobj
>>> configobj.__file__
'C:\\python26\\lib\\site-packages\\configobj-4.6.0-py2.6.egg\\configobj.pyc'

Apparently python retrieves the pyc file from the egg file.

Pylint understands this also.

pydev however not and gives;
Unresolved import: configobj

How do I make pydev understand this?




______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to