Added a note about a not-so-helpful error message on windows

metadata
Wenzel Jakob 2014-05-01 15:01:22 +02:00
parent e8dfd6c80a
commit 33c979e119
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ os.environ['PATH'] = 'path-to-mitsuba-directory' + os.pathsep + os.environ['PATH
import mitsuba import mitsuba
\end{python} \end{python}
If you get an error message ``\code{ImportError: DLL load failed: \%1 is not a valid Win32 application}'',
the Python and Mitsuba architectures are mismatched (\code{i386} vs \code{x86\_64}).
\subsubsection*{Python API documentation} \subsubsection*{Python API documentation}
For an overview of the currently exposed API subset, please refer For an overview of the currently exposed API subset, please refer