Post Reply 
I need help with PyIlper on Windows 10
06-27-2022, 02:22 AM
Post: #2
RE: I need help with PyIlper on Windows 10
Try launching pyILPer using a tiny .cmd file script in pyliper's home directory, which activates prior to calling the main .exe file. You can put a shortcut that launches the script on the desktop or in the Start Menu.

Mine looks like this:

Code:
:: Startup script to launch pyILPer
:: Located in pyILPer's "home" folder
::
:: This line activates the miniconda environment, including adding python to the Windows path
:: In my case, I installed miniconda into C:\Miniconda3

call "C:\Miniconda3\Scripts\activate.bat"

pyilper.exe

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: I need help with PyIlper on Windows 10 - rprosperi - 06-27-2022 02:22 AM



User(s) browsing this thread: 1 Guest(s)