The Path of Glory
The Path of Glory is a 1934 British comedy film directed by Dallas Bower and starring Maurice Evans, Valerie Hobson, Felix Aylmer, Henry Daniell and Athole Stewart. Two European countries plan a war, both hoping to lose it.[3]
The Path of Glory | |
---|---|
Directed by | Dallas Bower |
Produced by | Dallas Bower |
Starring | Maurice Evans Valerie Hobson Felix Aylmer |
Production company | |
Release date |
|
Running time | 68[2] or 73[1] minutes |
Country | United Kingdom |
Language | English |
A "quota quickie", The Path of Glory is currently missing from the BFI National Archive, and is listed as one of the British Film Institute's "75 Most Wanted" lost films.[1]
Cast
- Maurice Evans as Anton Maroni
- Valerie Hobson as Maria
- Felix Aylmer as President of Thalia
- Henry Daniell as King Maximillian
- Athole Stewart as General Ferranzi
- Stafford Hilliard as Ferraldi
- John Deverell as Paul
- David Burns as Ginsberg
- Frederick Burtwell as Pedro
- Harvey Braban as Colonel Conti
gollark: Well, *sorry*. What do you *want* on it?
gollark: I've written```Coroutines are Lua's way of handling concurrency - running multiple things "at once". They act somewhat similarly to threads on computers, except coroutines must explicitly transfer control back to their parent - only one is actually run at any given time. This is what [[coroutine.yield]] does. Many things internally use [[coroutine.yield]], such as [[os.pullEvent]], [[sleep]] and anything else which waits for events.You can create a coroutine with [[coroutine.create]] - pass it a function and it will return a coroutine. This coroutine will initially not be running (use [[coroutine.status]] to check its status - it should show "suspended")See also [http://lua-users.org/wiki/CoroutinesTutorial the Lua users' wiki].```so far, but I'm really not too great at documentation...
gollark: We should put it up *somewhere*.
gollark: How do I add an offsite link?
gollark: You could just make a page for them now.
References
- "The Path of Glory / BFI Most Wanted". British Film Institute. Archived from the original on 3 August 2012.
- The Path of Glory on IMDb
- "The Path of Glory (1934)". British Film Institute. Archived from the original on 14 January 2009.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.