beeware / podium

A Markdown-based native presentation tool
BSD 3-Clause "New" or "Revised" License
182 stars 28 forks source link

Update to use Pack and Fix Runtime Errors #13

Closed danyeaw closed 6 years ago

danyeaw commented 6 years ago

This PR goes along with pybee/toga#373 to fix issues I ran in to when running Podium with the latest Toga in macOS High Sierra:

  1. Use Pack instead of CSS for style formatting
  2. Fix attribute errors for resource_path and html_view as a result of toga fixes
  3. Fix error when closing the window since it was trying to call close() on the interface instead of the implementation
  4. Cleaned up imports

Podium is now working great for me 👍