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

Can anyone confirm that IronPython can be used as an interpreter with PyDev?
I am unable to get code completion work for .Net modules/classes (despite of
several posts saying that it is possible). Only modules from the CPython 
installation
work.

I am using PyDev 1.3.9, IronPython 1.1 and Python 2.4.4 (previously I tried
Python 2.5, but had problem with BaseException). Executing ipy.exe
tests/test_pyserver.py results in one failed test out of the two, but the same
happens with python.exe.

At first I suspected problems related to the fact that modules representing
.Net namespaces (such as System) have no sourcefiles.
More exactly, inspector.getfile(System) is a list of strings instead of a simple
string (as it is the case for CPython modules). I modified importsTipper.py
so that it does not try to use the files of .Net assemblies (as they are of
no use anyhow), but it did not help.



______________________________________________________________________
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to