[EMAIL PROTECTED] wrote:
> Before few months,I write to this mailing list with python script
> install problem,but nobody give me right solution.I work on windows
> XP,and Python 2.4.
> Now,when I write in Python 2.4:
>
from distutils.core import setup
setup(..) # whatever I write
c
Hello again,
Before few months,I write to this mailing list with python script
install problem,but nobody give me right solution.I work on windows
XP,and Python 2.4.
Now,when I write in Python 2.4:
>>> from distutils.core import setup
>>> setup(..) # whatever I write
I got the error:
Trace