newbie installing BoaConstructor

Anders Eriksson ame at swipnet.se
Fri Jul 28 17:09:09 EDT 2000


On 27 Jul 2000 18:12:45 +0000, Enrique <ecastro at cicei.ulpgc.es> wrote:

Hello!

>I do not understand why Phyton is looking for
>D:\PYTHON\wxPython\utils.py instead for
>D:\PYTHON\BoaConstructor\Utils.py
>

wxPython is probably in your PYTHONPATH before the BoaConstructor.

in the shell window type
import sys
print sys.path

now you'll see how Python will search after the modules.

// Anders




More information about the Python-list mailing list