The Priest from Kirchfeld (1926 film)

The Priest from Kirchfeld (German:Der Pfarrer von Kirchfeld) is a 1926 German silent film directed by Jacob Fleck and Luise Fleck and starring William Dieterle, Fritz Kampers and Dieter Melzer. It is based on the play Der Pfarrer von Kirchfeld by Ludwig Anzengruber, one of a number of film adaptations of the work.[1]

The Priest from Kirchfeld
Directed byJacob Fleck
Luise Fleck
Produced byLiddy Hegewald
Written byLudwig Anzengruber (play)
Ida Jenbach
StarringWilliam Dieterle
Fritz Kampers
Dieter Melzer
CinematographyGiovanni Vitrotti
Production
company
Hegewald Film
Release date
12 November 1926
CountryGermany
LanguageSilent
German intertitles

The film's sets were designed by the art director Hans Rouc.

Cast

gollark: than making it compile in a `main` function and `subprocess`ing it.
gollark: Anyway, it compiles your entry to a shared library then invokes it via ctypes. I thought that this would be more elegant and efficient a
gollark: And yet it has GLOBALS in it?
gollark: ```pythondef c_wrapper(file): print("Compiling", file) temp = tempfile.mktemp(prefix="lib-compile-") print(temp) if subprocess.run(["gcc", file, "-o", temp, "-shared"]).returncode != 0: raise ValueError("compilation failed") library = ctypes.CDLL(temp) entry = library.entry entry.restype = ctypes.POINTER(ctypes.c_int)```Here's a bit of the *excellent* code.
gollark: Your entry is a function, it doesn't start up a process on every iteration or it would go slower.

References

  1. Goble p.903

Bibliography

  • Goble, Alan. The Complete Index to Literary Sources in Film. Walter de Gruyter, 1999.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.