<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV> </DIV>
<DIV style="FONT: 10pt arial">----- Original Message -----
<DIV style="BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> <A
title=mathweijzen@home.nl href="mailto:mathweijzen@home.nl">Math</A> </DIV>
<DIV><B>To:</B> <A title=python-nl@python.org
href="mailto:python-nl@python.org">python-nl@python.org</A> </DIV>
<DIV><B>Sent:</B> Friday, February 02, 2001 5:36 PM</DIV>
<DIV><B>Subject:</B> Modules importeren</DIV></DIV>
<DIV><BR></DIV>
<DIV><FONT face=Arial size=2>Hallo iedereen,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>
<DIV><FONT face=Arial color=#800000 size=2><STRONG>Kan iemand mij hiermee
helpen?</STRONG></FONT></DIV>
<DIV><STRONG><FONT face=Arial color=#800000 size=2>Iets wat ik niet helemaal kan
doorgronden....</FONT></STRONG></DIV>
<DIV><STRONG><FONT face=Arial color=#800000 size=2>Ik heb 2 modules....en ik wil
een attribuut benaderen vanuit de ene module naar de
andere..</FONT></STRONG></DIV>
<DIV><STRONG><FONT face=Arial color=#800000 size=2></FONT></STRONG> </DIV>
<DIV><FONT face=Arial color=#800000 size=2><STRONG>In de 1e module importeer ik
de 2e module en om een object in de 1e module te benaderen vanuit de 2e module
importeer ik de 1e module in de 2e module (KAN DIT??).</STRONG></FONT></DIV>
<DIV><STRONG><FONT face=Arial color=#800000 size=2>En dan gaat het
fout.......dan zegt ie dat ie in een bepaalde module geen classes meer
kan vinden.....</FONT></STRONG></DIV>
<DIV><STRONG><FONT face=Arial color=#800000 size=2></FONT></STRONG> </DIV>
<DIV><STRONG><FONT face=Arial color=#800000 size=2>Iets als
volgt</FONT></STRONG></DIV>
<DIV><STRONG><FONT face=Arial color=#800000 size=2></FONT></STRONG> </DIV>
<DIV><STRONG><FONT face=Arial color=#800000 size=2>(MODULE
1)</FONT></STRONG></DIV>
<DIV><FONT face=Arial size=2>import mod2</FONT></DIV><FONT face=Arial size=2>
<DIV><BR>x = 1</DIV>
<DIV><BR><FONT color=#800000>(MODULE2)</FONT></DIV>
<DIV>import mod1</DIV>
<DIV> </DIV>
<DIV>print mod1.x</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>met de Traceback:</DIV>
<DIV>AttributeError:''module' object has no attribuut 'x'<BR></DIV>
<DIV>bvd</DIV>
<DIV>Math</DIV>
<DIV><BR></FONT> </DIV></DIV></BODY></HTML>