python-literate
python-literate copied to clipboard
Can't get it working...
Hi there
Nice one for this, it looks really good (and the code's nicely written for once), but I'm having some trouble getting started.
I installed everything, on Python 2.7.2 (OS X 10.8.4), but can't get passed the hello-world.
From pip freeze, everything appears to be there. Should I install python-literate differently?
Jinja2==2.7
Markdown==2.3.1
MarkupSafe==0.18
PyRSS2Gen==1.0.0
Twisted==12.0.0
altgraph==0.9
bdist-mpkg==0.4.4
bonjour-py==0.3
fs==0.4.0
ipython==0.13.2
macholib==1.4.2
modulegraph==0.9.1
numpy==1.6.1
pandas==0.12.0
py2app==0.6.3
pyOpenSSL==0.13
... tons of standard pyobjc-framework stuff ...
-e git+https://github.com/stdbrouw/[email protected]#egg=python_literate-master
pytz==2013b
readline==6.2.4.1
wsgiref==0.1.2
xattr==0.6.2
zope.interface==3.5.1
I tried the basics...
$ literate untangle ~/python-literate/examples/basic/example.pylit --capture --print
usage: literate [-h] {run,weave,untangle} ...
literate: error: unrecognized arguments: /Users/carl/python-literate/examples/basic/example.pylit --capture
As you can see, fs==0.4.0 is installed, but this module has no File (or Directory) attribute. This causes errors whenever I've tried importing the module to use it that way.
What am I missing?