Project

General

Profile

Actions

Bug #3499

closed

wscript is incompatible with python3: '_Environ' object has no attribute 'has_key'

Added by Davide Pesavento over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Start date:
03/02/2016
Due date:
% Done:

100%

Estimated time:

Description

Traceback (most recent call last):
  File "/home/davide/ndn-tools/.waf3-1.8.9-8a9ccbc1c5d3936b0b08e972e4883a9a/waflib/Scripting.py", line 103, in waf_entry_point
    run_commands()
  File "/home/davide/ndn-tools/.waf3-1.8.9-8a9ccbc1c5d3936b0b08e972e4883a9a/waflib/Scripting.py", line 164, in run_commands
    ctx=run_command(cmd_name)
  File "/home/davide/ndn-tools/.waf3-1.8.9-8a9ccbc1c5d3936b0b08e972e4883a9a/waflib/Scripting.py", line 155, in run_command
    ctx.execute()
  File "/home/davide/ndn-tools/.waf3-1.8.9-8a9ccbc1c5d3936b0b08e972e4883a9a/waflib/Configure.py", line 92, in execute
    super(ConfigurationContext,self).execute()
  File "/home/davide/ndn-tools/.waf3-1.8.9-8a9ccbc1c5d3936b0b08e972e4883a9a/waflib/Context.py", line 92, in execute
    self.recurse([os.path.dirname(g_module.root_path)])
  File "/home/davide/ndn-tools/.waf3-1.8.9-8a9ccbc1c5d3936b0b08e972e4883a9a/waflib/Context.py", line 133, in recurse
    user_function(self)
  File "/home/davide/ndn-tools/wscript", line 19, in configure
    if not os.environ.has_key('PKG_CONFIG_PATH'):
AttributeError: '_Environ' object has no attribute 'has_key'
Actions

Also available in: Atom PDF