Giter VIP home page Giter VIP logo

tilt's People

Contributors

aeondave avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

tilt's Issues

ImportError: No module named 'settings'

Hi AeonDave,

After syncing with this git and executing

$ python tilt.py -t google.com -r
Traceback (most recent call last):
File "tilt.py", line 10, in
from lib import update
File "/tilt/lib/update.py", line 12, in
from settings import ROOTDIR
ImportError: No module named 'settings'

I got the error above

the OS is
uname -a
Linux maleksov 3.12.13-gentoo #1 SMP Mon Mar 10 10:57:30 EET 2014 x86_64 Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz GenuineIntel GNU/Linux

lsb_release -a
LSB Version: n/a
Distributor ID: Gentoo
Description: Gentoo Base System release 2.2
Release: 2.2
Codename: n/a

I have python versions
python2.7
python3.2
python3.3
martin@maleksov ~/Downloads/Software/tilt $ ll .git/
total 48K
drwxr-xr-x 7 martin martin 4.0K Apr 30 14:24 .
drwxr-xr-x 4 martin martin 4.0K Apr 30 14:24 ..
-rw-r--r-- 1 martin martin 23 Apr 30 14:24 HEAD
-rw-r--r-- 1 martin martin 261 Apr 30 14:24 config
-rw-r--r-- 1 martin martin 73 Apr 30 14:24 description
drwxr-xr-x 2 martin martin 4.0K Apr 30 14:24 hooks
-rw-r--r-- 1 martin martin 888 Apr 30 14:24 index
drwxr-xr-x 2 martin martin 4.0K Apr 30 14:24 info
drwxr-xr-x 3 martin martin 4.0K Apr 30 14:24 logs
drwxr-xr-x 4 martin martin 4.0K Apr 30 14:24 objects
-rw-r--r-- 1 martin martin 107 Apr 30 14:24 packed-refs
drwxr-xr-x 5 martin martin 4.0K Apr 30 14:24 refs
martin@maleksov ~/Downloads/Software/tilt $ ll lib/
total 44K
drwxr-xr-x 3 martin martin 4.0K Apr 30 14:24 .
drwxr-xr-x 4 martin martin 4.0K Apr 30 14:24 ..
-rw-r--r-- 1 martin martin 138 Apr 30 14:24 init.py
drwxr-xr-x 2 martin martin 4.0K Apr 30 14:25 pycache
-rw-r--r-- 1 martin martin 3.9K Apr 30 14:24 actions.py
-rw-r--r-- 1 martin martin 1.3K Apr 30 14:24 core.py
-rw-r--r-- 1 martin martin 414 Apr 30 14:24 logger.py
-rw-r--r-- 1 martin martin 452 Apr 30 14:24 settings.py
-rw-r--r-- 1 martin martin 1.9K Apr 30 14:24 source.py
-rw-r--r-- 1 martin martin 1.2K Apr 30 14:24 update.py
-rw-r--r-- 1 martin martin 509 Apr 30 14:24 util.py

Please advise

Best Regards
Martin

support alternative pythons

This change makes tilt work better with alternative python locations:

--- a/tilt.py
+++ b/tilt.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python

SyntaxError: invalid syntax

Hello AeonDave,

Now I get
[martin@localhost tilt]$ python tilt.py -u
Traceback (most recent call last):
File "tilt.py", line 11, in
from lib import actions
File "/home/martin/Downloads/tilt/lib/actions.py", line 19
print ""
^
SyntaxError: invalid syntax
[martin@localhost tilt]$ python tilt.py -t 8.8.8.8
Traceback (most recent call last):
File "tilt.py", line 11, in
from lib import actions
File "/home/martin/Downloads/tilt/lib/actions.py", line 19
print ""
^
SyntaxError: invalid syntax

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.