import problems in packages

Stéphane Ninin stefnin at alussinan.org
Wed Sep 28 12:48:37 EDT 2005


Also sprach Stéphane Ninin :

> 
> 
> ... when I start main.py, I get:
> 
> Traceback (most recent call last):
>   File "main.py", line 8, in ?
>     main()
>   File "main.py", line 5, in main
>     handler = HandlerFactory().makeHandler(command)
>   File "c:\ROOT\Handlers\HandlerFactory.py", line 6, in HandlerFactory
>     import Handlers.Default.HandlerFactory
> ImportError: No module named Default.HandlerFactory
> 

I forgot to mention: I am using Python 2.4.1




More information about the Python-list mailing list