Giter Club home page Giter Club logo

Comments (8)

chriskiehl avatar chriskiehl commented on June 29, 2024

Can you post a sample of the code you're using? You may need to pull a fresh copy of the repo. I had a lot of initial packaging issues.

from gooey.

dittoslash avatar dittoslash commented on June 29, 2024

Test.py.

from gooey.

chriskiehl avatar chriskiehl commented on June 29, 2024

Any more information available? When did you last pull? I'm unable to reproduce what you're seeing by running test.py

from gooey.

dittoslash avatar dittoslash commented on June 29, 2024

Here's all the data I can think of that would help...
Windows 8.1
8gb Ram
x64
Python 3.4.1

Error:
Traceback (most recent call last):
File "C:\Users\Henry\Documents\GitHub\Gooey\test.py", line 7, in module
from gooey import Gooey
File C:\Users\Henry\Documents\GitHub\Gooey\gooey_init_.py, line 1, in module
from gooey_decorator import gooey

ImportError: No module named 'gooey_decorator'

P.S. I can clearly see /gooey/gooey_decorator.py

from gooey.

chriskiehl avatar chriskiehl commented on June 29, 2024

Gooey isn't compatible with Python3 yet (due to wxPython)

If you switch your env to Python 2.x the import errors will disappear. When I try to run test.py under Python 3.x I get the same import error.

from gooey.

dittoslash avatar dittoslash commented on June 29, 2024

How do you switch your env -_-

from gooey.

chriskiehl avatar chriskiehl commented on June 29, 2024

Do you have Python 2.x installed?

You can either update your environment variables, or point directly to the python.exe in the python27 dir when you start your script.

For example, this is C:/Python27/python.exe

from gooey.

dittoslash avatar dittoslash commented on June 29, 2024

-_- can't install 2.7... oh well. bai

from gooey.

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.