[pypy-dev] /module/clr - Unable to load assembly.
amit
regmi.amit at gmail.com
Sat Dec 8 22:27:52 CET 2007
Hi,
Just uncommenting the line below in interp_clr.py raises System.IO
FileNotFound.
# currentDomain.Load("System.Windows.Forms",asEvidence)
right now GetAssemblies() get "System.Xml" and "mscorlib" internally
and the code makes use of these two to scan the namespaces.
I tried loading the dll with full path as well but without joy.
am I missing something ?
-AmitReg
More information about the pypy-dev
mailing list