Using a ChangeLog as a canonical source of package metadata

wxjmfauth at gmail.com wxjmfauth at gmail.com
Sun Jan 11 15:37:03 EST 2015


1) I downloaded pyprimes-0.2.1a.tar.gz
2) I extracted the relevant part, the py files, the pyprimes
subdirectory,
awful.py, compat23.py, factors.py, test.py, ..........
and put in d:\junk

Then, I cd to d:\junk

D:\junk>
D:\junk>c:\python32\python.exe
Python 3.2.5 (default, May 15 2013, 23:06:03) [MSC v.1500 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()

D:\junk>c:\python32\python.exe tests.py
Traceback (most recent call last):
  File "tests.py", line 35, in <module>
    import pyprimes
ImportError: No module named pyprimes

D:\junk>c:\python32\python.exe d:\junk\tests.py
Traceback (most recent call last):
  File "d:\junk\tests.py", line 35, in <module>
    import pyprimes
ImportError: No module named pyprimes

D:\junk>

Normally it should work.

All the software I wrote works indipendently
from the location.







More information about the Python-list mailing list