Message 158191 - Python tracker

Message158191

Author adiroiban
Recipients adiroiban, neologix
Date 2012-04-13.01:38:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334281134.4.0.973991197691.issue14568@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

There was an error in the patch.

Instead of 

lib_dirs += hpux_path

it should be:

lib_dirs += [hpux_path]

Cheers,
History
Date User Action Args
2012-04-13 01:38:54adiroibansetrecipients: + adiroiban, neologix
2012-04-13 01:38:54adiroibansetmessageid: <1334281134.4.0.973991197691.issue14568@psf.upfronthosting.co.za>
2012-04-13 01:38:53adiroibanlinkissue14568 messages
2012-04-13 01:38:53adiroibancreate