[issue6187] Improvement in doc of Extending and Embedding the Python Interpreter, 5.3 Beyond Very High Level Embedding: An overview

2010-08-01 Thread Mark Lawrence

Mark Lawrence breamore...@yahoo.co.uk added the comment:

I don't see why this needs to be done, the 2nd paragraph of the doc is pretty 
explicit.

This document assumes basic knowledge about Python. For an informal 
introduction to the language, see The Python Tutorial. The Python Language 
Reference gives a more formal definition of the language. The Python Standard 
Library documents the existing object types, functions and modules (both 
built-in and written in Python) that give the language its wide application 
range.

--
assignee: georg.brandl - d...@python
nosy: +BreamoreBoy, d...@python
versions: +Python 3.2 -Python 2.5, Python 2.6, Python 3.0

___
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



[issue6187] Improvement in doc of Extending and Embedding the Python Interpreter, 5.3 Beyond Very High Level Embedding: An overview

2010-08-01 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

Agreed with Mark.

--
resolution:  - works for me
status: open - closed

___
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



[issue6187] Improvement in doc of Extending and Embedding the Python Interpreter, 5.3 Beyond Very High Level Embedding: An overview

2009-06-03 Thread Jon Blubinger

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