Jump to content
511 posts in this topic

Recommended Posts

20 minutes ago, Anto65 said:

There are pictures in the spoiler... anyway it's good that you solved it

Aaaand now I know why I didn't see them. They were hidden screenshots. :D  So yeah, they flew under the radar. I saw them now. But well, I already fixed it. :)) But yeah, good to know. Thank you, Anto! :) 

  • Haha 3

@robi62

This works for me. Terminal app:

  • Python 3.11 installed by brew
  • Clone @laobamac_yyds repo to local disk: gh repo clone https://github.com/laobamac/OCLP-Mod
  • Change to the local repo in Terminal: cd OCLP-Mod
  • Set multilingual as working branch: git checkout multilingual 
  • Change wxpython line in the requirements.txt file (remove all but wxPython)
  • Create python env: python3 -m venv oclp;source oclp/bin/activate;pip3 install -r requirements.txt (all python dependencies are installed in OCLP-Mod/oclp)
  • Run: python3 OCLP-Mod-GUI.command
  • Like 3
  • Thanks 2
11 hours ago, miliuco said:

@robi62

This works for me. Terminal app:

  • Python 3.11 installed by brew
  • Clone @laobamac_yyds repo to local disk: gh repo clone https://github.com/laobamac/OCLP-Mod
  • Change to the local repo in Terminal: cd OCLP-Mod
  • Set multilingual as working branch: git checkout multilingual 
  • Change wxpython line in the requirements.txt file (remove all but wxPython)
  • Create python env: python3 -m venv oclp;source oclp/bin/activate;pip3 install -r requirements.txt (all python dependencies are installed in OCLP-Mod/oclp)
  • Run: python3 OCLP-Mod-GUI.command

Hi I get this error???? I fixed that one but still not working

 

ERROR: wxPython-4.2.2-cp311-cp311-macosx_10_10_universal2.whl is not a supported wheel on this platform.

Screenshot 2025-07-21 at 10.45.20.png

Screenshot 2025-07-21 at 11.05.18.png

Edited by robi62
  • Like 1

(oclp) user@users-MacBook-Pro OCLP-Mod % python3 -m venv oclp;source oclp/bin/activate;pip3 install -r requirements.txt

ERROR: wxPython-4.2.2-cp311-cp311-macosx_10_10_universal2.whl is not a supported wheel on this platform.

 

So this is my problem Im in Sequoia 

 

I think I need to run in in Tahoe Im going to do that now😊

Edited by robi62
  • Like 1

nope same error in Tahoe

I think one of guys that got it working will have to upload their OC mod folder for me😀

I think it works for you guys coz probably you have Xcode installed.

Screenshot 2025-07-21 at 14.52.55.png

Edited by robi62
  • Like 1

@robi62 I remember seeing similar errors once when building OCLP from source.  Google or ChatGPT or your favorite search / AI for the answer.  There are multiple ways to resolve.

  • Like 1
3 hours ago, deeveedee said:

@robi62 I remember seeing similar errors once when building OCLP from source.  Google or ChatGPT or your favorite search / AI for the answer.  There are multiple ways to resolve.

well I looked but no answer for my error anyway I can always translate the  text if I don't understand it but I believe the problem is in the mod.

 

Edited by robi62
  • Like 1
11 hours ago, miliuco said:

@robi62

The trick is already posted:

 

Change wxpython line in the requirements.txt file (remove all but wxPython)

 

Without this you get error. 

I did that does not work 🙄

Screenshot 2025-07-21 at 21.48.56.png

Edited by robi62
  • Like 1
  • Confused 1

@robi62

I've tried compiling the application but I can't finish the process, with an error related to the "fat binary platform”.

I've tried with Python installed from Brew and also as a standalone package outside of Brew. So I can't send you the application.

@laobamac_yyds will try to get the multilingual mod as app or pkg so anyone can use it. We'll have to wait.

 

  • Like 1
  • Thanks 1
1 hour ago, miliuco said:

@robi62

I've tried compiling the application but I can't finish the process, with an error related to the "fat binary platform”.

I've tried with Python installed from Brew and also as a standalone package outside of Brew. So I can't send you the application.

@laobamac_yyds will try to get the multilingual mod as app or pkg so anyone can use it. We'll have to wait.

 

No worries thanks for trying.

Edited by robi62
  • Like 1

@robi62 and @miliuco I just built with no issues.   I've never built OCLP-Mod before (and don't use it), but my Python 3.11 build environment that I use for OCLP "official" works for OCLP-Mod.  When I ran into the errors reported, I simply searched for them and made the corrections to my build environment.  Hope that helps.

 

EDIT: A couple of things that I remember changing:

  • Don't install Python with brew - use Python 3.11 from python.org
  • Change "universal2" in OCLP-Mod-GUI.spec to "x86_64"
Edited by deeveedee
  • Like 4
40 minutes ago, deeveedee said:

@robi62 and @miliuco I just built with no issues.   I've never built OCLP-Mod before (and don't use it), but my Python 3.11 build environment that I use for OCLP "official" works for OCLP-Mod.  When I ran into the errors reported, I simply searched for them and made the corrections to my build environment.  Hope that helps.

 

EDIT: A couple of things that I remember changing:

  • Don't install Python with brew - use Python 3.11 from python.org
  • Change "universal2" in OCLP-Mod-GUI.spec to "x86_64"

omg I thought was going well as it starts downloading the requirement text with  out error but some different error came up ???

pythonerror.txt

Edited by robi62
  • Like 1
4 hours ago, deeveedee said:

@robi62 and @miliuco I just built with no issues.   I've never built OCLP-Mod before (and don't use it), but my Python 3.11 build environment that I use for OCLP "official" works for OCLP-Mod.  When I ran into the errors reported, I simply searched for them and made the corrections to my build environment.  Hope that helps.

 

EDIT: A couple of things that I remember changing:

  • Don't install Python with brew - use Python 3.11 from python.org
  • Change "universal2" in OCLP-Mod-GUI.spec to "x86_64"

Which version of OS did you use to do it??

Edited by robi62
  • Like 1
×
×
  • Create New...