FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix error in setup.py computing path to nPython.exe · pythonnet/pythonnet@2873e65 · GitHub

Commit 2873e65

Browse files
committed
Fix error in setup.py computing path to nPython.exe
1 parent 811e0ce commit 2873e65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎pythonnet/setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def finalize_options(self):
183183
# fixup scripts to look in the build_ext output folder
184184
if self.scripts:
185185
build_ext = self.get_finalized_command("build_ext")
186-
output_dir = os.path.dirname(build_ext.get_ext_fullpath(_npython_exe))
186+
output_dir = os.path.dirname(build_ext.get_ext_fullpath("clr"))
187187
scripts = []
188188
for script in self.scripts:
189189
if os.path.exists(os.path.join(output_dir, script)):

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL