Giter VIP home page Giter VIP logo

Comments (9)

davesteele avatar davesteele commented on May 25, 2024 1

Because there is a PYTHONPATH problem. You are welcome to attack that, if you wish. Or, you can vote with your feet.

from comitup.

davesteele avatar davesteele commented on May 25, 2024

I've probably never run setup.py on Raspbian. It serves as a config file for the debian build. There are a number of installation tasks required that are not well suited for setup.py.

Try the deb file.

from comitup.

davesteele avatar davesteele commented on May 25, 2024

It occurs to me that you may not have seen the home page.

from comitup.

DaleMitchell avatar DaleMitchell commented on May 25, 2024

from comitup.

davesteele avatar davesteele commented on May 25, 2024

You pretty much have to have a deb install for the environment to work. For development after that, I use a small deploy script to scp the project tree from a remote computer to a local project tree, and then copy the files to the individual subdirectories in /usr/share/comitup/. The last step could be skipped with some work to address the path problem you're seeing. But, I prefer to edit the project on a remote system, which means that some sort of custom deploy process is required for me.

from comitup.

DaleMitchell avatar DaleMitchell commented on May 25, 2024

Okay... so the setup.py doesn't really do what people expect it to do?

There's more configuration that needs to be done beyond running setup.py build and setup.py install?

Why don't we have setup.py do everything that needs to be done?

from comitup.

davesteele avatar davesteele commented on May 25, 2024

setup.py is intended to be cross platform, and currently does that job. The .deb file is specifically targeted to a particular OS, and can be uninstalled.

It sounds like you need to go find the tool that is right for you.

from comitup.

DaleMitchell avatar DaleMitchell commented on May 25, 2024

Then why do I get:

ImportError: cannot import name persist

After running build and install with setup.py if it currently does the job?

from comitup.

DaleMitchell avatar DaleMitchell commented on May 25, 2024

Why did you close an issue that isn't fixed? This issue doesn't have to do with a premade image.

from comitup.

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.