The Street (1958 film)

The Street (German: Die Straße) is a 1958 West German crime drama film directed by Hermann Kugelstadt and starring Martha Wallner, Heinz Drache and Marina Petrova.[1]

The Street
Directed byHermann Kugelstadt
Produced by
  • Ernest Müller
  • Robert Siepen
Written byHellmut Andics
Starring
Music byKarl Götz
CinematographyWalter Partsch
Edited byAnneliese Artelt
Production
company
Rex-Film
Distributed byUnion-Film
Release date
26 September 1958
Running time
96 minutes
CountryWest Germany
LanguageGerman

The film's sets were designed by the art director Felix Smetana. It was shot at studios in Vienna.

Synopsis

An engineer returns from Africa to discover that his former girlfriend has fallen under the control of a drug dealer and pimp.

Cast

gollark: Dwarf Fortress!
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
gollark: Gurp gurp.

References

  1. Wredlund & Lindfors p. 231

Bibliography

  • Bertil Wredlund & Rolf Lindfors. Långfilm i Sverige: 1950–1959. Proprius, 1979.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.