You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; We're pretty sure this Python build is of the right architecture.
404
+
AskExternalPth:
399
405
MessageBoxMB_YESNO|MB_ICONQUESTION \
400
406
"Your system already has a copy of Python ${PYVER} installed in:$\r$\n$0$\r$\nWould you like to configure it to be able to use the Panda3D libraries?$\r$\nIf you choose no, you will only be able to use Panda3D's own copy of Python." \
401
407
IDYES WriteExternalPth IDNO SkipExternalPth
402
408
403
409
WriteExternalPth:
404
-
FileOpen$1"$0\Lib\site-packages\panda.pth" w
405
-
FileWrite$1"$INSTDIR$\r$\n"
406
-
FileWrite$1"$INSTDIR\bin$\r$\n"
407
-
FileClose$1
410
+
;FileOpen $1 "$0\Lib\site-packages\panda.pth" w
411
+
;FileWrite $1 "$INSTDIR$\r$\n"
412
+
;FileWrite $1 "$INSTDIR\bin$\r$\n"
413
+
;FileClose $1
414
+
415
+
; Actually, it looks like we can just do this instead:
0 commit comments