Git Product home page Git Product logo

irc-bot's People

Contributors

codacy-badger avatar samr1 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

irc-bot's Issues

Executable doesn't work anymore since use of SQLAlchemy

Since use of a database (and SQLAlchemy), this error occurs:

[sam@sam-pc exe.linux-x86_64-3.6]$ ./IRCBot 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/cx_Freeze/initscripts/__startup__.py", line 14, in run
    module.run()
  File "/usr/lib/python3.6/site-packages/cx_Freeze/initscripts/Console.py", line 26, in run
    exec(code, m.__dict__)
  File "app.py", line 5, in <module>
  File "/usr/lib/python3.6/site-packages/sqlalchemy_utils/__init__.py", line 49, in <module>
    from .i18n import TranslationHybrid  # noqa
  File "/usr/lib/python3.6/site-packages/sqlalchemy_utils/i18n.py", line 10, in <module>
    import babel
  File "/usr/lib/python3.6/site-packages/babel/__init__.py", line 20, in <module>
    from babel.core import UnknownLocaleError, Locale, default_locale, \
  File "/usr/lib/python3.6/site-packages/babel/core.py", line 14, in <module>
    from babel import localedata
  File "/usr/lib/python3.6/site-packages/babel/localedata.py", line 35, in <module>
    _dirname = os.path.join(get_base_dir(), 'locale-data')
  File "/usr/lib/python3.6/site-packages/babel/localedata.py", line 27, in get_base_dir
    basedir = sys._MEIPASS
AttributeError: module 'sys' has no attribute '_MEIPASS'

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.