This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author blubdiebla
Recipients blubdiebla, georg.brandl
Date 2009-06-03.11:27:45
SpamBayes Score 4.6889863e-08
Marked as misclassified No
Message-id <1244028468.87.0.409088876389.issue6187@psf.upfronthosting.co.za>
In-reply-to
Content
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"
History
Date User Action Args
2009-06-03 11:27:49blubdieblasetrecipients: + blubdiebla, georg.brandl
2009-06-03 11:27:48blubdieblasetmessageid: <1244028468.87.0.409088876389.issue6187@psf.upfronthosting.co.za>
2009-06-03 11:27:47blubdieblalinkissue6187 messages
2009-06-03 11:27:46blubdieblacreate