Git Product home page Git Product logo

Comments (3)

 avatar commented on July 26, 2024

It aint made for mac

from oxygenx.

sourcelocation avatar sourcelocation commented on July 26, 2024

from oxygenx.

ShadowOxygen avatar ShadowOxygen commented on July 26, 2024

Hi. When I try to run python file on my Mac (python3 installed, pip3 install -r requirements.txt python3 OxygenX-0.8.py) It gives me errors about modules not found.

exerhythm@Matthews-iMac OxygenX-master % python3 /Users/exerhythm/Downloads/OxygenX-master/OxygenX-0.8.py
Traceback (most recent call last):
File "/Users/exerhythm/Library/Python/3.7/lib/python/site-packages/easygui/boxes/utils.py", line 29, in
import tkinter as tk # python3
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/tkinter/init.py", line 36, in
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Users/exerhythm/Library/Python/3.7/lib/python/site-packages/easygui/boxes/utils.py", line 36, in
import Tkinter as tk # python2
ModuleNotFoundError: No module named 'Tkinter'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Users/exerhythm/Library/Python/3.7/lib/python/site-packages/easygui/boxes/button_box.py", line 15, in
from . import utils as ut
File "/Users/exerhythm/Library/Python/3.7/lib/python/site-packages/easygui/boxes/utils.py", line 43, in
raise ImportError("Unable to find tkinter package.")
ImportError: Unable to find tkinter package.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Users/exerhythm/Downloads/OxygenX-master/OxygenX-0.8.py", line 14, in
from easygui import fileopenbox
File "/Users/exerhythm/Library/Python/3.7/lib/python/site-packages/easygui/init.py", line 34, in
from .boxes.button_box import buttonbox
File "/Users/exerhythm/Library/Python/3.7/lib/python/site-packages/easygui/boxes/button_box.py", line 18, in
import global_state
ModuleNotFoundError: No module named 'global_state'

Any fix? Thanks

The problem is the module easygui since its not made for MacOS

The exe is in the release section
https://github.com/ShadowOxygen/OxygenX/releases

from oxygenx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.