Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4560057
By: benhdj
Just found that on Linux PyDev Extensions didn't exactly
work either. I have
"unresolved import" on the line
import math
Here is some info of my installation (under Python
interpreter):
Python 2.4.4 (#1, Oct 23 2006, 13:58:18)
[GCC 4.1.1 20061011 (Red Hat 4.1.1-30)] on linux2
Type "help", "copyright",
"credits" or "license" for more
information.
>>> import math
>>> math.__file__
'/usr/lib64/python2.4/lib-dynload/mathmodule.so'
>>>
And I can confirm that
/usr/lib64/python2.4/lib-dynload/mathmodule.so is in
the list "compiled libs found in PYTHONPATH
(dlls)" in the PyDev preferences.
____________________________________________________________
__________
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
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Pydev-users mailing list
Pydev-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users
|