On Mon, 4 Jun 2007 21:34:36, David Stockwell wxp <[EMAIL PROTECTED]>
wrote
>
>in DOS you can try this to see what your path is:
>
>echo "My path is %PATH%"
or more simply:
,
| C:> path
`
--
Doug Woodrow
--
http://mail.python.org/mailman/listinfo/python-list
my guess its your path. I'm not familiar with IDLE but if you try getting
the properties of IDLE, chances are its got the patch set up correctly.
in DOS you can try this to see what your path is:
echo "My path is %PATH%"
- Original Message -
From: "Jakob Svavar Bjarnason" <[EMAIL PROT
En Sat, 02 Jun 2007 15:31:40 -0300, Jakob Svavar Bjarnason
<[EMAIL PROTECTED]> escribió:
> I have been trying to switch to Python from other languages such as Perl
> and now I have a newbie question.
>
> I have been trying to run a setup script to install a python library. To
> do that I nee