Ich verwende Visual Studio 2010. Ich habe ein IronPython-Konsolenprojekt und ein C # -Konsolenprojekt. Dieses IronPython-Skript funktioniert einwandfrei, wenn ich es selbst ausführe:
%Vor%Hier ist das C # -Konsolenprogramm, das nicht funktioniert:
%Vor% Ich bekomme ein ImportException: No module named nltk
. Was vermisse ich?
klingt so, als ob Sie sys.path aktualisieren müssen, um dorthin zu zeigen, wo auch immer NLTK lebt.
Sieh dir das an: Importieren eines externen Moduls in IronPython
Tags und Links python c# nltk ironpython