File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -247,8 +247,6 @@ def __init__(
247
247
r"python-([0-9\.rcba]*)((\.|\-)amd64)?\.(zip|zip)"
248
248
)
249
249
self .python_name = Path (self .python_fname ).name [:- 4 ]
250
- self .distname = "winUNKNOWN"
251
- self .python_fullversion = "winUNKNOWN"
252
250
253
251
@property
254
252
def package_index_wiki (self ):
@@ -277,8 +275,6 @@ def get_tool_path_dir(relpath):
277
275
if Path (path ).is_dir ():
278
276
return path
279
277
280
- if get_tool_path_file (r"\t\SciTE.exe" ):
281
- installed_tools += [("SciTE" , "3.3.7" )]
282
278
juliapath = get_tool_path_dir (self .JULIA_PATH )
283
279
if juliapath is not None :
284
280
juliaver = utils .get_julia_version (juliapath )
@@ -1448,11 +1444,9 @@ def make(
1448
1444
print (
1449
1445
self .python_fname ,
1450
1446
self .python_name ,
1451
- self .distname ,
1452
- self .python_fullversion , # PyPy to delete or move
1453
1447
)
1454
1448
if my_winpydir is None :
1455
- self . winpydir = str ( Path ( self . target ) / self . distname ) # PyPy to delete
1449
+ raise RuntimeError ( "WinPython base directory to create is undefined" )
1456
1450
else :
1457
1451
self .winpydir = str (
1458
1452
Path (self .target ) / my_winpydir
You can’t perform that action at this time.
0 commit comments