On Thu, Sep 10, 2009 at 4:21 PM, Sampsa Riikonen <sampsa.riiko...@iki.fi> wrote:
> Hello,
>
> I already solved this.. I had to set
>
> PYTHONPATH=
>
> After that the error msg disappeared.
> Weird though.. I don't have any module called "subprocess"
> in my personal python modules directory.

You have a module named struct.py (or strucy.pyc) that is shadowing
the builtin struct module.

-- 
Jerry
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to