Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pydev and *.pyc Files

I am using Eclipse 4.2.1 with the pydev Plugin (version 2.7.1) for python development. It seems that pydev has problems with precompiled python files (*.pyc files). I am using a package which is only provided with such precompiled files.

When importing a module, pydev shows "unresolved import" error. And also tool tips are not provided for such precompiled modules.

But the code can be executed without any errors.

Is there any way to "teach" pydev, how to deal with *.pyc files?

like image 585
wewa Avatar asked Dec 20 '12 07:12

wewa


1 Answers

It seems like a bug. There is similar tread at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4651083:

like image 169
vptn Avatar answered Sep 29 '22 10:09

vptn