Opened 15 years ago
Closed 14 years ago
#24455 closed defect (fixed)
qgis prints message "Error: Qgis requires python"
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | Veence (Vincent) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | qgis |
Description
Running something innocuous like "port clean qgis" produces the message "Error: Qgis requires python". It should not do this. Usually, we wrap such error messages in a pre-configure block, since before the configure phase, you cannot guarantee that the dependencies you require have already been installed.
Change History (1)
comment:1 Changed 14 years ago by Veence (Vincent)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r67650 should fix this.