Changeset 675 for branches

Show
Ignore:
Timestamp:
10/28/09 11:00:20 (3 years ago)
Author:
apdavison
Message:

Fixed ticket:147

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.5/setup.py

    r654 r675  
    1616            p = subprocess.Popen(nrnivmodl, shell=True, stdin=subprocess.PIPE, 
    1717                         stdout=subprocess.PIPE, stderr=subprocess.PIPE, 
    18                          close_fds=True, cwd=os.path.join(os.getcwd(),'build/lib/pyNN/hoc')) 
     18                         close_fds=True, cwd=os.path.join(os.getcwd(), self.build_platlib, 'pyNN/hoc')) 
    1919            result = p.wait() 
    2020            # test if nrnivmodl was successful