GithubHelp home page GithubHelp logo

lovepacker's People

Contributors

wetdesertrock avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

lovepacker's Issues

PIP Install broken: ImportError: No module named lovepacker.bundler

I'm running on MacOS 10.14.2 with Python 2.7.15 (default, Oct 2 2018, 11:47:18).
I get the error in the title hwn I try to run lovepacker. Any ideas?

$ pip install lovepacker

Collecting lovepacker
  Downloading https://files.pythonhosted.org/packages/53/31/940690d77c798a03afd2392f3d309d16886f668dd63c9ef7f2168b2d3cfc/lovepacker-1.0.4.tar.gz
Collecting zipfile2>=0.0.12 (from lovepacker)
  Downloading https://files.pythonhosted.org/packages/60/ad/d6bc08f235b66c11bbb76df41b973ce93544a907cc0e23c726ea374eee79/zipfile2-0.0.12-py2.py3-none-any.whl (44kB)
    100% |████████████████████████████████| 51kB 1.1MB/s
Building wheels for collected packages: lovepacker
  Running setup.py bdist_wheel for lovepacker ... done
  Stored in directory: /Users/mhv/Library/Caches/pip/wheels/1d/e6/29/4ab0696abadf6488631f24a239b40d9a6779647cba10d5e78a
Successfully built lovepacker
Installing collected packages: zipfile2, lovepacker
Successfully installed lovepacker-1.0.4 zipfile2-0.0.12

$ lovepacker
Traceback (most recent call last):
  File "/usr/local/bin/lovepacker", line 8, in <module>
    import lovepacker.bundler as bundler
ImportError: No module named lovepacker.bundler

The packagers don't work with the new naming schemes for files in BitBucket

From version 11.x and up, mac files no-longer have osname macosx-64, just macos. Example:

  • love-11.2-macos.zip
  • love-0.10.2-macosx-x64.zip

Versions after 11.0.0 have version numbers with only two parts in the zip name for windows, but the version in the folder from the zip file has a postfixed '.0'. Example:

$ unzip -l ~/.lovepacker/cache/love-11.2-win32.zip
Archive:  /Users/mhv/.lovepacker/cache/love-11.2-win32.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
    76132  11-25-2018 17:57   love-11.2.0-win32/changes.txt
   370070  11-25-2018 17:52   love-11.2.0-win32/game.ico
    66499  11-25-2018 17:57   love-11.2.0-win32/license.txt
  3535872  11-25-2018 18:01   love-11.2.0-win32/love.dll
   385024  11-25-2018 18:01   love-11.2.0-win32/love.exe
   370070  11-25-2018 17:52   love-11.2.0-win32/love.ico
   385024  11-25-2018 18:01   love-11.2.0-win32/lovec.exe
   350720  11-25-2018 17:59   love-11.2.0-win32/lua51.dll
   145408  11-25-2018 17:59   love-11.2.0-win32/mpg123.dll
   455328  10-05-2013 04:38   love-11.2.0-win32/msvcp120.dll
   970912  10-05-2013 04:38   love-11.2.0-win32/msvcr120.dll
   602112  11-25-2018 17:57   love-11.2.0-win32/OpenAL32.dll
     3642  11-25-2018 17:57   love-11.2.0-win32/readme.txt
   863744  11-25-2018 17:58   love-11.2.0-win32/SDL2.dll
---------                     -------
  8580557                     14 files

$ unzip -l ~/.lovepacker/cache/love-11.0.0-win32.zip
Archive:  /Users/mhv/.lovepacker/cache/love-11.0.0-win32.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
    74588  04-01-2018 20:18   love-11.0.0-win32/changes.txt
   370070  04-01-2018 20:17   love-11.0.0-win32/game.ico
    66499  04-01-2018 20:18   love-11.0.0-win32/license.txt
  3531776  04-01-2018 20:21   love-11.0.0-win32/love.dll
   381952  04-01-2018 20:21   love-11.0.0-win32/love.exe
   370070  04-01-2018 20:17   love-11.0.0-win32/love.ico
   381440  04-01-2018 20:21   love-11.0.0-win32/lovec.exe
   350720  04-01-2018 20:19   love-11.0.0-win32/lua51.dll
   145408  04-01-2018 20:19   love-11.0.0-win32/mpg123.dll
   455328  10-05-2013 11:38   love-11.0.0-win32/msvcp120.dll
   970912  10-05-2013 11:38   love-11.0.0-win32/msvcr120.dll
   520704  04-01-2018 20:18   love-11.0.0-win32/OpenAL32.dll
     3642  04-01-2018 20:18   love-11.0.0-win32/readme.txt
   863744  04-01-2018 20:18   love-11.0.0-win32/SDL2.dll
---------                     -------
  8486853                     14 files

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.