Date Comparison and Manipulation Functions?

Benjamin Kaplan benjamin.kaplan at case.edu
Tue Aug 26 22:28:55 EDT 2008


On Tue, Aug 26, 2008 at 9:24 PM, W. eWatson <notvalid2 at sbcglobal.net> wrote:

> John Machin wrote:
>
>> On Aug 27, 10:21 am, "W. eWatson" <notval... at sbcglobal.net> wrote:
>>
>>> I'm using IDLE for Python 2.4, and put pfydate distribution in
>>> C:\Python24\Lib\site-packages\pfydate, as required by the
>>> <ttp://www.ferg.org/pyfdate/download.html> page.
>>> How to install pyfdate.
>>>
>>>     Save pyfdate.py into your PythonNN/Lib/site-packages directory.
>>> I copied it into C:\Python24\Lib\site-packages\pfydate
>>>
>>
>> If that means that you ended up with
>>   C:\Python24\Lib\site-packages\pfydate\pyfdate.py
>> then you have *not* followed the instructions "Save pyfdate.py into
>> your PythonNN/Lib/site-packages directory".
>> You need to end up with
>>   C:\Python24\Lib\site-packages\pyfdate.py
>>
> None of the folders in C:\Python24\Lib\site-packages\ have py as a suffix
> (as seen either by the IDLE path browser or XP). My folder is exactly
> C:\Python24\Lib\site-packages\pfydate in XP and it contains about 12 py
> files.
> There are exactly three folders under
> C:\Python24\Lib\site-packages\ according to the IDLE path browser. This
> does not agree with XP, which has:
> Numeric
> pfydate
> scipy
> numpy
> PIL
>
>>

You're not supposed to use the entire folder, just the pyfdate.py file
inside the folder.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080826/a177482c/attachment-0001.html>


More information about the Python-list mailing list