Replies: 2 comments 4 replies
-
The binary used is 2.7.4, you can see the version in the csproj file. ComicRackCE/ComicRack.Plugins/ComicRack.Plugins.csproj Lines 23 to 25 in 763bfaa But you don't really need even install IronPython itself on the computer for creating scripts. Just run ComicRack with the script in it's data folder and in Visual Studio attach to process to debug the plugin. Some just use the script output window to debug. If you want a standalone environment, then sure you will need to install it. Haven't really taken a look at it, but you should check the comicvine scraper it has some setup for Visual Studio code, running without ComicRack itself. It kinda needs to emulates some of the functions from ComicRack that running standalone you will not have. Also be careful when importing because it might not work in ComicRack when it works in standalone. With ComicRack you need to package the files yourself with the script. So in standalone using pip install might work, but it won't transfer to the script in ComicRack. Even most of the built-in package will need to be provided, so sometimes it is easier to use the .NET functions instead of packaging half a dozen file just to call a function once. |
Beta Was this translation helpful? Give feedback.
-
Wait, I'll tell you. I'm creating the documentation that I told you I was compiling some time ago and I think I have it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What version of Iron Python use ComicRack ?
I am trying to create a development environment and I need to know which version of Iron Python to download?
Beta Was this translation helpful? Give feedback.
All reactions