#93 closed defect (fixed)

default package path for python interpreter incompatible with README install test

Reported by: arch_o_median Owned by: arch_o_median
Priority: trivial Milestone: 0.6.0
Component: documentation Version: 0.4.0
Keywords: Cc:
Launchpad Bug:

Description

The "TESTING THAT IT IS PROPERLY INSTALLED" section of the README specifies that the user should import four modules zfec, foolscap, allmydata.Crypto, and allmydata.interfaces. Contrary to my expectation the interpreter selected the package of the same name from the CWD even though CWD is not specified in my PYTHONPATH environment variable. As a result the test failed. Clearly I misunderstand how the interpreter searches for modules, but perhaps we should warn would-be testers about this pitfall?

Change History (2)

comment:1 Changed at 2007-08-20T17:56:12Z by zooko

  • Milestone changed from undecided to 0.6.0

comment:2 Changed at 2007-09-17T21:27:42Z by zooko

  • Resolution set to fixed
  • Status changed from new to closed

The way that sub-packages are included has been updated and this section of the doc is being updated.

Note: See TracTickets for help on using tickets.