B4J Question [PyBridge] Packager Python folder name

stevel05

Expert
Licensed User
Longtime User
I've just tested packaging a PyBridge project using a local copy of python and I noticed that while the local folder generated from the IDE in the project directory is spelt Python, the packaged directory inside the bin directory is spelt python (lower case 'p'). That is not an issue on Windows, but I am guessing it could be on Linux and probably Mac.

I haven't had time to try it on Linux yet, but I thought I'd ask the question just in case.
 
Last edited:

stevel05

Expert
Licensed User
Longtime User
I wrote too soon, packaging for Linux is different, presumably will need to install python separately.
 
Upvote 0
Top