python -m diffpy.pdfgui.tests.rundeps
and I obtein this error
Traceback (most recent call last):
File "C:\Anaconda2\lib\runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "C:\Anaconda2\lib\runpy.py", line 72, in _run_code
exec code in run_globals
File "d:\home\cprestip\tÚlÚchargements\diffpy.pdfgui-master\diffpy\pdfgui\tests\rundeps.py", line 26, in <module>
sys.exit(not testdeps().wasSuccessful())
File "d:\home\cprestip\tÚlÚchargements\diffpy.pdfgui-master\diffpy\pdfgui\tests\__init__.py", line 74, in testdeps
exec ('from %s import testsuite as t' % mname)
File "<string>", line 1, in <module>
File "c:\anaconda2\lib\site-packages\diffpy.pdffit2-1.1-py2.7-win-amd64.egg\diffpy\pdffit2\__init__.py", line 25, in <module>
from diffpy.pdffit2.pdffit import PdfFit
File "c:\anaconda2\lib\site-packages\diffpy.pdffit2-1.1-py2.7-win-amd64.egg\diffpy\pdffit2\pdffit.py", line 25, in <module>
from diffpy.pdffit2 import pdffit2
ImportError: DLL load failed: Le module spÚcifiÚ est introuvable.
last line is in french the specified module is not found
thanks Carmelo
conda create --name=testenv --channel=diffpy diffpy.pdffit2
activate testenv
python -m diffpy.pdffit2.tests.run
Make sure PYTHONPATH environment variable is not set.
If you still get the same error, navigate to the
anaconda2/envs/testenv/lib/site-packages/diffpy.pdffit2*egg/diffpy/pdffit2
directory and check if it contains the "pdffit2.pyd" file.
If so, can you successfully run in that directory
python -c "import pdffit2"
?
--
You received this message because you are subscribed to the Google Groups "diffpy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to diffpy-users...@googlegroups.com.
To post to this group, send email to diffpy...@googlegroups.com.
Visit this group at https://groups.google.com/group/diffpy-users.
For more options, visit https://groups.google.com/d/optout.
Thanks
Carmelo
I solved, I used Dependencies Walker and I remarked that in my system MSVCR100.dll and MSVCP100.dll were missing so I installed the