- Timestamp:
- 10/28/09 11:00:20 (3 years ago)
- Files:
-
- 1 modified
-
branches/0.5/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.5/setup.py
r654 r675 16 16 p = subprocess.Popen(nrnivmodl, shell=True, stdin=subprocess.PIPE, 17 17 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')) 19 19 result = p.wait() 20 20 # test if nrnivmodl was successful
