Coder Social home page Coder Social logo

teapot's People

Contributors

ereon avatar jkauffmann-ubi avatar s-vincent avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

vdt

teapot's Issues

Environment changes trigger rebuilds

Apparently, changing the environment variable (like the PATH) causes unnecessary rebuilds to occur.

It would probably be better to ignore those changes as teapot does not aim to get perfect dependencies.

Add compability for Python 3

R:\>pip install teapot                                                                                                                                                        
Collecting teapot                                                                                                                                                             
  Using cached teapot-2.5.tar.gz                                                                                                                                              
Requirement already satisfied (use --upgrade to upgrade): requests>=1.2.3 in d:\appdata\local\programs\python\python35-32\lib\site-packages (from teapot)                     
Requirement already satisfied (use --upgrade to upgrade): progressbar in d:\appdata\local\programs\python\python35-32\lib\site-packages\progressbar-2.3-py3.5.egg (from teapot
)                                                                                                                                                                             
Requirement already satisfied (use --upgrade to upgrade): colorama in d:\appdata\local\programs\python\python35-32\lib\site-packages (from teapot)                            
Requirement already satisfied (use --upgrade to upgrade): LEPL in d:\appdata\local\programs\python\python35-32\lib\site-packages (from teapot)                                
Installing collected packages: teapot                                                                                                                                         
  Running setup.py install for teapot ... done                                                                                                                                
Successfully installed teapot-2.5                                                                                                                                             

R:\>teapot                                                                                                                                                                    
Traceback (most recent call last):                                                                                                                                            
  File "D:\AppData\Local\Programs\Python\Python35-32\Scripts\teapot-script.py", line 9, in <module>                                                                           
    load_entry_point('teapot==2.5', 'console_scripts', 'teapot')()                                                                                                            
  File "d:\appdata\local\programs\python\python35-32\lib\site-packages\pkg_resources\__init__.py", line 542, in load_entry_point                                              
    return get_distribution(dist).load_entry_point(group, name)                                                                                                               
  File "d:\appdata\local\programs\python\python35-32\lib\site-packages\pkg_resources\__init__.py", line 2569, in load_entry_point                                             
    return ep.load()                                                                                                                                                          
  File "d:\appdata\local\programs\python\python35-32\lib\site-packages\pkg_resources\__init__.py", line 2229, in load                                                         
    return self.resolve()                                                                                                                                                     
  File "d:\appdata\local\programs\python\python35-32\lib\site-packages\pkg_resources\__init__.py", line 2235, in resolve                                                      
    module = __import__(self.module_name, fromlist=['__name__'], level=0)                                                                                                     
  File "d:\appdata\local\programs\python\python35-32\lib\site-packages\teapot\__init__.py", line 5, in <module>                                                               
    import teapot.filters.builtin                                                                                                                                             
  File "d:\appdata\local\programs\python\python35-32\lib\site-packages\teapot\filters\__init__.py", line 7, in <module>                                                       
    from .filter import Filter, f, uf                                                                                                                                         
  File "d:\appdata\local\programs\python\python35-32\lib\site-packages\teapot\filters\filter.py", line 7, in <module>                                                         
    from ..memoized import MemoizedObject                                                                                                                                     
  File "d:\appdata\local\programs\python\python35-32\lib\site-packages\teapot\memoized.py", line 60                                                                           
    print cls._INSTANCES_PARAMS[keys]                                                                                                                                         
            ^                                                                                                                                                                 
SyntaxError: Missing parentheses in call to 'print'                                                                                                                           

Happens with teapot 2.6 as well.

Make teapot work with both progressbar 2.2 and 2.3

Some people reported errors when running teapot with progressbar 2.2 instead of 2.3. Those people apparently don't have the option of installing 2.3.

As the main change in progressbar 2.2 is the naming of things, it should not be an issue to make the code compatible with both versions simultaneously.

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.