[Python-de] Import-Problemchen...
Stefan Behnel
behnel_ml at gkec.informatik.tu-darmstadt.de
Die Jul 4 07:23:22 CEST 2006
Hi Andreas!
Andreas Pakulat schrieb:
> Ich hab ein Programm von mir "umgestrickt" so dass es mittels setuptools
> in ein egg gepackt werden kann.
>
> Ich habe jetzt folgendes Layout:
>
> <project-root>
> |
> |-- pyfilmdbsimpleui
> |
> |-- lib
> |-- plugins
> |-- widgets
> |-- models
> |-- resource
> |-- ui
> |-- pyfilmdbsimpleui.py
> |-- mainwindow.py
>
> python pyfilmdbsimpleui/pyfilmdbsimpleui.py
pyfilmdbsimpleui ist kein Package (wäre auch egal, du fragst ja nicht danach)
und wahrscheinlich auch nicht in deinem PYTHONPATH. Warum sollte Python darin
suchen?
Stefan
More information about the python-de
mailing list