New submission from Jon Blubinger <blubdie...@gmail.com>:

It should me mentioned, that the Python variable PYTHONPATH has to be
set to the directory where the multiply.py file is. This can be achieved
via export in Linux or via the PySys_SetPath() function in C (see
attachment)

It should also be mentioned that otherwise the program will have
following output:

ImportError: No module named multiply
Failed to load "multiply"

----------
assignee: georg.brandl
components: Documentation
files: interp3.c
messages: 88805
nosy: blubdiebla, georg.brandl
severity: normal
status: open
title: Improvement in doc of "Extending and Embedding the Python Interpreter, 
5.3 Beyond Very High Level Embedding: An overview"
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.0, Python 3.1
Added file: http://bugs.python.org/file14168/interp3.c

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6187>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to