rmcgibbo / slidedeck

Beautiful HTML5 slides in markdown. A easy-to-use fork of the google-io-2012 slide deck
317 stars 47 forks source link

Follow up to #34: AttributeError: 'ArgumentParser' object has no attribute 'process_slides' #36

Closed Neverwozzer closed 9 years ago

Neverwozzer commented 9 years ago

Thanks for the quick response. I updated and ran "slidedeck render" with the result below:

Traceback (most recent call last): File "C:\Python27\lib\runpy.py", line 162, in run_module_as_main "main_", fname, loader, pkg_name) File "C:\Python27\lib\runpy.py", line 72, in run_code exec code in run_globals File "C:\Python27\Scripts\slidedeck.exemain_.py", line 9, in <mo File "C:\Python27\lib\site-packages\slidedeck\scripts\slidedeck.py", in main render.process_slides(args.markdown, args.output, args.template) AttributeError: 'ArgumentParser' object has no attribute 'process_slides'

rmcgibbo commented 9 years ago

looks like i should have tested it before pushing :) will fix soon. its just some silly typos from rearranging modules.

rmcgibbo commented 9 years ago

Fixed in efa8ac8ee3ce143c3ff963896ad04a0a12feb598

Neverwozzer commented 9 years ago

Thanks for this

it works now.

As a curiosity, it fails on characters like é (letters with accents) on my Windows machine - I have to replace them with HTML - é = é while it is happy on my French colleague's mac.

Closed #36 https://github.com/rmcgibbo/slidedeck/issues/36.

— Reply to this email directly or view it on GitHub https://github.com/rmcgibbo/slidedeck/issues/36#event-237246090.

rmcgibbo commented 9 years ago

What is the error? Is it a traceback that crashes the python process? If so, can you post it? Also, do you know what encoding your file is saved in?

On Fri, Feb 20, 2015 at 8:02 AM, Neverwozzer notifications@github.com wrote:

Thanks for this

it works now.

As a curiosity, it fails on characters like é (letters with accents) on my Windows machine - I have to replace them with HTML - é = é while it is happy on my French colleague's mac.

Closed #36 https://github.com/rmcgibbo/slidedeck/issues/36.

— Reply to this email directly or view it on GitHub https://github.com/rmcgibbo/slidedeck/issues/36#event-237246090.

— Reply to this email directly or view it on GitHub https://github.com/rmcgibbo/slidedeck/issues/36#issuecomment-75262359.