Why zxtouch removing python on ios?
Hi! Awesome tweak, (dumb ios is now a few steps closer to android's freedom) however : Can python and zxtouch coexist somehow on my uncover jb iPadOS 13.5's device?
ZXTouch have a built in python module. The version of the python is 3.7
Another way is to
- Download my newest deb file on http://zxtouch.net/debs/
- Extact and modify the "control" file inside the deb file. Remove the line in the control file starts with "Conflicts"
- Repack the deb and install it
Hi Xuan, thanks for sudgestion. But the solution provided allows only to fully install zxtouch. For libpython 3.7 package still a problem that ZXTouch is holding it's own libpython3.7m.dylib file in usr/bin folder (not allowing to replace it during libpython's package installation) - at the bottom line the separate libpython's package (required for python package installation as depencency) hanging in cydia's installation queue forever (as zxtouch is not allows it to write it's own dylib in usr/bin). Thus, any new cydia tweak installation do fails, because of that unsolvable conflict in cydia's installation queue (i was trying fix broken install and autoremove in cli - just waste of time). May be if the lybpython's 3.7 dylib is the same as SamBinger's one version - it would be possible to exclude that package of ZXTouch's deb and leave it as dependency (downloadable by cydia means pre-installation requirement?). As zxtouchs approach to keep its own shared lib looks as the source of permanent unsolvable conflicts in cydia's environment with usually downloadable separately from tweaks shared libs. Right/wrong? Rgrds!