beginner

Kenéz Attila attila-kenez at vnet.hu
Tue Mar 26 08:15:25 EST 2002


Hi!

I am a beginner using Python and I have two problems.

I would like two write an installer program in Python, that works on any
computer with Wondow OS, so that is not nesseccary to have Python
interpreter on it. Is there a simple (or a difficult) way to do it?

The other question is about pyd files. I did not found any mention about it
in the documentation. I want to access a database under SAP DB from Python,
and for that I need to use the sapdb.pyd file. I tried to move it to a
directory in PATH and PYTHONPATH but the interpreter dropped an error at the
import statement. How I have to use these kind of files?

Thanks:

		Attila Kenez





More information about the Python-list mailing list